ai-agent-skills
Codebase mapping, risk scoring, and enforced development standards
All Skills in This Repository (10)
Pure Emerald Level Indicatorsbrownfield-drift
Detect architecture boundary violations by comparing repository changes against PLAN.md constraints.
standards-kit
Enforce cyclomatic complexity under 8 and approved UI libraries.
wednesday-git
Standardize Git sprint branching, atomic commits, and PR creation with commitlint checks.
codebase-intel
Answer repository structure and change-impact questions using deterministic graph data.
deploy-checklist
Verify pre-deploy prerequisites and post-deploy health for production deployments.
greenfield
Generate a multi-perspective project plan with PLAN.md for greenfield repositories.
pr-review
Fetch GitHub PR review comments, categorize by impact, and generate a prioritized fix queue.
module-audit-agent
Audit code module health and refactor safety using structural context.
pr-review-agent
Triage GitHub PR comments and run blast, score, and drift checks.
onboard-dev-agent
Generate a graph-backed codebase overview and guided onboarding interview.
Frequently Asked Questions
FAQPage SchemaHow to install ai-agent-skills?▼
Run `npx skills add wednesday-solutions/ai-agent-skills --all -g -y` in your terminal to install all skills globally.
How does it reduce AI token costs?▼
It pre-computes a dependency graph of your codebase, so structural questions are answered from the graph instead of re-reading source files, saving 70-90% of tokens per query.
What is blast radius analysis?▼
Before editing a file, the agent lists every module that depends on it and shows a risk score from 0 to 100, so you know exactly what could break.
Does it work with Claude Code and Cursor?▼
Yes. It generates CLAUDE.md, GEMINI.md, .cursorrules, and Copilot instruction files so every supported tool follows the same project rules.
Can it enforce coding standards automatically?▼
Yes. Git hooks enforce conventional commits and file headers, while the standards skill blocks high-complexity code and unapproved UI components.
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