wednesday-solutionswednesday-solutionsOfficial·10 Agent Skills Included

ai-agent-skills

Codebase mapping, risk scoring, and enforced development standards

Maps any codebase into a structural dependency graph so agents answer architecture questions instantly without re-reading files. Checks blast radius and risk scores before every edit, eliminating guesswork and broken changes in unfamiliar projects. Enforces code complexity limits, naming rules, approved UI libraries, and conventional commits automatically. Cuts LLM token costs by up to 90% on structural queries.
npx skills add wednesday-solutions/ai-agent-skills --all -g -y
Available:

Tells the agent which skills to load for each task, how to query the codebase graph for structural questions, and which coding, design, and git standards to enforce on every change.

All Skills in This Repository (10)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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