Agent Skills by jacksmack1971
Showing 11 vetted skills indexed across 1 GitHub repositories.
design-frontend-component
Compose React frontend components using Atomic Design hierarchy.
code-navigation
Locate definitions, references, and hover information via Language Server Protocol.
api-endpoint-design
Design REST API endpoints with layered Routes, Middleware, Controllers, Services, Repositories, and DTOs.
test-driven-workflow
Implement features through a Red-Green-Refactor test-driven workflow.
optimize-performance-profiling
Profile code to identify bottlenecks and verify performance improvements.
git-commit-standards
Configure pre-commit hooks to validate conventional commit messages.
pr-review-standards
Analyze pull request diffs for anti-patterns, secrets, oversized PRs, and missing tests.
database-migration-safe
Plan and execute phase-based database migrations with rollback safeguards.
debug-root-cause-analysis
Guide structured root-cause debugging through observe, reproduce, hypothesize, test, fix, verify, and prevent phases.
refactor-legacy-code
Refactor legacy code atomically using the Strangler Fig pattern.
audit-security-dependencies
Run npm or pip CVE checks on packages and analyze dependencies.