Agent Skills by mikecubed
Showing 52 vetted skills indexed across 1 GitHub repositories.
ddd-teach
Explain Domain-Driven Design patterns with comparisons, quizzes, and guided discussions.
ddd-refactor
Produce phased DDD refactoring plans with aggregate guardrails and invariants.
ddd-strategist
Identify bounded contexts and map their relationships for strategic DDD decisions.
peaa-refactor
Plans phased migrations between PEAA patterns with decision-tree validation.
gof-advisor
Identify GoF design patterns for OO problems with trade-offs.
gof-refactor
Generate phased GoF pattern migration plans without writing code.
gof-teach
Teach GoF design patterns with structured lessons, comparisons, and quizzes.
peaa-advisor
Identify optimal PEAA patterns for architectural design problems.
ddd-advisor
Recommends tactical DDD patterns for domain modeling problems.
peaa-evaluator
Analyze codebases for PEAA patterns and antipatterns within a defined scope.
peaa-teach
Teach Fowler's Patterns of Enterprise Application Architecture interactively with quizzes and comparisons.
gof-evaluator
Detect GoF patterns and antipatterns in code, outputting a structured analysis report with refactors.
ddd-evaluator
Analyze source code for DDD tactical patterns, anti-patterns, and modeling quality.
i18n-check
Detect hardcoded strings, locale-unaware formatting, and missing translation keys in TypeScript, JavaScript, and Python codebases.
dep-check
Audit dependency manifests for vulnerabilities, lag, and misclassifications.
size-check
Enforce size and complexity limits across codebases, flagging oversized functions and files.
docs-check
Detect missing JSDoc, docstrings, and READMEs across five languages.
resilience-check
Detect resilience anti-patterns in HTTP calls across TypeScript, JavaScript, Python, Go, and Rust.
perf-check
Detect N+1 queries, unbounded loops, and missing pagination in code reviews.
iac-check
Detect IAC-1 through IAC-5 violations in Terraform, CloudFormation, and Kubernetes manifests.
test-check
Identify test quality gaps across unit, property, and mutation-score evaluations.
ctx-check
Verify .agent/SESSION.md presence and freshness before non-trivial work.
sec-check
Audit codebases for hardcoded secrets and insecure configuration patterns.
a11y-check
Detect accessibility issues in TSX/JSX code and provide remediation guidance.