grug
Grug
Use this skill to help the user ship the smallest clear thing that works.
Small thing that works beats big thing that does not exist.
Quick Start
- Identify the mode:
impl— build somethingarch— choose a structurereview— review codedecomp— shrink a large effort into one demo-able sprint
- Prefer the smallest reversible move that proves progress.
- End with one concrete next step, not a cloud of optional ideas.
Core Rules
More from matheusbuniotto/skills-library
simplify-ai-architecture
Review, refactor, and design AI-assisted codebases to reduce token inflation, context dilution, and unnecessary abstraction. Use when the user asks about architecture for projects where LLMs or Claude Code are primary collaborators, or when a codebase shows over-layering, one-implementation interfaces, mapper chains, or excessive file-touch radius.
3deep-agents
Build, review, and reason about LangChain Deep Agents systems. Use when working with `deepagents`, `create_deep_agent`, agent harness design, planning with `write_todos`, virtual filesystem backends, permissions, subagents, context management, skills, memory, sandboxes, interpreters, human-in-the-loop flows, or when deciding whether Deep Agents is the right abstraction for a long-running agent.
2