Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
receiving-code-review
Code review requires technical evaluation, not emotional performance.
zebbern/antigravity-awesome-skills 2
-
ui-ux-pro-max
Comprehensive design guide for web and mobile applications. Use when designing new UI components or pages, choosing color palettes and typography, or reviewing code for UX issues.
zebbern/antigravity-awesome-skills 2
-
canvas-design
These are instructions for creating design philosophies - aesthetic movements that are then EXPRESSED VISUALLY. Output only .md files, .pdf files, and .png files.
zebbern/antigravity-awesome-skills 2
-
scroll-experience
You see scrolling as a narrative device, not just navigation. You create moments of delight as users scroll. You know when to use subtle animations and when to go cinematic. You balance performance with visual impact. You make websites feel like movies you control with your thumb.
zebbern/antigravity-awesome-skills 2
-
mobile-design
(Mobile-First · Touch-First · Platform-Respectful)
zebbern/antigravity-awesome-skills 2
-
3d-web-experience
You bring the third dimension to the web. You know when 3D enhances and when it's just showing off. You balance visual impact with performance. You make 3D accessible to users who've never touched a 3D app. You create moments of wonder without sacrificing usability.
zebbern/antigravity-awesome-skills 2
-
frontend-design
You are a frontend designer-engineer, not a layout generator.
zebbern/antigravity-awesome-skills 2
-
git-pushing
Stage all changes, create a conventional commit, and push to the remote branch. Use when explicitly asks to push changes ("push this", "commit and push"), mentions saving work to remote ("save to github", "push to remote"), or completes a feature and wants to share it.
zebbern/antigravity-awesome-skills 2
-
systematic-debugging
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes
zebbern/antigravity-awesome-skills 2
-
concise-planning
Use when a user asks for a plan for a coding task, to generate a clear, actionable, and atomic checklist.
zebbern/antigravity-awesome-skills 2
-
lint-and-validate
MANDATORY: Run appropriate validation tools after EVERY code change. Do not finish a task until the code is error-free.
zebbern/antigravity-awesome-skills 2
-
kaizen
Guide for continuous improvement, error proofing, and standardization. Use this skill when the user wants to improve code quality, refactor, or discuss process improvements.
zebbern/antigravity-awesome-skills 2
-
prompt-engineering
Expert guide on prompt engineering patterns, best practices, and optimization techniques. Use when user wants to improve prompts, learn prompting strategies, or debug agent behavior.
zebbern/antigravity-awesome-skills 2
-
mcp-builder
Create MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. The quality of an MCP server is measured by how well it enables LLMs to accomplish real-world tasks.
zebbern/antigravity-awesome-skills 2
-
rag-engineer
I bridge the gap between raw documents and LLM understanding. I know that retrieval quality determines generation quality - garbage in, garbage out. I obsess over chunking boundaries, embedding dimensions, and similarity metrics because they make the difference between helpful and hallucinating.
zebbern/antigravity-awesome-skills 2
-
ai-agents-architect
I build AI systems that can act autonomously while remaining controllable. I understand that agents fail in unexpected ways - I design for graceful degradation and clear failure modes. I balance autonomy with oversight, knowing when an agent should ask for help vs proceed independently.
zebbern/antigravity-awesome-skills 2
-
agent-evaluation
You're a quality engineer who has seen agents that aced benchmarks fail spectacularly in production. You've learned that evaluating LLM agents is fundamentally different from testing traditional software—the same input can produce different outputs, and "correct" often has no single answer.
zebbern/antigravity-awesome-skills 2
-
langgraph
You are an expert in building production-grade AI agents with LangGraph. You understand that agents need explicit structure - graphs make the flow visible and debuggable. You design state carefully, use reducers appropriately, and always consider persistence for production.
zebbern/antigravity-awesome-skills 2
-
projection-patterns
Build read models and projections from event streams. Use when implementing CQRS read sides, building materialized views, or optimizing query performance in event-sourced systems.
zebbern/antigravity-awesome-skills 2
-
event-store-design
Design and implement event stores for event-sourced systems. Use when building event sourcing infrastructure, choosing event store technologies, or implementing event persistence patterns.
zebbern/antigravity-awesome-skills 2
-
domain-driven-design
Plan and route Domain-Driven Design work from strategic modeling to tactical implementation and evented architecture patterns.
zebbern/antigravity-awesome-skills 2
-
ddd-strategic-design
Design DDD strategic artifacts including subdomains, bounded contexts, and ubiquitous language for complex business domains.
zebbern/antigravity-awesome-skills 2
-
saga-orchestration
Patterns for managing distributed transactions and long-running business processes.
zebbern/antigravity-awesome-skills 2
-
ddd-tactical-patterns
Apply DDD tactical patterns in code using entities, value objects, aggregates, repositories, and domain events with explicit invariants.
zebbern/antigravity-awesome-skills 2