speq-aispeq-aiOfficialยท1 Agent Skills Included

speq

Unambiguous architectural contracts for consistent code generation

Defines a strict specification format that locks down project architecture, naming, layers, and security rules before any code is written. Eliminates inconsistent output across sessions, models, and machines caused by vague natural-language instructions. Gives coding agents a single source of truth with validation rules, so every generated project follows the same structure.
npx skills add speq-ai/speq --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’