Volodyasp

12 mods across 1 repository, 2 stars between them.

skills

01

Volodyasp/skills

Plugin Claude Code

Plugin marketplace listing 3 plugins: pocock-skills, safety-hooks, python-quality-hooks.

2 3mo ago A tokens not measured original MIT

pocock-skills

02

Volodyasp/skills

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.

2 3mo ago A tokens not measured original MIT

diagnose

03

Volodyasp/skills

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.

2 3mo ago A 66 tokens copy · 81% MIT

grill-me

04

Volodyasp/skills

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".

2 3mo ago A 49 tokens copy · 92% MIT

Volodyasp/skills

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.

2 3mo ago A 68 tokens copy · 70% MIT

tdd

06

Volodyasp/skills

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.

2 3mo ago A 45 tokens copy · 80% MIT

to-prd

07

Volodyasp/skills

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.

2 3mo ago A 47 tokens original MIT

to-slices

08

Volodyasp/skills

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.

2 3mo ago A 64 tokens original MIT

zoom-out

09

Volodyasp/skills

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.

2 3mo ago A 40 tokens copy · 100% MIT

Volodyasp/skills

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.

2 3mo ago A tokens not measured original MIT

PostToolUse

11

Volodyasp/skills

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.

2 3mo ago A tokens not measured original MIT

safety-hooks

12

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.

2 3mo ago A tokens not measured original MIT