Skip to content
Skillv1.0.0

repo-intent-documenter

This wrapper exists for repository presentation. The authoritative instructions live in `SKILL.md`.

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

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

See reviews

About

Imported from jpcaparas/skills (skills/repo-intent-documenter/AGENTS.md). Install upstream with npx skills add jpcaparas/skills --skill repo-intent-documenter. Copyright stays with the author.

Repo Intent Documenter

This wrapper exists for repository presentation. The authoritative instructions live in SKILL.md.

Read SKILL.md first, then load only the file that matches the task:

  • references/methodology.md for source inspection, signal ranking, confidence labels, and question design
  • references/document-contract.md for the required REPO_INTENT.md shape and review loop
  • references/gotchas.md for pitfalls and recovery patterns

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/jpcaparas-skills-repo-intent-documenter/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.

jpcaparas-skills-repo-intent-documenter.ocm.jsonjson
{
  "ocm": "1",
  "id": "jpcaparas-skills-repo-intent-documenter",
  "kind": "skill",
  "name": "repo-intent-documenter",
  "description": "This wrapper exists for repository presentation. The authoritative instructions live in `SKILL.md`.",
  "publisher": "jpcaparas",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "This wrapper exists for repository presentation. The authoritative instructions live in `SKILL.md`."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/jpcaparas/skills",
      "path": "skills/repo-intent-documenter/AGENTS.md",
      "ref": "11d8469efb9c1f3a26b21b33d51d9b1fd3fa5ce9",
      "url": "https://github.com/jpcaparas/skills/blob/11d8469efb9c1f3a26b21b33d51d9b1fd3fa5ce9/skills/repo-intent-documenter/AGENTS.md",
      "key": "jpcaparas/skills/skills/repo-intent-documenter/AGENTS.md"
    }
  },
  "instructions": "# Repo Intent Documenter\n\nThis wrapper exists for repository presentation. The authoritative instructions live in `SKILL.md`.\n\nRead `SKILL.md` first, then load only the file that matches the task:\n\n- `references/methodology.md` for source inspection, signal ranking, confidence labels, and question design\n- `references/document-contract.md` for the required `REPO_INTENT.md` shape and review loop\n- `references/gotchas.md` for pitfalls and recovery patterns",
  "cost": {
    "context_tokens": 114
  }
}

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