|
1 | 1 | { |
2 | 2 | "name": "claude-kit", |
3 | 3 | "version": "2.3.0", |
4 | | - "description": "Configuration factory for Claude Code — templates, stacks, hooks, rules, and audit tools", |
5 | | - "author": "luiseiman", |
6 | | - "license": "MIT", |
7 | | - "repository": "https://github.com/luiseiman/claude-kit", |
8 | | - "keywords": ["claude-code", "configuration", "hooks", "rules", "audit"], |
9 | | - "components": { |
10 | | - "hooks": [ |
11 | | - { |
12 | | - "file": "template/hooks/block-destructive.sh", |
13 | | - "event": "PreToolUse", |
14 | | - "matcher": "Bash", |
15 | | - "description": "Block dangerous bash commands (rm -rf, DROP TABLE, force push)" |
16 | | - }, |
17 | | - { |
18 | | - "file": "template/hooks/lint-on-save.sh", |
19 | | - "event": "PostToolUse", |
20 | | - "matcher": "Write", |
21 | | - "description": "Auto-lint on file save (Python, TypeScript, Swift)" |
22 | | - }, |
23 | | - { |
24 | | - "file": "template/hooks/warn-missing-test.sh", |
25 | | - "event": "PostToolUse", |
26 | | - "matcher": "Write", |
27 | | - "description": "Warn when creating source files without tests (strict profile)" |
28 | | - }, |
29 | | - { |
30 | | - "file": "template/hooks/session-report.sh", |
31 | | - "event": "Stop", |
32 | | - "matcher": null, |
33 | | - "description": "Generate session report on session end (requires FORGE_SESSION_REPORT=true)" |
34 | | - } |
35 | | - ], |
36 | | - "rules": [ |
37 | | - "template/rules/_common.md", |
38 | | - "template/rules/memory.md", |
39 | | - "template/rules/agents.md" |
40 | | - ], |
41 | | - "commands": [ |
42 | | - "template/commands/audit.md", |
43 | | - "template/commands/health.md", |
44 | | - "template/commands/review.md", |
45 | | - "template/commands/debug.md" |
46 | | - ] |
47 | | - }, |
48 | | - "stacks": [ |
49 | | - "python-fastapi", |
50 | | - "react-vite-ts", |
51 | | - "swift-swiftui", |
52 | | - "supabase", |
53 | | - "docker-deploy", |
54 | | - "data-analysis", |
55 | | - "gcp-cloud-run", |
56 | | - "redis", |
57 | | - "node-express", |
58 | | - "java-spring", |
59 | | - "aws-deploy", |
60 | | - "go-api", |
61 | | - "devcontainer" |
62 | | - ], |
63 | | - "install": { |
64 | | - "method": "git-clone", |
65 | | - "postInstall": "global/sync.sh", |
66 | | - "note": "Plugin mode installs hooks + rules + commands only. For full features (skills, agents, practices), use git clone + global/sync.sh" |
| 4 | + "description": "Configuration factory for Claude Code — 14 skills, 7 agents, hooks, rules, audit scoring, and practices pipeline", |
| 5 | + "author": { |
| 6 | + "name": "Luis Eiman", |
| 7 | + "url": "https://github.com/luiseiman" |
67 | 8 | }, |
68 | | - "requires": { |
69 | | - "claudeCode": ">=1.0.0" |
70 | | - } |
| 9 | + "homepage": "https://github.com/luiseiman/claude-kit", |
| 10 | + "repository": "https://github.com/luiseiman/claude-kit", |
| 11 | + "license": "MIT", |
| 12 | + "keywords": [ |
| 13 | + "claude-code", |
| 14 | + "configuration", |
| 15 | + "hooks", |
| 16 | + "rules", |
| 17 | + "audit", |
| 18 | + "scaffolding", |
| 19 | + "best-practices", |
| 20 | + "agents", |
| 21 | + "skills" |
| 22 | + ] |
71 | 23 | } |
0 commit comments