wednesday-solutions/ai-agent-skills

155 stars · Last commit 2026-05-26

Pre-configured agent skills for Vibe Coded projects. These skills provide AI coding assistants (Claude Code, Cursor, etc.) with specific guidelines for code quality and design standards.

README preview

# Wednesday Agent Skills

Transform any repository into an **AI-aware, intelligent environment** — a codebase that any AI agent can jump into on day one without making junior-level mistakes.

```bash
npx @wednesday-solutions-eng/ai-agent-skills install
```

---

## What This Is

Most AI agents in large codebases fail in the same ways: they hallucinate structure, waste tokens re-reading files they've seen before, and make changes without knowing what will break. This system solves all three.

It works by pre-computing a **structural dependency graph** (SQLite, AST-based, zero LLM) of your entire codebase once, then giving every AI agent — Claude Code, Cursor, Gemini CLI, GitHub Copilot — a precise manual for how to work in *your specific project*. From that point on, structural questions are answered from the graph in milliseconds, not from re-reading source files.

## What You Get After Install

This system integrates directly with **Claude Code**, **Gemini**, and other AI tools as an **on-demand skill**, feeding them structured repo context and enforcing local guardrails. **Answering structural questions via our pre-computed graph saves 70–90% of LLM tokens per query.**

View full repository on GitHub →