Skip to content
Skillv1.0.0

skill-name

One or two sentences stating what this skill covers and when to use it. Keep under 500 characters.

by Neha(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from Neha/rn-developer-skills (templates/SKILL.md). Install upstream with npx skills add Neha/rn-developer-skills --skill templates. Copyright stays with the author.

Skill Title

Applicability

  • Platforms: iOS and Android
  • React Native: 0.76+ (New Architecture interop assumed unless a checklist item says otherwise)

When to Use

  • Bullet list of the situations where this skill applies.
  • Be specific so a reader can tell at a glance whether it fits their task.

Guidance

The body of the skill. Use checklists, short explanations, and grouped subsections.

Subsection

  • A checklist item phrased as a verifiable statement.

Incorrect:

// Show the anti-pattern

Correct:

// Show the recommended pattern

Anti-Patterns

(Optional) A table of common anti-patterns.

Anti-Pattern Risk Fix
... ... ...

Pitfalls

  • (Optional) Subtle mistakes, edge cases, and gotchas that the checklist does not capture.

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/neha-rn-developer-skills-templates/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

neha-rn-developer-skills-templates.ocm.jsonjson
{
  "ocm": "1",
  "id": "neha-rn-developer-skills-templates",
  "kind": "skill",
  "name": "skill-name",
  "description": "One or two sentences stating what this skill covers and when to use it. Keep under 500 characters.",
  "publisher": "Neha",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "react-native",
      "topic",
      "github"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "One or two sentences stating what this skill covers and when to use it. Keep under 500 characters."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github",
      "repository": "https://github.com/Neha/rn-developer-skills",
      "path": "templates/SKILL.md",
      "ref": "f924c5aa832a7e0764e789b79578da3d7d1ca659",
      "url": "https://github.com/Neha/rn-developer-skills/blob/f924c5aa832a7e0764e789b79578da3d7d1ca659/templates/SKILL.md",
      "key": "Neha/rn-developer-skills/templates/SKILL.md"
    }
  },
  "instructions": "# Skill Title\n\n## Applicability\n\n- **Platforms:** iOS and Android\n- **React Native:** 0.76+ (New Architecture interop assumed unless a checklist item says otherwise)\n\n## When to Use\n\n- Bullet list of the situations where this skill applies.\n- Be specific so a reader can tell at a glance whether it fits their task.\n\n## Guidance\n\nThe body of the skill. Use checklists, short explanations, and grouped subsections.\n\n### Subsection\n\n- [ ] A checklist item phrased as a verifiable statement.\n\n**Incorrect:**\n```tsx\n// Show the anti-pattern\n```\n\n**Correct:**\n```tsx\n// Show the recommended pattern\n```\n\n#",
  "cost": {
    "context_tokens": 207
  }
}

Fetch it by URL: GET /api/v1/registry/neha-rn-developer-skills-templates/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.