skills
01Plugin Claude Code
Plugin marketplace listing 3 plugins: pocock-skills, safety-hooks, python-quality-hooks.
Plugin Claude Code
Plugin marketplace listing 3 plugins: pocock-skills, safety-hooks, python-quality-hooks.
Plugin Claude Code
Curated subset of mattpocock/skills with local-markdown adaptations. Pipeline: grill-me → to-prd → to-slices writes to docs/specs/ /. Plus tdd, diagnose, zoom-out, improve-codebase-architecture.
Skill Claude CodeCodex
Disciplined diagnosis loop for hard bugs and performance regressions. Reproduce → minimise → hypothesise → instrument → fix → regression-test. Use when user says "diagnose this" / "debug this", reports a bug, says something is broken/throwing/failing, or describes a performance regression.
Skill Claude CodeCodex
Interview the user relentlessly about a plan or design until reaching shared understanding, resolving each branch of the decision tree. Use when user wants to stress-test a plan, get grilled on their design, or mentions "grill me".
Skill Claude CodeCodex
Find deepening opportunities in a codebase, informed by the domain language in CONTEXT.md and the decisions in docs/adr/. Use when the user wants to improve architecture, find refactoring opportunities, consolidate tightly-coupled modules, or make a codebase more testable and AI-navigable.
Skill Claude CodeCodex
Test-driven development with red-green-refactor loop. Use when user wants to build features or fix bugs using TDD, mentions "red-green-refactor", wants integration tests, or asks for test-first development.
Skill Claude CodeCodex
Turn the current conversation context into a PRD and write it to docs/specs/ /PRD.md. Use when user wants to create a PRD from the current context for local spec-driven workflow.
Skill Claude CodeCodex
Break a PRD or plan into independently-grabbable vertical-slice tickets as local markdown files under docs/specs/ /slices/. Use when user wants to decompose a PRD into vertical slices, tracer-bullet tickets, or implementation work units for local spec-driven workflow.
Skill Claude CodeCodex
Tell the agent to zoom out and give broader context or a higher-level perspective. Use when you're unfamiliar with a section of code or need to understand how it fits into the bigger picture.
Plugin Claude Code
PostToolUse hooks for Python files. On Edit: ruff bugs-only check + mypy. On Write: ruff isort fix + ruff format, then the same checks. Non-blocking — feedback only.
Hook
Runs after a tool call finishes for Edit and Write tool calls, executing check-python-edit.sh and check-python-write.sh (2 commands). From Volodyasp/skills.
Plugin Claude Code
Safety nets for AI-assisted development. Blocks dangerous git commands (push, force, reset --hard, --no-verify, etc.) and access to secret files (.env and friends). Per-project whitelist via .claude/safety-hooks.local.md with walk-up lookup, cd-target and git -C awareness.