Skip to content
Skillv1.0.0

claudekit

Claude Code hook library — pre-built PreToolUse/PostToolUse hooks for common guardrails, auto-formatting, workflow automation

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

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

See reviews

About

Imported from akillness/jeo-skills (.agent-skills/claudekit/SKILL.md). Install upstream with npx skills add akillness/jeo-skills --skill claudekit. Copyright stays with the author.

claudekit — Claude Code workflow toolkit

claudekit is an opinionated Claude Code plugin that bundles reusable skills/agents and an interactive setup wizard.

When to use this skill

  • You want project-level rules/modes/hooks/MCP scaffolding quickly.
  • You need repeatable Claude Code workflows across teammates.
  • You want a curated starter set of planning/review/build skills.

Instructions

  1. Add marketplace and install plugin:
    /plugin marketplace add duthaho/claudekit-marketplace
    /plugin install claudekit
  2. Run setup wizard:
    /claudekit:init
    # or full setup
    /claudekit:init --all
  3. Verify generated files exist:
    • .claude/rules/
    • .claude/modes/
    • .claude/hooks/ + settings.local.json
    • .mcp.json
  4. Review generated defaults before commit; keep project-specific policies explicit.

Examples

  • New repo bootstrap: /claudekit:init --all 후 초기 workflow 패키지 생성.
  • Existing repo hardening: hooks/rules 일부만 선택 설치해 점진 도입.

Best practices

  • Generated hook/rule를 그대로 신뢰하지 말고 팀 정책과 충돌 여부를 먼저 검토.
  • 스킬/플러그인 업데이트는 릴리즈 노트 확인 후 반영.
  • claudekit은 가속기이며, 저장소별 검증 게이트(test/lint/review)를 대체하지 않는다.

References

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/akillness-jeo-skills-claudekit/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.

akillness-jeo-skills-claudekit.ocm.jsonjson
{
  "ocm": "1",
  "id": "akillness-jeo-skills-claudekit",
  "kind": "skill",
  "name": "claudekit",
  "description": "Claude Code hook library — pre-built PreToolUse/PostToolUse hooks for common guardrails, auto-formatting, workflow automation",
  "publisher": "akillness",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "coding"
    ],
    "tags": [
      "skill-md",
      "claude-code",
      "workflow",
      "plugin",
      "skills",
      "agents",
      "mcp",
      "hooks",
      "skills-sh"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Claude Code hook library — pre-built PreToolUse/PostToolUse hooks for common guardrails, auto-formatting, workflow automation"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "skills.sh",
      "repository": "https://github.com/akillness/jeo-skills",
      "path": ".agent-skills/claudekit/SKILL.md",
      "ref": "HEAD",
      "url": "https://github.com/akillness/jeo-skills/blob/HEAD/.agent-skills/claudekit/SKILL.md",
      "key": "akillness/jeo-skills/.agent-skills/claudekit/SKILL.md"
    },
    "allowed_tools": [
      "Read",
      "Write",
      "Bash",
      "Grep",
      "Glob",
      "WebFetch"
    ]
  },
  "instructions": "# claudekit — Claude Code workflow toolkit\n\n`claudekit` is an opinionated Claude Code plugin that bundles reusable skills/agents and an interactive setup wizard.\n\n## When to use this skill\n- You want project-level **rules/modes/hooks/MCP** scaffolding quickly.\n- You need repeatable Claude Code workflows across teammates.\n- You want a curated starter set of planning/review/build skills.\n\n## Instructions\n1. Add marketplace and install plugin:\n   ```bash\n   /plugin marketplace add duthaho/claudekit-marketplace\n   /plugin install claudekit\n   ```\n2. Run setup wizard:\n   ```bash\n   /claudekit:init\n",
  "cost": {
    "context_tokens": 349
  }
}

Fetch it by URL: GET /api/v1/registry/akillness-jeo-skills-claudekit/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.