Skip to main content
CaioWF
GitHub 创作者资料

CaioWF

按仓库查看 2 个 GitHub 仓库中的 46 个已收集 skills。

已收集 skills
46
仓库
2
更新
2026年8月10日
仓库浏览

仓库与代表性 skills

architecture
软件开发工程师

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…

2026年8月3日
finishing-a-development-branch
软件开发工程师

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…

2026年7月29日
handoff
软件开发工程师

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.

2026年7月29日
learn-session
软件开发工程师

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…

2026年7月29日
naming-conventions
软件开发工程师

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.

2026年7月29日
postgres-conventions
数据库架构师

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.

2026年7月29日
typescript-conventions
软件开发工程师

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.

2026年7月29日
analyze
计算机系统分析师

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.

2026年7月29日
已展示 8 / 43 个已收集 Skill。
已展示 2 / 2 个仓库
已展示全部仓库