itential/builder-skills
🔧 Spec-Driven Infrastructure Automation & Orchestration
Platform-specific configuration:
{
"mcpServers": {
"builder-skills": {
"command": "npx",
"args": [
"-y",
"builder-skills"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
[](LICENSE)
From spec to delivery — infrastructure automation and orchestration driven by AI agents.
---
A set of AI agent skills for the Itential Platform. Agents deliver automation end-to-end — from requirements through feasibility, design, build, and as-built documentation — or explore and build freestyle.
Requirements → Feasibility → Design → Build → As-Built
│ │ │ │ │
/spec-agent /solution- /solution- /builder- /builder-
arch-agent arch-agent agent agent
│ │ │ │ │
customer- feasibility.md solution- assets as-built.md
spec.md (approved) design.md (delivered) (approved)
(approved) (approved)---
git clone https://github.com/itential/builder-skills.git
cd builder-skills
claudeClaude Code loads CLAUDE.md and all skills automatically. Point at your platform:
cp environments/cloud-lab.env my-use-case/.env # edit with your credentials---
Deliver from Spec — structured end-to-end delivery with artifact-based approvals:
/spec-agent → /solution-arch-agent → /builder-agentFlowAgent to Spec — convert an agent's proven pattern into a deterministic workflow:
/flowagent-to-spec → /solution-arch-agent → /builder-agentGenerate Spec from Project — extract formal documentation from existing automation:
/project-to-specExplore — connect to a platform, browse capabilities, build freely:
/exploreSee `docs/developer-flow.md` for the full flow diagram and design principles.
---
| Skill | What It Does | |-------|-------------| | /spec-agent | Requirements — refine use case, produc
Loading reviews...