Skip to content
Skillv1.0.0

.agents

Global Rules

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

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

See reviews

About

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

Global Rules

  • Zero warnings on main. Code must compile cleanly with cargo clippy --all-targets --all-features with no warnings before committing.

Git Rules

  • No direct pushes to main: Never push directly to the main branch. Always create a new feature branch for your work (e.g., git checkout -b feature/name).
  • Atomic Commits: Always create multiple, logical commits based on the changes rather than lumping everything into a single massive commit.
  • Conventional Commits: Always use the conventional commit format for messages: type(scope): message (e.g., feat(ui): add dark mode toggle, fix(cli): resolve panic on startup).

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/jefino9488-typeforge-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.

jefino9488-typeforge-agents.ocm.jsonjson
{
  "ocm": "1",
  "id": "jefino9488-typeforge-agents",
  "kind": "skill",
  "name": ".agents",
  "description": "Global Rules",
  "publisher": "Jefino9488",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Global Rules"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/Jefino9488/TypeForge",
      "path": ".agents/AGENTS.md",
      "ref": "1ae0da62ef9f34167e04bb0c0a1468fc1cca4a28",
      "url": "https://github.com/Jefino9488/TypeForge/blob/1ae0da62ef9f34167e04bb0c0a1468fc1cca4a28/.agents/AGENTS.md",
      "key": "Jefino9488/TypeForge/.agents/AGENTS.md"
    }
  },
  "instructions": "# Global Rules\n\n- Zero warnings on main. Code must compile cleanly with `cargo clippy --all-targets --all-features` with no warnings before committing.\n\n# Git Rules\n\n- **No direct pushes to main:** Never push directly to the `main` branch. Always create a new feature branch for your work (e.g., `git checkout -b feature/name`).\n- **Atomic Commits:** Always create multiple, logical commits based on the changes rather than lumping everything into a single massive commit.\n- **Conventional Commits:** Always use the conventional commit format for messages: `type(scope): message` (e.g., `feat(ui): ad",
  "cost": {
    "context_tokens": 164
  }
}

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