Skip to content
Skillv1.0.0

.claude

Agent Guidelines

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

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

See reviews

About

Imported from bklo94/dotfiles (Linux/claude/.claude/AGENTS.md). Install upstream with npx skills add bklo94/dotfiles --skill .claude. Copyright stays with the author.

Agent Guidelines

Agent Behavior

  • Be concise and direct in responses
  • Think deeply before approaching tasks
  • Focus on technical accuracy and problem-solving
  • Ask clarifying questions when requirements are ambiguous
  • Read existing code before making changes
  • Follow the existing patterns and conventions in each project
  • Prefer editing existing files over creating new ones

Agent Coordination

  • Custom agents should reference project-level CLAUDE.md files for project-specific details (commands, architecture, deployment)
  • Avoid duplicating information that already exists in project CLAUDE.md or memory banks
  • Check the project's memory bank (~/.claude/projects/<project>/memory/) for context before starting work

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/bklo94-dotfiles-claude/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.

bklo94-dotfiles-claude.ocm.jsonjson
{
  "ocm": "1",
  "id": "bklo94-dotfiles-claude",
  "kind": "skill",
  "name": ".claude",
  "description": "Agent Guidelines",
  "publisher": "bklo94",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Agent Guidelines"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/bklo94/dotfiles",
      "path": "Linux/claude/.claude/AGENTS.md",
      "ref": "d1c2934db48b7647e340d07cfc2d1c643a030f39",
      "url": "https://github.com/bklo94/dotfiles/blob/d1c2934db48b7647e340d07cfc2d1c643a030f39/Linux/claude/.claude/AGENTS.md",
      "key": "bklo94/dotfiles/Linux/claude/.claude/AGENTS.md"
    }
  },
  "instructions": "# Agent Guidelines\n\n## Agent Behavior\n\n- Be concise and direct in responses\n- Think deeply before approaching tasks\n- Focus on technical accuracy and problem-solving\n- Ask clarifying questions when requirements are ambiguous\n- Read existing code before making changes\n- Follow the existing patterns and conventions in each project\n- Prefer editing existing files over creating new ones\n\n## Agent Coordination\n\n- Custom agents should reference project-level CLAUDE.md files for project-specific details (commands, architecture, deployment)\n- Avoid duplicating information that already exists in projec",
  "cost": {
    "context_tokens": 183
  }
}

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