Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:38:46 +08:00
commit 6902106648
49 changed files with 11466 additions and 0 deletions

37
.claude/skills/README.md Normal file
View File

@@ -0,0 +1,37 @@
# LAZYDEV Skills Index
Lightweight, Anthropiccompatible Skills that Claude can load when relevant. Each skill is a folder with `SKILL.md` (frontmatter + concise instructions).
## Skills List
- `brainstorming/` — Structured ideation; options matrix + decision.
- `code-review-request/` — Focused review request; rubric + patch plan.
- `git-worktrees/` — Create/switch/remove Git worktrees safely.
- `subagent-driven-development/` — Delegate subtasks to coder/reviewer/research/PM.
- `test-driven-development/` — RED→GREEN→REFACTOR microcycles; small diffs.
- `writing-skills/` — Generate new skills for claude codem using natural language prompts and anthropic documentation.
- `story-traceability/` — AC → Task → Test mapping for PRperstory.
- `task-slicer/` — Split stories into 24h atomic tasks with tests.
- `gh-issue-sync/` — Draft GitHub issues/subissues from local story/tasks.
- `ac-expander/` — Make AC measurable; add edge cases and test names.
- `output-style-selector/` — Autopick best format (table, bullets, YAML, HTML, concise).
- `context-packer/` — Compact, highsignal context instead of long pastes.
- `diff-scope-minimizer/` — Tiny patch plan, tight diffs, stop criteria.
## Suggested Pairings
- Project Manager → story-traceability, task-slicer, ac-expander, gh-issue-sync
- Coder → test-driven-development, diff-scope-minimizer, git-worktrees
- Reviewer / Story Reviewer → code-review-request
- Documentation → output-style-selector
- Research → brainstorming, context-packer
## Overrides & Style
- Force/disable a style inline: `[style: table-based]`, `[style: off]`
- Manual skill hint in prompts: “Use skill test-driven-development for this task.”
## Wiring (optional, not enabled yet)
- UserPromptSubmit: run `context-packer` + `output-style-selector`
- PreToolUse: nudge `test-driven-development` + `diff-scope-minimizer`