Agent Skills by bennybennison
Showing 67 vetted skills indexed across 1 GitHub repositories.
repair-bug
Generates repair plans for bug reports with ranked causes and verification steps.
map-change
Locate optimal code change placement with candidate options, risks, and dependencies.
explore-ideas
Structure rough ideas into use cases, risks, and next-step recommendations.
review-issues
Review GitHub issues, pull requests, diffs, and bug reports for risks and missing context.
spec-lifecycle
Organize specifications into a hierarchical lifecycle from epics to tasks.
mock-data-design
Generate compact mock datasets with realistic edge, missing, and error cases.
debugging-methodology
Diagnose software bugs through reproduction, isolation, hypothesis testing, and regression verification.
beads-workflow
Manage persistent tasks with dependencies in Dolt-backed projects using Beads.
python-testing
Standardize PyTest patterns for Python unit and integration tests.
iterative-retrieval
Run progressive multi-cycle codebase searches with relevance scoring and terminology refinement.
git-commit-discipline
Enforce consistent git commit messages and clean branch history.
autonomous-loops
Execute autonomous agent loops with stop conditions and iteration caps.
concurrency-async
Select Python concurrency models for I/O-bound, CPU-bound, and parallel workloads.
review-specs
Identify and eliminate duplicate, overlapping, or conflicting specifications in a plan/specs/ directory.
idea-exploration
Clarify rough product ideas into structured IdeaBriefs for evaluation.
infra-derivation
Derive infrastructure specifications from validated workflow contracts.
intent-gate
Classify user intent using signal-word detection and rule-based approach selection.
doc-coauthoring
Gather audience, purpose, source material, and format to create documentation.
database-patterns
Standardize database schema design and migration processes for relational databases and ORMs.
simple-data-patterns
Create, read, update, and delete domain entities with Pydantic models and async repositories.
monorepo-navigation
Enforce scoped navigation of monorepo codebases using Monorepo Map and area AGENTS.md boundaries.
raw-store-patterns
Store raw API responses as immutable JSON records with fetched_at timestamps.
backend-derivation
Derives backend requirements from workflow and contract artifacts.
prompt-optimizer
Optimize agent instructions with reasoning, examples, and decision trees.