Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
submit-issue
Handle user questions, feature requests, and bug reports for connectrpc-axum. This skill should be used when users ask questions about the library, request new features, or report bugs. It first attempts to answer using project documentation, verifies bugs with integration tests, and submits GitHub issues when needed.
majiayu000/claude-skill-registry 163
-
js-set-map-lookups
Use Set and Map for O(1) membership lookups instead of array.includes(). Apply when checking membership repeatedly or performing frequent lookups against a collection.
majiayu000/claude-skill-registry 163
-
aico-frontend-plan
Create or enhance frontend tasks with detailed implementation steps. Supports TWO modes:
MODE A: Enhance existing task (add detailed steps to task in file)
MODE B: Create new standalone task file (can contain single or multiple tasks)
IMPORTANT: This skill creates MICRO-LEVEL atomic steps, NOT macro architecture plans.
For architecture planning or feature scoping, use EnterPlanMode instead.
Use this skill when:
- Running /frontend.plan command
- User asks for "atomic steps", "step-by-step plan with verification"
- Have a specific task and need implementation steps
- User wants to create a standalone task file (not from story)
- Need granular steps: Setup (create files) → Implementation (write code) → Test (verify)
DO NOT use for:
- Architecture planning (use EnterPlanMode)
- General development planning
- Feature scoping or estimation
Output:
- MODE A: Update specific task section in file with Implementation Steps
- MODE B: Create new standalone-{name}.md file with one or multiple tasks
majiayu000/claude-skill-registry 163
-
session-start-hook
Configure SessionStart hooks for Claude Code on the web. Use when setting up a repository to run on cloud infrastructure, installing dependencies, or initializing environments for remote Claude Code sessions.
majiayu000/claude-skill-registry 163
-
stash
This skill should be used when the user asks to "stash with session", "save work for later session", "link stash to session", "find stash by session ID", or "restore session stash". Saves git changes associated with Claude Code session ID for later retrieval.
majiayu000/claude-skill-registry 163
-
ai-ad-code-assembler
majiayu000/claude-skill-registry 163
-
mcporter
Use the mcporter CLI to list, configure, auth, and call MCP servers/tools directly (HTTP or stdio), including ad-hoc servers, config edits, and CLI/type generation.
majiayu000/claude-skill-registry 163
-
citation-validator
验证研究报告中所有声明的引用准确性、来源质量和格式规范性。确保每个事实性声明都有可验证的来源,并提供来源质量评级。当最终确定研究报告、审查他人研究、发布或分享研究之前使用此技能。
majiayu000/claude-skill-registry 163
-
64-supervised-fine-tuning
Create your llmops-fine-tuner skill from Unsloth documentation before learning fine-tuning theory
majiayu000/claude-skill-registry 163
-
api-protect
Add authentication, authorization, and security to API endpoints
majiayu000/claude-skill-registry 163
-
formedible
Expert knowledge for Formedible - A React form library built on TanStack Form with 22+ field types, multi-page forms, analytics, and type-safe validation
majiayu000/claude-skill-registry 163
-
site-updater
Update videos, modules, or styling on the Alpha AI Learning site. Use when adding/replacing videos, updating module content, changing week descriptions, or modifying site styling.
majiayu000/claude-skill-registry 163
-
cloudflare-worker
Build edge-first TypeScript applications on Cloudflare Workers. Covers Workers API, Hono framework, KV/D1/R2 storage, Durable Objects, Queues, and testing patterns. Use when creating serverless workers, edge functions, or Cloudflare-deployed services.
majiayu000/claude-skill-registry 163
-
fireflies-data-handling
Implement Fireflies.ai PII handling, data retention, and GDPR/CCPA compliance patterns.
Use when handling sensitive data, implementing data redaction, configuring retention policies,
or ensuring compliance with privacy regulations for Fireflies.ai integrations.
Trigger with phrases like "fireflies data", "fireflies PII",
"fireflies GDPR", "fireflies data retention", "fireflies privacy", "fireflies CCPA".
majiayu000/claude-skill-registry 163
-
python-guidelines
Universal Python development guidelines and best practices
majiayu000/claude-skill-registry 163
-
ui_perfection
Enforce the "Premium" aesthetic and accessibility standards.
majiayu000/claude-skill-registry 163
-
diagnosing-type-errors
Analyze TypeScript errors and provide detailed diagnostics with root cause analysis and specific fix recommendations
majiayu000/claude-skill-registry 163
-
statusline
Configure Claude Code's terminal status line display
majiayu000/claude-skill-registry 163
-
agent-organizer
Expert agent organizer specializing in multi-agent orchestration, team assembly, and workflow optimization. Masters task decomposition, agent selection, and coordination strategies with focus on achieving optimal team performance and resource utilization.
majiayu000/claude-skill-registry 163
-
wifi-management
Monitor, analyze, and optimize WiFi networks and client connections. Track signal strength, analyze channel usage, and optimize band distribution.
majiayu000/claude-skill-registry 163
-
no_lazy_implementation
Prevents "lazy" coding habits by enforcing full implementation and banning placeholders.
majiayu000/claude-skill-registry 163
-
fireflies-ci-integration
Configure Fireflies.ai CI/CD integration with GitHub Actions and testing.
Use when setting up automated testing, configuring CI pipelines,
or integrating Fireflies.ai tests into your build process.
Trigger with phrases like "fireflies CI", "fireflies GitHub Actions",
"fireflies automated tests", "CI fireflies".
majiayu000/claude-skill-registry 163
-
aws-cost
AWS Cost Explorer - View and analyze AWS spending across accounts and services
majiayu000/claude-skill-registry 163
-
orthogonality-principle
Use when designing modules, APIs, and system architecture requiring independent, non-overlapping components where changes in one don't affect others.
majiayu000/claude-skill-registry 163