arcasilesgrouparcasilesgroupOfficialยท79 Agent Skills Included

ai-engineering

Governed coding workflows with specs, reviews, and audits

Enforces disciplined software development through twenty written procedures covering specs, plans, builds, reviews, security checks, and shipping. Eliminates unverified claims, silent failures, and unreviewed code by requiring every promise to be backed by a command that exits non-zero. Installs once and applies the same rules across every project on a machine, keeping decisions auditable as plain text in your repository.
npx skills add arcasilesgroup/ai-engineering --all -g -y
Available:

Gives your AI agent twelve standing rules for how work happens here, including spec-before-code discipline, one commit per change, green-gate verification, and how to route requests to the right sub-skill.

All Skills in This Repository (79)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
arcasilesgrouparcasilesgroup

commit

Stage, lint, detect secrets, commit, and push code with governance checks.

Official
Advanced
๐Ÿ“ฆ In Repo
arcasilesgrouparcasilesgroup

pipeline

Generate stack-aware CI/CD workflow files for GitHub Actions and Azure Pipelines.

Official
Advanced
๐Ÿ“ฆ In Repo
arcasilesgrouparcasilesgroup

contract

Initialize, synchronize, and validate product contract lifecycle from templates.

Official
Intermediate
๐Ÿ“ฆ In Repo
arcasilesgrouparcasilesgroup

infra

Generate Terraform or Bicep code for cloud infrastructure provisioning.

Official
Advanced
๐Ÿ“ฆ In Repo
arcasilesgrouparcasilesgroup

discover

Probe ambiguous requirements across eight completeness dimensions using AskUserQuestion.

Official
Advanced
๐Ÿ“ฆ In Repo
arcasilesgrouparcasilesgroup

explain

Generate codebase-anchored technical explanations with three depth levels.

Official
Advanced
๐Ÿ“ฆ In Repo
arcasilesgrouparcasilesgroup

test

Plan, execute, and analyze tests across multiple programming stacks.

Official
Advanced
๐Ÿ“ฆ In Repo
arcasilesgrouparcasilesgroup

quality

Assess code quality across metrics, SonarCloud, review, and documentation.

Official
Advanced
๐Ÿ“ฆ In Repo
arcasilesgrouparcasilesgroup

changelog

Generate user-friendly changelogs and GitHub release notes from git history.

Official
Advanced
๐Ÿ“ฆ In Repo
arcasilesgrouparcasilesgroup

security

Run unified security scans with SAST, DAST, dependency auditing, and SBOM generation.

Official
Advanced
๐Ÿ“ฆ In Repo
arcasilesgrouparcasilesgroup

plan

Assess software project requirements, risks, and pipeline strategy without modifying files.

Official
Intermediate
๐Ÿ“ฆ In Repo
arcasilesgrouparcasilesgroup

dispatch

Construct a task dependency DAG from plan.md and generate YAML dispatch entries.

Official
Advanced

Frequently Asked Questions

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