Skip to content
Skillv1.0.0

.agents

This repo's behavioral rules live under `rules/`. The `setup-workstation` skill symlinks each one into `~/.claude/rules/` and `~/.agents/rules/`, so they load automatically on every session, on any wo

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

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

See reviews

About

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

Project rules

This repo's behavioral rules live under rules/. The setup-workstation skill symlinks each one into ~/.claude/rules/ and ~/.agents/rules/, so they load automatically on every session, on any workstation this repo is set up on — not because this file says so. See rules/README.md for the current list and schema.

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/aszharite-dot-claude-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.

aszharite-dot-claude-agents.ocm.jsonjson
{
  "ocm": "1",
  "id": "aszharite-dot-claude-agents",
  "kind": "skill",
  "name": ".agents",
  "description": "This repo's behavioral rules live under `rules/`. The `setup-workstation` skill symlinks each one into `~/.claude/rules/` and `~/.agents/rules/`, so they load automatically on every session, on any workstation this repo is set up on — not because this file says so. See `rules/README.md` for the current list and schema. <!-- dot-claude-rules:end -->",
  "publisher": "aszharite",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "This repo's behavioral rules live under `rules/`. The `setup-workstation` skill symlinks each one into `~/.claude/rules/` and `~/.agents/rules/`, so they load automatically on every session, on any workstation this repo is set up on — not because this file says so. See `rules/README.md` for the current list and schema. <!-- dot-claude-rules:end -->"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/aszharite/dot-claude",
      "path": ".agents/AGENTS.md",
      "ref": "f69b2181b87df45fce4fb7856e9de330585597ba",
      "url": "https://github.com/aszharite/dot-claude/blob/f69b2181b87df45fce4fb7856e9de330585597ba/.agents/AGENTS.md",
      "key": "aszharite/dot-claude/.agents/AGENTS.md"
    }
  },
  "instructions": "<!-- dot-claude-rules:start -->\n## Project rules\n\nThis repo's behavioral rules live under `rules/`. The `setup-workstation` skill symlinks each one into `~/.claude/rules/` and `~/.agents/rules/`, so they load automatically on every session, on any workstation this repo is set up on — not because this file says so. See `rules/README.md` for the current list and schema.\n<!-- dot-claude-rules:end -->",
  "cost": {
    "context_tokens": 100
  }
}

Fetch it by URL: GET /api/v1/registry/aszharite-dot-claude-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.