Community

Engineering Pack

Code review, specs, changelogs, and coding standards - all informed by your brain context.

$ npx @antidrift/cli skills add engineering

What this pack does

The engineering pack gives your AI agent context on how your team actually writes code - not generic best practices, but your conventions, your architecture, your patterns. Code reviews reference your standards. Specs fit into your existing system. Changelogs read your git history across projects.

Start with /standards to analyze your codebase and generate a standards doc. That becomes the reference /review uses for every code review after.

Skills

/review

Code review against your team's actual standards. Accepts files, directories, or PR URLs. Checks correctness, security, conventions, and readability. Won't invent problems.

/spec

Write a technical spec that fits your existing architecture. Covers problem, proposal, API design, data model, implementation plan, and trade-offs. Saves to engineering/specs/.

/changelog

Generate a changelog from git commits across any registered project. Groups by type (added, fixed, changed), summarizes related commits, and offers to append to CHANGELOG.md.

/standards

Analyze your codebase and infer coding standards from what's already there - naming, structure, patterns, testing, git conventions. Generates the doc that /review uses.

/tps

What was built, fixed, and shipped - from git history, not memory. Covers today, this week, or a custom range. Works across all projects registered in the brain.

← Back to Skills

Other packs