Skip to content
Skillv1.0.0

.agents

Whenever you make any changes to files in this project (such as creating, editing, or deleting files): 1. You must immediately stage and commit those changes to Git by running terminal commands: - `gi

by Fire-ctrl-bit(0) 0 installs
Free
Sign in to install

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

See reviews

About

Imported from Fire-ctrl-bit/ai-bugfix-tool (.agents/AGENTS.md). Install upstream with npx skills add Fire-ctrl-bit/ai-bugfix-tool --skill .agents. Copyright stays with the author.

Auto Git Commit Rule

Whenever you make any changes to files in this project (such as creating, editing, or deleting files):

  1. You must immediately stage and commit those changes to Git by running terminal commands:
    • git add <modified_files> (or git add . if appropriate)
    • git commit -m "<descriptive commit message>"
  2. The commit message should be a concise, clear description of the changes you just made (e.g., "refactor: optimize database query", "fix: handle empty input in config").
  3. Propose these Git commands immediately after file write/edit actions, without waiting for the user to ask you to commit them.

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/fire-ctrl-bit-ai-bugfix-tool-agents/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.

fire-ctrl-bit-ai-bugfix-tool-agents.ocm.jsonjson
{
  "ocm": "1",
  "id": "fire-ctrl-bit-ai-bugfix-tool-agents",
  "kind": "skill",
  "name": ".agents",
  "description": "Whenever you make any changes to files in this project (such as creating, editing, or deleting files): 1. You must immediately stage and commit those changes to Git by running terminal commands: - `git add <modified_files>` (or `git add .` if appropriate) - `git commit -m \"<descriptive commit message>\"` 2. The commit message should be a concise, clear description of the changes you just made (e.g., \"refactor: optimize database query\", \"fix: handle empty input in config\"). 3. Propose these Git commands immediately after file write/edit actions, without waiting for the user to ask you to commit them.",
  "publisher": "Fire-ctrl-bit",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "coding",
      "data_analysis"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Whenever you make any changes to files in this project (such as creating, editing, or deleting files): 1. You must immediately stage and commit those changes to Git by running terminal commands: - `git add <modified_files>` (or `git add .` if appropriate) - `git commit -m \"<descriptive commit message>\"` 2. The commit message should be a concise, clear description of the changes you just made (e.g., \"refactor: optimize database query\", \"fix: handle empty input in config\"). 3. Propose these Git commands immediately after file write/edit actions, without waiting for the user to ask you to commit them."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/Fire-ctrl-bit/ai-bugfix-tool",
      "path": ".agents/AGENTS.md",
      "ref": "3281ebcd2ec6e0384da1fdd7cfa790e1e5c0d1fa",
      "url": "https://github.com/Fire-ctrl-bit/ai-bugfix-tool/blob/3281ebcd2ec6e0384da1fdd7cfa790e1e5c0d1fa/.agents/AGENTS.md",
      "key": "Fire-ctrl-bit/ai-bugfix-tool/.agents/AGENTS.md"
    }
  },
  "instructions": "# Auto Git Commit Rule\n\nWhenever you make any changes to files in this project (such as creating, editing, or deleting files):\n1. You must immediately stage and commit those changes to Git by running terminal commands:\n   - `git add <modified_files>` (or `git add .` if appropriate)\n   - `git commit -m \"<descriptive commit message>\"`\n2. The commit message should be a concise, clear description of the changes you just made (e.g., \"refactor: optimize database query\", \"fix: handle empty input in config\").\n3. Propose these Git commands immediately after file write/edit actions, without waiting for ",
  "cost": {
    "context_tokens": 158
  }
}

Fetch it by URL: GET /api/v1/registry/fire-ctrl-bit-ai-bugfix-tool-agents/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.