Skip to content
Skillv1.0.0

README.ai

AGENTS.md

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

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

See reviews

About

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

AGENTS.md

General

  • Name rule, skill, and agent files and directories in kebab-case: lowercase words separated by hyphens (e.g. git-guardrails.md, auditing-overengineering/).
  • Wrap all lines to a maximum of 80 columns.
  • Use correct punctuation.
  • When a YAML description field doesn't fit on one line within that limit, use the folded style (description: >) with wrapped, indented lines.

Creating Rules

  • Keep each rule specific — one concern per file, not a broad catch-all.

  • Add a file in rules/. Only add frontmatter for file-scoped rules, using paths:, e.g.:

    ---
    paths:
      - 'src/**/*.{ts,tsx}'
      - 'lib/**/*.ts'
      - 'tests/**/*.test.ts'
    ---

Creating Skills

  • Name it as a gerund phrase (e.g. auditing-overengineering).

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/supagetto-readme-ai-readme-ai/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.

supagetto-readme-ai-readme-ai.ocm.jsonjson
{
  "ocm": "1",
  "id": "supagetto-readme-ai-readme-ai",
  "kind": "skill",
  "name": "README.ai",
  "description": "AGENTS.md",
  "publisher": "supagetto",
  "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/supagetto/README.ai",
      "path": "AGENTS.md",
      "ref": "407e24bc9709b253561e74a0461d64b6a5f63568",
      "url": "https://github.com/supagetto/README.ai/blob/407e24bc9709b253561e74a0461d64b6a5f63568/AGENTS.md",
      "key": "supagetto/README.ai/AGENTS.md"
    }
  },
  "instructions": "# AGENTS.md\n\n## General\n\n- Name rule, skill, and agent files and directories in kebab-case:\n  lowercase words separated by hyphens (e.g. `git-guardrails.md`,\n  `auditing-overengineering/`).\n- Wrap all lines to a maximum of 80 columns.\n- Use correct punctuation.\n- When a YAML `description` field doesn't fit on one line within that limit,\n  use the folded style (`description: >`) with wrapped, indented lines.\n\n## Creating Rules\n\n- Keep each rule specific — one concern per file, not a broad catch-all.\n- Add a file in `rules/`. Only add frontmatter for file-scoped rules, using\n  `paths:`, e.g.:\n\n ",
  "cost": {
    "context_tokens": 199
  }
}

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