Personal agent skills for AI coding agents.
# browse and select skills to install
npx skills add guillevc/skills
# specific skill
npx skills add guillevc/skills --skill <name>| Skill | Description |
|---|---|
2-commit-fast |
Fast auto-commit: analyzes staged git changes and commits with an intelligent conventional commit message — no confirmation needed. |
swift-factory-di |
Complete reference for Factory 2.x — the Swift dependency injection library by hmlongco. Covers API surface, scopes, property wrappers, testing patterns, and migration from 1.x. |
test-doubles |
Identify, classify, design, and create test doubles using Martin Fowler's taxonomy (Dummy, Fake, Stub, Spy, Mock). Language-agnostic — helps choose the right type, refactor brittle tests, and understand state vs behavior verification. |
MIT