Skip to content
Skillv1.0.0

MetroApp-developing-skill

Agent workflow

by A-BenLi06(0) 0 installs
Free
Sign in to install

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

See reviews

About

Imported from A-BenLi06/MetroApp-developing-skill (AGENTS.md). Install upstream with npx skills add A-BenLi06/MetroApp-developing-skill. Copyright stays with the author.

Agent workflow

  • Treat this repository as a git-tracked workspace.
  • After every completed file modification, run git status --short, stage only the files changed for that modification, and create a git commit before starting the next modification.
  • Keep commits focused and use concise commit messages that describe the completed change.
  • Do not bundle unrelated edits into one commit.
  • Do not rewrite, squash, reset, or amend commits unless the user explicitly asks for it.
  • If tests or validation are relevant to a modification, run them before committing and mention the result in the commit message or final update.

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/a-benli06-metroapp-developing-skill-metroapp-developing-skill/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.

a-benli06-metroapp-developing-skill-metroapp-developing-skill.ocm.jsonjson
{
  "ocm": "1",
  "id": "a-benli06-metroapp-developing-skill-metroapp-developing-skill",
  "kind": "skill",
  "name": "MetroApp-developing-skill",
  "description": "Agent workflow",
  "publisher": "A-BenLi06",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Agent workflow"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/A-BenLi06/MetroApp-developing-skill",
      "path": "AGENTS.md",
      "ref": "5d73aff5e2c58d193f03d7f4d12546a9f3a982ce",
      "url": "https://github.com/A-BenLi06/MetroApp-developing-skill/blob/5d73aff5e2c58d193f03d7f4d12546a9f3a982ce/AGENTS.md",
      "key": "A-BenLi06/MetroApp-developing-skill/AGENTS.md"
    }
  },
  "instructions": "# Agent workflow\n\n- Treat this repository as a git-tracked workspace.\n- After every completed file modification, run `git status --short`, stage only the files changed for that modification, and create a git commit before starting the next modification.\n- Keep commits focused and use concise commit messages that describe the completed change.\n- Do not bundle unrelated edits into one commit.\n- Do not rewrite, squash, reset, or amend commits unless the user explicitly asks for it.\n- If tests or validation are relevant to a modification, run them before committing and mention the result in the co",
  "cost": {
    "context_tokens": 157
  }
}

Fetch it by URL: GET /api/v1/registry/a-benli06-metroapp-developing-skill-metroapp-developing-skill/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.