code-forge
Installation
SKILL.md
Code Forge
Required Skills
Read and apply:
framework:knowledge-priming-- Load project context (stack, architecture, conventions) so implementation matches the real project. (always)framework:context-anchoring-- Find and load the feature's context anchor doc; enrich it as implementation decisions are made (Create / Load / Enrich behaviors). (always)framework:learning-harvest-- Load prior operational learnings to inform implementation at session start; harvest new ones at session end. (always)framework:collaborative-judgment-- Surface genuine judgment calls as structured options instead of silently assuming. (always)framework:architecture-- Layer placement, dependency direction, structural validation. (always)framework:clean-code-- Craft guardrails: SRP, naming, complexity, error handling. (always)framework:domain-driven-design-- Aggregates, entities, value objects, domain services. (conditional: domain-layer components only)framework:secure-coding-- Trust bounds, injection prevention, secrets handling. (conditional: trust-boundary code only)framework:test-quality-- AAA structure, isolation, assertion quality, naming. (always when writing tests)