drewdrewthis/claude-skills

Personal Claude Code skills and plugin marketplace

2Stars on the repository
40Mods indexed here, across every type
4mo agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

boxd

01

drewdrewthis/claude-skills

Skill Claude Code

Manage Boxd VM lifecycle via ssh boxd.sh — list, stop, start, fork, destroy VMs, or fork from a golden source. Use when the user says "boxd", "list my vms", "stop boxd", "pause boxd", "wake up X", "fork from golden", "destroy vm", or asks about Boxd VM status. Does NOT launch Claude sessions (use /launch-remote for…

not rated 2 4mo ago A 94 tokens

challenge

02

drewdrewthis/claude-skills

Skill Claude Code

Stress-test an architecture proposal, plan, or technical idea. Invokes the devils-advocate agent to find weaknesses before you commit.

not rated 2 4mo ago A 30 tokens

continue

03

drewdrewthis/claude-skills

Skill Claude Code

Find and resume a conversation from any project. Deep-searches session content, not just titles. Gathers context and continues the work.

not rated 2 4mo ago B 29 tokens

create-skill

04

drewdrewthis/claude-skills

Skill Claude Code

Create a new Claude Code skill with correct structure, progressive disclosure, and token-efficient design. Use when the user wants to turn a workflow into a skill, says 'make this a skill', or asks to create/write a skill. Also triggered by /deep-reflect when it identifies a missing skill.

not rated 2 4mo ago A 64 tokens

deep-reflect

05

drewdrewthis/claude-skills

Skill Claude Code

Deep audit of Claude session history. Analyzes JSONL logs for mistakes, failed patterns, token waste, and missed opportunities. Writes findings to memory.

not rated 2 4mo ago B 35 tokens

deep-think

06

drewdrewthis/claude-skills

Skill Claude Code

Structured design exploration for open-ended technical questions. Combines codebase analysis, external research, strategy generation, and adversarial debate to produce a decision-ready report saved to docs/research/. Use when facing 'how should we...', 'what's the best way to...', 'deep think about', or any design…

not rated 2 4mo ago A 71 tokens

drive-pr

07

drewdrewthis/claude-skills

Skill Claude Code

Drive a PR to mergeable state — fix CI failures and address review comments. Loops until green.

not rated 2 4mo ago A 24 tokens

evolve-skill

08

drewdrewthis/claude-skills

Skill Claude Code

Improve a skill based on how it just performed. Analyzes conversation for friction, corrections, wasted tokens, and missed steps, then patches the skill. Auto-invoke after any skill completes. Also triggered by /deep-reflect when it identifies skills that were used.

not rated 2 4mo ago A 59 tokens

fix-bug

09

drewdrewthis/claude-skills

Skill Claude Code

Bug fix flow: readiness check → investigate → failing test (TDD) → fix → verify → review → complete. Skips planning — fixes existing behavior, not new behavior.

not rated 2 4mo ago A 40 tokens

implement

10

drewdrewthis/claude-skills

Skill Claude Code

Start implementation of a GitHub issue. Usage: /implement #123 or /implement.

not rated 2 4mo ago A 23 tokens

investigate

11

drewdrewthis/claude-skills

Skill Claude Code

Systematic investigation of a production bug or performance issue. Traces symptoms to root cause through code analysis, hypothesis testing, and empirical validation.

not rated 2 4mo ago A 31 tokens

launch

12

drewdrewthis/claude-skills

Skill Claude Code

Create a worktree for a GitHub issue and launch a Claude session to implement it. One command: worktree + session.

not rated 2 4mo ago A 28 tokens

learn

13

drewdrewthis/claude-skills

Skill Claude Code

Learn from mistakes by updating project guidelines. Use when a mistake was made that should be prevented in future sessions.

not rated 2 4mo ago A 24 tokens

log-mistake

14

drewdrewthis/claude-skills

Skill Claude Code

Log a mistake to the structured mistake log. Use when the user corrects you, when you catch your own mistake, or when /learn codifies a new rule.

not rated 2 4mo ago A 39 tokens

optimize

15

drewdrewthis/claude-skills

Skill Claude Code

Audit agent config and conversation for token waste: duplication, bloat, unnecessary context loading. Produces actionable fixes.

not rated 2 4mo ago A 26 tokens

code

16

drewdrewthis/claude-skills

Skill Claude Code

Delegate implementation work to the coder agent. Provide requirements or feature file path.

not rated 2 4mo ago A 17 tokens

deliver-work

17

drewdrewthis/claude-skills

Skill Claude Code

Implementation and verification phase. Runs implement → sweep → review → prove-it → complete. Takes a validated feature file from /plan-work and delivers a green PR. Use when the plan is ready and you just need to build it.

not rated 2 4mo ago A 49 tokens

intent

18

drewdrewthis/claude-skills

Skill Claude Code

Metacognitive checkpoint — analyze user intent before executing. Use standalone or let orchestrate/plan invoke it. Forces critical thinking about what the user actually wants.

not rated 2 4mo ago A 34 tokens

orchestrate

19

drewdrewthis/claude-skills

Skill Claude Code

Classify work as bug/feature/refactor, run planning, create tasks from every acceptance criterion, then hand off to implementation. The task list is the contract.

not rated 2 4mo ago A 37 tokens

plan-feature

20

drewdrewthis/claude-skills

Skill Claude Code

Create a feature file with acceptance criteria before implementation. Use when no specs/features/.feature file exists for the work.

not rated 2 4mo ago A 26 tokens

plan-work

21

drewdrewthis/claude-skills

Skill Claude Code

Research and planning phase for features. Runs intent → plan → challenge → readiness gate. Produces a validated feature file ready for /deliver-work. Use before implementation when the problem needs thinking, not just coding.

not rated 2 4mo ago A 45 tokens

prove-it

22

drewdrewthis/claude-skills

Skill Claude Code

Prove implementation correctness by mapping every acceptance criterion to concrete evidence (passing tests, command output, code grep). Use after /review passes, before marking a PR ready. Also use standalone when you want proof that work is actually done — not just 'I think it works.'.

not rated 2 4mo ago A 58 tokens

refactor

23

drewdrewthis/claude-skills

Skill Claude Code

Refactor flow: triage complexity → gather criteria → baseline → implement → verify → review → complete. Simple refactors skip challenge/prove-it. Criteria come from the issue body.

not rated 2 4mo ago A 40 tokens

review

24

drewdrewthis/claude-skills

Skill Claude Code

Run parallel code reviews: principles-reviewer (SRP/design), hygiene-reviewer (reuse/patterns/idioms), test-reviewer (pyramid/coverage), and security-reviewer (PII/secrets). Surfaces conflicts for human decision.

not rated 2 4mo ago A 53 tokens

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: