Skip to main content
CaioWF
GitHub creator profile

CaioWF

Repository-level view of 46 collected skills across 2 GitHub repositories.

skills collected
46
repositories
2
updated
Aug 10, 2026
repository explorer

Repositories and representative skills

architecture
software-developers

Use when designing the structure of a feature or module (in the plan phase, or when refactoring) to apply language-agnostic engineering principles — Clean Architecture, SOLID, testing strategy, and tactical DDD. Container of guides; each concept is a…

Aug 3, 2026
finishing-a-development-branch
software-developers

Use when implementation is complete, gates pass, and you need to decide how to integrate the work — presents structured options (merge, PR, keep, discard) and handles the chosen workflow, including worktree cleanup. Closes the SDD cycle after…

Jul 29, 2026
handoff
software-developers

Use when PAUSING/ending a session (writes the current state to docs/STATE.md to resume later) or when RESUMING (reads docs/STATE.md and the active spec, recomposes context, and proposes the next step). Maintains continuity across human and agent sessions.

Jul 29, 2026
learn-session
software-developers

Use at the end of a session or feature — from `handoff` (pause), from `finishing-a-development-branch`, or on request — to distill what was learned about the project into its living docs. Routes environment/test/convention facts into CLAUDE.md marker blocks…

Jul 29, 2026
naming-conventions
software-developers

Naming-convention lens consulted BEFORE writing code — camelCase in code, snake_case at the DB boundary, and one consistent name per concept across layers. Appended to impl-conventions.txt by the stack-conventions pack. Also usable standalone.

Jul 29, 2026
postgres-conventions
database-architects

PostgreSQL convention lens consulted BEFORE writing schema/migrations — indexing, constraints, row-level security, and timestamp/type hygiene. Appended to impl-conventions.txt by the stack-conventions pack. Also usable standalone.

Jul 29, 2026
typescript-conventions
software-developers

TypeScript convention lens consulted BEFORE writing code — strictness, type-at-the-boundary, discriminated unions over booleans, and no-any hygiene. Appended to impl-conventions.txt by the stack-conventions pack. Also usable standalone.

Jul 29, 2026
analyze
computer-systems-analysts

Use after tasks-writer to cross-check the active feature's spec, plan, and tasks for gaps or contradictions before implementation begins. Read-only advisory — makes no code or doc changes.

Jul 29, 2026
Showing 8 of 43 collected skills.
Showing 2 of 2 repositories
All repositories loaded