Agent Skills
June 28, 2026 ยท View on GitHub
StructKit is designed to be used directly by AI assistants through MCP and other tool integrations. For teams that use reusable agent skills, the companion httpdss/structkit-skills repository provides an installable workflow skill that teaches assistants how to use StructKit safely.
StructKit workflow skill
The structkit-workflows skill covers the recommended agent workflow for StructKit:
- Discover available structures.
- Inspect the selected structure and its variables.
- Preview or dry-run the generation before writing files.
- Use conservative file-conflict behavior for existing repositories.
- Validate
.struct.yamlfiles and generated output.
This is useful when you want an assistant to scaffold from approved StructKit templates instead of inventing project structure from scratch.
Install
With Skills-compatible installers:
npx skills add httpdss/structkit-skills
With Hermes Agent:
hermes skills install https://raw.githubusercontent.com/httpdss/structkit-skills/main/SKILL.md --name structkit-workflows
When to use it
Use the skill when an agent needs to:
- Generate a project, Terraform module, CI baseline, documentation bundle, or application scaffold with StructKit.
- Author or update reusable
.struct.yamlstructures. - Review a StructKit generation plan before files are written.
- Package StructKit-backed workflows for repeatable use across repositories.
For lower-level tool integration, see the MCP / AI Agent Workflow guide.