Skip to content
Skillv1.0.0

tpcp

Agent guidance

by mad-lab-fau(0) 0 installs
Free
Sign in to install

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

See reviews

About

Imported from mad-lab-fau/tpcp (AGENTS.md). Install upstream with npx skills add mad-lab-fau/tpcp. Copyright stays with the author.

Agent guidance

Repository-local skills and refactoring

  • When the same skill name is available from multiple locations, always use the repository-local skill under $REPO_ROOT/.agents/skills/. Repository-local skills take precedence over user-global skills. Do not load or apply the corresponding skill from $HOME/.agents/skills/ when a repository-local version exists.
  • Consider the repository's current publication state and backwards-compatibility requirements recorded in .agents/refactor-policy.md in all interactions.

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/mad-lab-fau-tpcp-tpcp/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.

mad-lab-fau-tpcp-tpcp.ocm.jsonjson
{
  "ocm": "1",
  "id": "mad-lab-fau-tpcp-tpcp",
  "kind": "skill",
  "name": "tpcp",
  "description": "Agent guidance",
  "publisher": "mad-lab-fau",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Agent guidance"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/mad-lab-fau/tpcp",
      "path": "AGENTS.md",
      "ref": "8180e2fb0804484c18b0f06a94610cf8285eb467",
      "url": "https://github.com/mad-lab-fau/tpcp/blob/8180e2fb0804484c18b0f06a94610cf8285eb467/AGENTS.md",
      "key": "mad-lab-fau/tpcp/AGENTS.md"
    }
  },
  "instructions": "# Agent guidance\n\n## Repository-local skills and refactoring\n\n- When the same skill name is available from multiple locations, always use the repository-local skill under `$REPO_ROOT/.agents/skills/`. Repository-local skills take precedence over user-global skills. Do not load or apply the corresponding skill from `$HOME/.agents/skills/` when a repository-local version exists.\n- Consider the repository's current publication state and backwards-compatibility requirements recorded in `.agents/refactor-policy.md` in all interactions.",
  "cost": {
    "context_tokens": 134
  }
}

Fetch it by URL: GET /api/v1/registry/mad-lab-fau-tpcp-tpcp/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.