alinaqialinaqiCommunityยท59 Agent Skills Included

maggy

Turn Claude Code into a self-reviewing, multi-model engineering system

Installs 67 skills, hooks, and rules that enforce test-driven development, code review gates, and persistent memory in Claude Code. Routes every task to the cheapest capable model across 13 tiers, from local Qwen3 to Claude Opus, cutting AI coding costs. Adds a local dashboard for ticket triage, one-click TDD execution, and parallel container-isolated agent teams.
npx skills add alinaqi/maggy --all -g -y
Available:

Instructs the AI agent on mandatory TDD workflow, 13-tier cost-aware model routing with delegation commands, multi-model plan validation, and tool fallback protocols when executing tasks.

All Skills in This Repository (59)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
alinaqialinaqi

External Model Delegation Pattern

Routes user prompts to tiers via UserPromptSubmit hook and delegation scripts.

Community
Intermediate
๐Ÿ“ฆ In Repo
alinaqialinaqi

cpg-analysis

Identify control-flow, data-flow, and taint-driven security issues via Joern and CodeQL.

Community
Advanced
๐Ÿ“ฆ In Repo
alinaqialinaqi

maggy

Convert issue tracker backlogs into prioritized execution sessions with test enforcement.

Community
Intermediate
๐Ÿ“ฆ In Repo
alinaqialinaqi

Visual Validation โ€” Autonomous Screenshot Verification

Compares Peekaboo screenshots with AI to detect visual regressions.

Community
Intermediate
๐Ÿ“ฆ In Repo
alinaqialinaqi

icpg

Track code changes against formal contracts using a Reason Graph.

Community
Advanced
๐Ÿ“ฆ In Repo
alinaqialinaqi

code-graph

Navigate AST-based code graphs for symbol lookup and dependency analysis.

Community
Intermediate
๐Ÿ“ฆ In Repo
alinaqialinaqi

cross-agent-delegation

Route engineering changes to Codex, Kimi, or Claude by complexity and risk.

Community
Advanced
๐Ÿ“ฆ In Repo
alinaqialinaqi

Autonomous Testing Agent

Automate test coverage discovery, generation, execution, and repair for Python and TypeScript projects.

Community
Advanced
๐Ÿ“ฆ In Repo
alinaqialinaqi

polyphony

Provision per-task Docker workspaces with dedicated git branches for parallel agent execution.

Community
Advanced
๐Ÿ“ฆ In Repo
alinaqialinaqi

Model Routing System

Route user prompts to AI model tiers with cascading classifier fallbacks.

Community
Advanced
๐Ÿ“ฆ In Repo
alinaqialinaqi

mnemos

Maintain a typed MnemoGraph memory store to restore context after compaction.

Community
Advanced
๐Ÿ“ฆ In Repo
alinaqialinaqi

Build in Public โ€” Best Practices

Create LinkedIn and X posts from engineering milestones with anonymization rules.

Community
Intermediate

Frequently Asked Questions

FAQPage Schema
How to install Maggy?โ–ผ

Run `npx skills add alinaqi/maggy --all -g -y` in your terminal to install all skills in this suite globally.

What does Maggy do for Claude Code?โ–ผ

It adds TDD enforcement, quality gates, code review hooks, and cross-session memory so Claude Code ships tested, reviewed code instead of unverified output.

How does Maggy reduce AI coding costs?โ–ผ

A local classifier scores each task and routes it to the cheapest capable model, sending simple work to free or low-cost models and reserving Claude for architecture and security.

Does Maggy work with Codex, Kimi, and Gemini CLI?โ–ผ

Yes. It orchestrates delegation and review across Claude, Codex, Kimi, Gemini, DeepSeek, and local models through shared memory checkpoints and routing hooks.

Can I run multiple AI agents in parallel safely?โ–ผ

Yes. The Polyphony system runs each agent in its own Docker container with an isolated git branch, so parallel work never causes file conflicts.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’