Agent Skills by charly3pins
Showing 20 vetted skills indexed across 1 GitHub repositories.
receiving-code-review
Evaluate code-review feedback against the codebase before implementing changes.
sharing-skills
Create pull requests to contribute tested skills to an upstream repository.
test-driven-development
Enforce a failing test before implementing minimal code changes.
subagent-driven-development
Dispatch fresh subagents per task with isolated contexts and post-task code reviews.
brainstorming
Guide rough ideas into fully formed designs through iterative questioning and trade-off analysis.
defense-in-depth
Enforce multi-layer validation across API boundaries, services, and test environments.
root-cause-tracing
Trace errors backward through call stacks to identify original triggers.
writing-skills
Apply test-driven development to validate skills with subagents before deployment.
dispatching-parallel-agents
Dispatch parallel Claude agents to investigate independent failures across subsystems.
systematic-debugging
Executes a four-phase investigative framework to identify and resolve software root causes.
testing-skills-with-subagents
Test skills with subagents under pressure scenarios and log rationalizations.
using-git-worktrees
Create isolated Git worktrees for feature development with automatic setup.
using-superpowers
Enforce mandatory skill usage and TodoWrite logging at conversation start.
verification-before-completion
Execute verification commands and inspect outputs before allowing completion claims.
writing-plans
Generate detailed implementation plans with exact file paths and code examples.
condition-based-waiting
Replace arbitrary timeouts with condition polling in tests.
executing-plans
Execute planned tasks in controlled batches with review checkpoints.
testing-anti-patterns
Detect test and mock anti-patterns in TypeScript/JavaScript projects.
requesting-code-review
Dispatch a code-reviewer subagent to compare changes against the plan and assess production readiness.
finishing-a-development-branch
Verify tests and select merge, PR, or cleanup for a development branch.