Files
gh-macroman5-claude-code-wo…/.claude/skills/README.md
2025-11-30 08:38:46 +08:00

38 lines
1.9 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 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`