sphere-framework
Installation
SKILL.md
Sphere Framework Development Guide
Purpose
This skill turns Sphere tasks into executable steps:
- Identify the correct layer first (protocol/codegen, runtime packages, templates, supporting libraries).
- Execute with the standard workflow (define -> generate -> implement -> validate).
- Strictly separate editable source files from generated artifacts.
Progressive Disclosure Strategy
Keep this file focused on decisions and guardrails. Load detailed docs from references/ only when needed:
- Framework overview:
references/00-sphere-overview.md - Project setup:
references/01-getting-started.md - API development:
references/02-api-development.md - Database and ORM:
references/03-database-orm.md - Authentication and permissions:
references/04-auth-permissions.md