ai-engineering
Governed coding workflows with specs, reviews, and audits
All Skills in This Repository (79)
Pure Emerald Level Indicatorscommit
Stage, lint, detect secrets, commit, and push code with governance checks.
pipeline
Generate stack-aware CI/CD workflow files for GitHub Actions and Azure Pipelines.
contract
Initialize, synchronize, and validate product contract lifecycle from templates.
infra
Generate Terraform or Bicep code for cloud infrastructure provisioning.
discover
Probe ambiguous requirements across eight completeness dimensions using AskUserQuestion.
explain
Generate codebase-anchored technical explanations with three depth levels.
test
Plan, execute, and analyze tests across multiple programming stacks.
quality
Assess code quality across metrics, SonarCloud, review, and documentation.
changelog
Generate user-friendly changelogs and GitHub release notes from git history.
security
Run unified security scans with SAST, DAST, dependency auditing, and SBOM generation.
plan
Assess software project requirements, risks, and pipeline strategy without modifying files.
dispatch
Construct a task dependency DAG from plan.md and generate YAML dispatch entries.
Frequently Asked Questions
FAQPage SchemaHow to install ai-engineering?โผ
Run `npx skills add arcasilesgroup/ai-engineering --all -g -y` in your terminal to install all skills in this suite globally.
What does ai-engineering actually do?โผ
It is a governance framework for coding agents: twenty procedures, four guards, and a CLI that enforce spec-before-code, independent review, and verifiable evidence for every claim.
How does it stop agents from making false claims?โผ
Every promise maps to a command that exits non-zero on failure, and guards fail closed, so nothing reads as green unless a real check produced that result.
Does ai-engineering work with Claude Code and Cursor?โผ
Yes. It registers guards in the settings file each agent surface already reads, so the same rules apply across Claude Code, Cursor, Codex, and other compatible tools.
Can I remove ai-engineering without lock-in?โผ
Yes. Deleting the `.ai/` folder removes it completely, and your specs remain as plain markdown files that outlive the framework.
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