Back to list
benshapyro

devkit-knowledge

by benshapyro

Cadre team development kit for Claude Code - quality gates, security hooks, workflow commands, skills & agents

9🍴 1📅 Jan 14, 2026

SKILL.md


name: devkit-knowledge description: Knowledge base for the Cadre DevKit. Use when answering questions about the devkit structure, commands, skills, hooks, agents, or workflows.

Cadre DevKit Knowledge Base

This skill helps you find information in the devkit. Read the actual files - they are the source of truth.

Where to Find Things

TopicLocation
Global config~/.claude/CLAUDE.md
Commands~/.claude/commands/*.md
Skills~/.claude/skills/*/SKILL.md
Hooks~/.claude/hooks/ + settings.json
References~/.claude/references/*.md
AgentsDefined in system, use Task tool

Quick Answers

How do I add a command?

Create ~/.claude/commands/my-command.md:

---
description: What this command does
argument-hint: [optional args]
---

# My Command

Instructions for Claude...

How do I add a skill?

Create ~/.claude/skills/my-skill/SKILL.md:

---
name: my-skill-name
description: What it does and when to use it.
---

# My Skill

Instructions and examples...

Skills vs Agents?

  • Skills = Knowledge (methodology, templates, best practices)
  • Agents = Workers (spawned via Task tool to do tasks independently)

Skills inform how to do something. Agents actually do things.

Debug hooks not running?

  1. Enable debug mode: CLAUDE_HOOK_DEBUG=1
  2. Check settings.json has hook registered
  3. Verify file is executable (chmod +x)

Skill not activating?

  1. Check YAML frontmatter is valid (name + description)
  2. Ensure description has trigger keywords
  3. Try explicit reference: "Use the X skill"

Command workflow?

New Project:

/greenfield → SPEC.md + DESIGN.md + PLAN.md → /plan [feature] → implement → /review → /validate → /ship

Existing Project:

/plan [feature] → implement → /slop (optional) → /review → /validate → /ship

Research:

/research [topic] → findings → /progress (save as docs)

Project vs Global

LocationScope
~/.claude/All projects (personal)
./.claude/This project only (team)

Project-level config takes precedence over global.

For Everything Else

Read the actual files. This skill points you where to look - don't rely on this skill having the latest info.


Version

  • v2.0.0 (2025-12-05): Refactored to reference actual files instead of duplicating content
  • v1.0.0 (2025-11-15): Initial version

Score

Total Score

70/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

+10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon