Skip to content
Skillv1.0.0

.agents

Workspace Rules

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

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

See reviews

About

Imported from zakisheriff/WebForge (.agents/AGENTS.md). Install upstream with npx skills add zakisheriff/WebForge --skill .agents. Copyright stays with the author.

Workspace Rules

  • Git Commits & Pushes: After every code change, compile, check, or edit, commit the changes and push to GitHub.
  • No Co-Authors: Do not mention or include any co-author (e.g. Co-authored-by: Claude) in any git commit messages. Just commit and push without any co-author metadata.
  • Commit Messages: Use proper conventional commit message formatting (e.g. feat: <description>, fix: <description>, style: <description>, docs: <description>, refactor: <description>).

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/zakisheriff-webforge-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.

zakisheriff-webforge-agents.ocm.jsonjson
{
  "ocm": "1",
  "id": "zakisheriff-webforge-agents",
  "kind": "skill",
  "name": ".agents",
  "description": "Workspace Rules",
  "publisher": "zakisheriff",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Workspace Rules"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/zakisheriff/WebForge",
      "path": ".agents/AGENTS.md",
      "ref": "6355f97580a813c07baf71ab2052a7ae7168d38c",
      "url": "https://github.com/zakisheriff/WebForge/blob/6355f97580a813c07baf71ab2052a7ae7168d38c/.agents/AGENTS.md",
      "key": "zakisheriff/WebForge/.agents/AGENTS.md"
    }
  },
  "instructions": "# Workspace Rules\n\n- **Git Commits & Pushes**: After every code change, compile, check, or edit, commit the changes and push to GitHub.\n- **No Co-Authors**: Do not mention or include any co-author (e.g. Co-authored-by: Claude) in any git commit messages. Just commit and push without any co-author metadata.\n- **Commit Messages**: Use proper conventional commit message formatting (e.g. `feat: <description>`, `fix: <description>`, `style: <description>`, `docs: <description>`, `refactor: <description>`).",
  "cost": {
    "context_tokens": 126
  }
}

Fetch it by URL: GET /api/v1/registry/zakisheriff-webforge-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.