dev-km
4
总安装量
3
周安装量
#48418
全站排名
安装命令
npx skills add https://github.com/goffity/dev-km --skill dev-km
Agent 安装分布
opencode
3
kilo
3
gemini-cli
3
junie
3
windsurf
3
antigravity
3
Skill 文档
Development Knowledge Management System
4-layer system for capturing and organizing development knowledge.
Dev Flow
/recap â /focus (issue + branch) â tdg:tdg (dev + commit) â /td (retrospective) + /mem (capture knowledge)
Core Skills (user-invocable)
| Skill | Layer | Output | Trigger |
|---|---|---|---|
/mem [topic] |
1 | docs/learnings/YYYY-MM/DD/HH.MM_slug.md |
Quick insight capture |
/distill [topic] |
2 | docs/knowledge-base/[topic].md |
3+ learnings on same topic |
/td |
3 | docs/retrospective/YYYY-MM/retrospective_*.md |
Task completed |
/improve |
4 | Implementation | Work on pending items |
/recap |
– | Context summary | Start new session |
/focus [task] |
– | Issue + branch | Set current task |
Git & PR Skills (user-invocable)
| Skill | Purpose |
|---|---|
/commit |
Atomic commits via TDG |
/pr |
Tests, build, review, create PR |
/review |
Code review before push |
/pr-review |
Handle PR review feedback |
/pr-poll |
PR review notification daemon |
Knowledge & Docs Skills (user-invocable)
| Skill | Purpose |
|---|---|
/cleanup |
Retention policy management |
/consolidate |
Daily session file consolidation |
/summary |
Weekly/monthly summaries |
/search |
Search knowledge index |
/example |
Save code examples |
/flow |
Process flow diagrams |
/pattern |
Design pattern docs |
/share |
Cross-project knowledge sharing |
Integration & Config Skills (user-invocable)
| Skill | Purpose |
|---|---|
/jira |
Jira issue management |
/permission |
Manage Claude Code permissions |
Specialist Skills (context: fork, not user-invocable)
| Skill | Purpose |
|---|---|
code-reviewer |
Reviews code for bugs, security, performance |
session-analyzer |
Analyzes git changes for retrospective drafts |
knowledge-curator |
Scans learnings, suggests distill topics |
build-validator |
Validates build, tests, lint before push |
code-simplifier |
Simplifies code, reduces complexity |
security-auditor |
OWASP Top 10 security audit |
Directory Structure
docs/
âââ learnings/ # /mem output
â âââ YYYY-MM/DD/
âââ knowledge-base/ # /distill output
âââ retrospective/ # /td output
â âââ YYYY-MM/
âââ auto-captured/ # Auto-capture output
âââ examples/ # /example output
âââ summaries/ # /summary output
âââ shared-knowledge/ # /share output
âââ flows/ # /flow output
âââ patterns/ # /pattern output
âââ logs/ # Activity log
âââ current.md # Current focus state
Setup
./scripts/init.sh $PROJECT_ROOT
References
references/mem-template.md– Full /mem templatereferences/distill-template.md– Full /distill templatereferences/td-template.md– Full /td templatereferences/improve-workflow.md– /improve detailed workflow