Skip to content
Skillv1.0.0

agent-config

Committing Code Before committing code, ask the user if you should bump the version of the plugin by one patch number. The version is stored at plugins/brad-personal/.claude-plugin/plugin.json.

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

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

See reviews

About

Imported from carterbs/agent-config (AGENTS.md). Install upstream with npx skills add carterbs/agent-config. Copyright stays with the author.

Committing Code

Before committing code, ask the user if you should bump the version of the plugin by one patch number. The version is stored at plugins/brad-personal/.claude-plugin/plugin.json.

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/carterbs-agent-config-agent-config/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.

carterbs-agent-config-agent-config.ocm.jsonjson
{
  "ocm": "1",
  "id": "carterbs-agent-config-agent-config",
  "kind": "skill",
  "name": "agent-config",
  "description": "Committing Code Before committing code, ask the user if you should bump the version of the plugin by one patch number. The version is stored at plugins/brad-personal/.claude-plugin/plugin.json.",
  "publisher": "carterbs",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "coding"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Committing Code Before committing code, ask the user if you should bump the version of the plugin by one patch number. The version is stored at plugins/brad-personal/.claude-plugin/plugin.json."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/carterbs/agent-config",
      "path": "AGENTS.md",
      "ref": "c3f0353397bd87d0c79a56df7922793f33d8c9ce",
      "url": "https://github.com/carterbs/agent-config/blob/c3f0353397bd87d0c79a56df7922793f33d8c9ce/AGENTS.md",
      "key": "carterbs/agent-config/AGENTS.md"
    }
  },
  "instructions": "# Committing Code\nBefore committing code, ask the user if you should bump the version of the plugin by one patch number. The version is stored at plugins/brad-personal/.claude-plugin/plugin.json.",
  "cost": {
    "context_tokens": 48
  }
}

Fetch it by URL: GET /api/v1/registry/carterbs-agent-config-agent-config/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.

agent-config - Skill - OpenSmartRoute