On this pageOverview
Skills
Foldkit ships a foldkit-skills plugin for Claude Code that provides agent skills tailored to the Foldkit architecture. These skills encode the conventions, patterns, and quality standards that make Foldkit apps well-factored and maintainable.
To install, first add the Foldkit marketplace, then install the plugin:
/plugin marketplace add foldkit/foldkit
/plugin install foldkit-skills@foldkit
/foldkit-skills:generate-program
Generate a complete, idiomatic Foldkit application from a natural language description. Produces correct-by-construction apps with proper Model schemas, Message naming, Commands with error handling, and Foldkit UI component integration.
More skills are in development, including message scaffolding, Submodel extraction, and architecture auditing.