Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
bird
Read and search X/Twitter posts via CLI. Use when user shares x.com or twitter.com links, asks to read a tweet, search Twitter/X, read a thread, or post/reply on X. Handles URLs like https://x.com/user/status/123 or https://twitter.com/user/status/123.
majiayu000/claude-skill-registry 163
-
keap-automation
Automate Keap tasks via Rube MCP (Composio). Always search tools first for current schemas.
majiayu000/claude-skill-registry 163
-
section-review
First-principles, truth-seeking, zero-assumption section review. Decomposes the problem before judging the solution. Questions every decision. Red-teams inputs. Evaluates scalability, security, testability, performance, and maintainability. Names specific alternatives. Calibrates depth to project stage. Talks to a senior engineer who wants the real picture.
majiayu000/claude-skill-registry 163
-
cognify-workflow-analysis
Analyzes business workflows to identify automation opportunities, calculate ROI, and generate structured redesign recommendations. Use when a user describes operational pain points, wants to reduce manual work, improve team communication, automate repetitive tasks, or evaluate where AI can save time and money.
majiayu000/claude-skill-registry 163
-
fastapi-templates
Create production-ready FastAPI projects with async patterns, dependency injection, and comprehensive error handling. Use when building new FastAPI applications or setting up backend API projects.
majiayu000/claude-skill-registry 163
-
exa-hello-world
Create a minimal working Exa example.
Use when starting a new Exa integration, testing your setup,
or learning basic Exa API patterns.
Trigger with phrases like "exa hello world", "exa example",
"exa quick start", "simple exa code".
majiayu000/claude-skill-registry 163
-
mobile-android-design
Master Material Design 3 and Jetpack Compose patterns for building native Android apps. Use when designing Android interfaces, implementing Compose UI, or following Google's Material Design guidelines.
majiayu000/claude-skill-registry 163
-
forecast-coverage
Check inventory coverage against demand forecast for a product
majiayu000/claude-skill-registry 163
-
support
Use when investigating a customer support ticket, reproducing a reported issue, or documenting support findings.
majiayu000/claude-skill-registry 163
-
arize-link
Generate deep links to the Arize UI. Use when the user wants a clickable URL to open a specific trace, span, session, dataset, labeling queue, evaluator, or annotation config.
majiayu000/claude-skill-registry 163
-
git-version-control
Git commit standards, branch strategy, and LLM-assisted development workflows. Use when making commits, managing branches, or working in high-velocity LLM-assisted development contexts. Covers atomic commits, conventional commits, branching strategies (trunk-based, GitHub flow), merge vs rebase decisions, and recovery patterns.
majiayu000/claude-skill-registry 163
-
cwicr-takeoff-helper
Assist with quantity takeoff using CWICR data. Calculate quantities from dimensions, apply waste factors, and suggest related work items.
majiayu000/claude-skill-registry 163
-
raven-dev
Raven development workflow for building, serving, testing, and debugging Swift WASM apps and Raven runtime changes.
majiayu000/claude-skill-registry 163
-
rule-expertise
Write effective instructions and prompts. Use when creating documentation, writing guidelines, establishing project rules, or crafting any directional communication. Keywords: instructions, guidelines, prompt engineering, documentation, rules. Not for code implementation, debugging, or non-instructional writing.
majiayu000/claude-skill-registry 163
-
gstack
Fast headless browser for QA testing and site dogfooding. Navigate any URL, interact with
elements, verify page state, diff before/after actions, take annotated screenshots, check
responsive layouts, test forms and uploads, handle dialogs, and assert element states.
~100ms per command. Use when you need to test a feature, verify a deployment, dogfood a
user flow, or file a bug with evidence.
gstack also includes development workflow skills. When you notice the user is at
these stages, suggest the appropriate skill:
- Brainstorming a new idea → suggest /office-hours
- Reviewing a plan (strategy) → suggest /plan-ceo-review
- Reviewing a plan (architecture) → suggest /plan-eng-review
- Reviewing a plan (design) → suggest /plan-design-review
- Creating a design system → suggest /design-consultation
- Debugging errors → suggest /investigate
- Testing the app → suggest /qa
- Code review before merge → suggest /review
- Visual design audit → suggest /design-review
- Ready to deploy / create PR → suggest /ship
- Post-ship doc updates → suggest /document-release
- Weekly retrospective → suggest /retro
- Wanting a second opinion or adversarial code review → suggest /codex
- Working with production or live systems → suggest /careful
- Want to scope edits to one module/directory → suggest /freeze
- Maximum safety mode (destructive warnings + edit restrictions) → suggest /guard
- Removing edit restrictions → suggest /unfreeze
- Upgrading gstack to latest version → suggest /gstack-upgrade
If the user pushes back on skill suggestions ("stop suggesting things",
"I don't need suggestions", "too aggressive"):
1. Stop suggesting for the rest of this session
2. Run: gstack-config set proactive false
3. Say: "Got it — I'll stop suggesting skills. Just tell me to be proactive
again if you change your mind."
If the user says "be proactive again" or "turn on suggestions":
1. Run: gstack-config set proactive true
2. Say: "Proactive suggestions are back on."
majiayu000/claude-skill-registry 163
-
qwen-image-2-pro
Generate images with Alibaba Qwen-Image-2.0-Pro via inference.sh CLI. Professional text rendering, fine-grained realism, enhanced semantic adherence. Ideal for posters, banners, and text-heavy designs. Triggers: qwen image pro, qwen-image-pro, qwen 2 pro, alibaba image pro, dashscope pro, professional text rendering
majiayu000/claude-skill-registry 163
-
Document FAQ Assistant
Answer from docs, cite sources
majiayu000/claude-skill-registry 163
-
orthogonal-image-analyzer
Analyze images with AI - extract text, describe content, detect objects
majiayu000/claude-skill-registry 163
-
pptx-generation
Enterprise-grade PowerPoint deck generation system using evidence-based prompting techniques, workflow enforcement, and constraint-based design. Use when creating professional presentations (board decks, reports, analyses) requiring consistent visual quality, accessibility compliance, and integration of complex data from multiple sources. Implements html2pptx workflow with spatial layout optimization, validation gates, and multi-chat architecture for 30+ slide decks.
majiayu000/claude-skill-registry 163
-
130-java-testing-strategies
Use when you need to apply testing strategies for Java code — RIGHT-BICEP to guide test creation, A-TRIP for test quality characteristics, or CORRECT for verifying boundary conditions. Part of the skills-for-java project
majiayu000/claude-skill-registry 163
-
context-budget
Context budget tracking and skill loading limits for agent sessions. Monitors token consumption per agent, enforces preloading limits, and alerts on context bloat. Use when spawning agents, configuring skill preloading, or optimizing token usage.
majiayu000/claude-skill-registry 163
-
dagster-pipeline-creator
Create dagster pipeline creator operations. Auto-activating skill for Data Pipelines.
Triggers on: dagster pipeline creator, dagster pipeline creator
Part of the Data Pipelines skill category. Use when working with dagster pipeline creator functionality. Trigger with phrases like "dagster pipeline creator", "dagster creator", "dagster".
majiayu000/claude-skill-registry 163
-
flutter-networking
Comprehensive Flutter networking guidance including HTTP CRUD operations, WebSocket connections, authentication, error handling, and performance optimization. Use when Claude needs to implement HTTP requests GET POST PUT DELETE, WebSocket real-time communication, authenticated requests with headers and tokens, background parsing with isolates, REST API integration with proper error handling, or any network-related functionality in Flutter applications.
majiayu000/claude-skill-registry 163
-
code-reviewer
Elite code review expert specializing in modern AI-powered code analysis, security vulnerabilities, performance optimization, and production reliability. Masters static analysis tools, security scanning, and configuration review with 2024/2025 best practices. Use PROACTIVELY for code quality assurance.
majiayu000/claude-skill-registry 163