Skip to content
Skillv1.0.0

skills

Guidelines for AI agents contributing to this repository.

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

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

See reviews

About

Imported from juspay/skills (AGENTS.md). Install upstream with npx skills add juspay/skills. Copyright stays with the author.

AGENTS.md

Guidelines for AI agents contributing to this repository.

Skill structure

Each skill lives in its own directory with a SKILL.md inside:

<skill-name>/SKILL.md

SKILL.md rules

  • YAML frontmatter is required: name and description
  • name must match the directory name exactly (lowercase alphanumeric, hyphens allowed)
  • description is 1–1024 characters; write it as a trigger signal — "use this when..."
  • Keep content concise and directive — no code examples unless essential
  • Do not duplicate upstream docs — link to them instead. Skills should direct the agent, not replicate reference material
  • When adding a skill, add it to the table in README.md

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/juspay-skills-skills/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.

juspay-skills-skills.ocm.jsonjson
{
  "ocm": "1",
  "id": "juspay-skills-skills",
  "kind": "skill",
  "name": "skills",
  "description": "Guidelines for AI agents contributing to this repository.",
  "publisher": "juspay",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Guidelines for AI agents contributing to this repository."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/juspay/skills",
      "path": "AGENTS.md",
      "ref": "77c6a360a04a5a3a099ab5fea004b6ea65be919b",
      "url": "https://github.com/juspay/skills/blob/77c6a360a04a5a3a099ab5fea004b6ea65be919b/AGENTS.md",
      "key": "juspay/skills/AGENTS.md"
    }
  },
  "instructions": "# AGENTS.md\n\nGuidelines for AI agents contributing to this repository.\n\n## Skill structure\n\nEach skill lives in its own directory with a `SKILL.md` inside:\n\n```\n<skill-name>/SKILL.md\n```\n\n## SKILL.md rules\n\n- YAML frontmatter is required: `name` and `description`\n- `name` **must match the directory name** exactly (lowercase alphanumeric, hyphens allowed)\n- `description` is 1–1024 characters; write it as a trigger signal — \"use this when...\"\n- Keep content **concise and directive** — no code examples unless essential\n- **Do not duplicate upstream docs** — link to them instead. Skills should dir",
  "cost": {
    "context_tokens": 176
  }
}

Fetch it by URL: GET /api/v1/registry/juspay-skills-skills/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.

skills - Skill - OpenSmartRoute