Skip to content
Skillv1.0.0

skills

AGENTS.md

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

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

See reviews

About

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

AGENTS.md

  • Keep each skill as one top-level folder named with lowercase letters, digits, and hyphens.
  • Require SKILL.md in every skill folder. For OpenAI/Anthropic compatibility, keep YAML frontmatter to name and description unless a skill intentionally targets only one runtime.
  • Add agents/openai.yaml, scripts/, references/, examples/, and assets/ only when that skill needs them.
  • Reference supporting files from SKILL.md; do not assume agents will discover their purpose.
  • Do not add README, changelog, install notes, or extra docs inside a skill unless SKILL.md explicitly routes agents to read them.
  • Keep edits scoped to the skill being changed.
  • Validate changed skills with quick_validate.py when available.

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/frank0415-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.

frank0415-skills-skills.ocm.jsonjson
{
  "ocm": "1",
  "id": "frank0415-skills-skills",
  "kind": "skill",
  "name": "skills",
  "description": "AGENTS.md",
  "publisher": "Frank0415",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "AGENTS.md"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/Frank0415/skills",
      "path": "AGENTS.md",
      "ref": "c13ed79c16dacfbd56a8451388e79b7aadfd6d04",
      "url": "https://github.com/Frank0415/skills/blob/c13ed79c16dacfbd56a8451388e79b7aadfd6d04/AGENTS.md",
      "key": "Frank0415/skills/AGENTS.md"
    }
  },
  "instructions": "# AGENTS.md\n\n- Keep each skill as one top-level folder named with lowercase letters, digits, and hyphens.\n- Require `SKILL.md` in every skill folder. For OpenAI/Anthropic compatibility, keep YAML frontmatter to `name` and `description` unless a skill intentionally targets only one runtime.\n- Add `agents/openai.yaml`, `scripts/`, `references/`, `examples/`, and `assets/` only when that skill needs them.\n- Reference supporting files from `SKILL.md`; do not assume agents will discover their purpose.\n- Do not add README, changelog, install notes, or extra docs inside a skill unless `SKILL.md` expl",
  "cost": {
    "context_tokens": 187
  }
}

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