Skip to content
Skillv1.0.0

mindcli

AGENTS.md

by J-1000(0) 0 installs
Free
Sign in to install

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

See reviews

About

Imported from J-1000/mindcli (AGENTS.md). Install upstream with npx skills add J-1000/mindcli. Copyright stays with the author.

AGENTS.md

Commit Policy

  • All code changes must be committed as atomic commits.
  • A single commit should contain exactly one logical change (for example: db, api, or tests, but not mixed).
  • Do not bundle refactor + behavior change + tests into one commit unless the change is truly inseparable.
  • For multi-part work, prefer this order:
    1. Data/model layer change
    2. API/behavior wiring
    3. Tests for that behavior
    4. Follow-up docs/changelog updates
  • Keep commits small and reviewable (easy to revert independently).
  • If a task naturally spans multiple concerns, split into multiple commits and report the planned commit list before committing.
  • Do not squash unrelated changes into the same commit.

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/j-1000-mindcli-mindcli/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.

j-1000-mindcli-mindcli.ocm.jsonjson
{
  "ocm": "1",
  "id": "j-1000-mindcli-mindcli",
  "kind": "skill",
  "name": "mindcli",
  "description": "AGENTS.md",
  "publisher": "J-1000",
  "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/J-1000/mindcli",
      "path": "AGENTS.md",
      "ref": "d7aa6906a4d42f21a002e5a56ad867bf47ea3757",
      "url": "https://github.com/J-1000/mindcli/blob/d7aa6906a4d42f21a002e5a56ad867bf47ea3757/AGENTS.md",
      "key": "J-1000/mindcli/AGENTS.md"
    }
  },
  "instructions": "# AGENTS.md\n\n## Commit Policy\n\n- All code changes must be committed as **atomic commits**.\n- A single commit should contain exactly one logical change (for\nexample: `db`, `api`, or `tests`, but not mixed).\n- Do not bundle refactor + behavior change + tests into one\ncommit unless the change is truly inseparable.\n- For multi-part work, prefer this order:\n  1. Data/model layer change\n  2. API/behavior wiring\n  3. Tests for that behavior\n  4. Follow-up docs/changelog updates\n- Keep commits small and reviewable (easy to revert\nindependently).\n- If a task naturally spans multiple concerns, split int",
  "cost": {
    "context_tokens": 182
  }
}

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