speq
Unambiguous architectural contracts for consistent code generation
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install SpeQ?โผ
Run `npx skills add speq-ai/speq --all -g -y` in your terminal to install the SpeQ skill globally.
What is a .speq file?โผ
A .speq file is a formal architectural contract for your project with a grammar, parser, and validator. It declares entities, layers, vocabulary, and rules so coding agents cannot misinterpret your intent.
How does SpeQ make AI coding more consistent?โผ
It fixes all structural decisions upfront in a machine-readable spec, so two agents reading the same file produce architecturally identical output instead of guessing differently each session.
Does SpeQ work with Claude Code and other coding agents?โผ
Yes. The SKILL.md behavioral contract loads alongside your spec at the start of any session and works with any agent that supports the SKILL.md standard.
Do I need to be a developer to use SpeQ?โผ
Basic familiarity with software architecture helps, since you declare layers, entities, and contracts. The included examples for chat, clock, and shop projects make it easy to learn the format.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core