| name | billing-core |
| description | Maintain the Billing Core module installed by StackFoundry. |
Billing Core Maintenance Instructions
- Preserve the module ownership described in
docs.md.
- Keep default source templates compact, typed, and provider-neutral.
- Update
tests/checklist.md when behavior changes.
- Do not commit secrets, local state, or generated machine metadata.
- Keep Drizzle schema exports synchronized with
module.json.
Shared Skills
When provider, framework, or database behavior changes, load the installed shared skill before editing implementation details:
.stackfoundry/skills/nextjs/SKILL.md (source: registry/skills/nextjs/SKILL.md)
.stackfoundry/skills/drizzle/SKILL.md (source: registry/skills/drizzle/SKILL.md)
Keep this module skill focused on ownership, installed files, env vars, deployment checks, and module-specific invariants.