Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
flask-setup-for-beginners
Set up Python Flask development environment for beginners with step-by-step guidance, virtual environment creation, and troubleshooting
majiayu000/claude-skill-registry 163
-
fullstory-element-properties
Comprehensive guide for implementing Fullstory's Element Properties API across Web, Android, and iOS platforms. Teaches proper type handling, schema construction, value formatting, and platform-specific patterns including view/cell reuse. Includes detailed good/bad examples for e-commerce, forms, and dynamic content to help developers add semantic decoration to their apps and capture business-relevant properties on interactive elements.
majiayu000/claude-skill-registry 163
-
power-mode
Multi-agent orchestration system using Claude Code's native background agents (2.0.64+) for true parallel collaboration. Enables shared context, sync barriers between phases, and coordinator oversight. Use for complex tasks benefiting from parallel execution (epics, large refactors, multi-phase features). Do NOT use for simple tasks or sequential workflows - the coordination overhead isn't justified.
majiayu000/claude-skill-registry 163
-
check-ci
This skill monitors PR CI checks by polling GitHub status until completion or timeout. Use when the user requests to check CI status, wait for CI to pass, monitor PR checks, or verify build status. Applicable for queries like "check my CI", "wait for CI to pass", "is my PR green", or "monitor CI checks".
majiayu000/claude-skill-registry 163
-
nsforge-formula-management
公式庫管理。觸發詞:找公式, 列出, 更新公式, 刪除公式, 公式庫。
majiayu000/claude-skill-registry 163
-
web-test-cleanup
Clean up test sessions - kill browsers, stop dev servers, free ports, and optionally remove test data. Use this BEFORE starting new tests or AFTER completing tests.
majiayu000/claude-skill-registry 163
-
review-feedback-schema
Schema for tracking code review outcomes to enable feedback-driven skill improvement. Use when logging review results or analyzing review quality.
majiayu000/claude-skill-registry 163
-
library-implementation-principles
Guidelines for implementing generalizable solutions in the penguiflow library. Use when modifying library code, adding features, or fixing bugs in penguiflow core.
majiayu000/claude-skill-registry 163
-
using-perplexity-platform
Perplexity Sonar API development with search-augmented generation, real-time web search, citations, and OpenAI-compatible Chat Completions. Use for AI-powered applications requiring up-to-date information, research assistants, and grounded responses with sources.
majiayu000/claude-skill-registry 163
-
project-memory
Armazena e consulta memória persistente de projetos em banco PostgreSQL.
Use quando: (1) tomar decisões técnicas importantes, (2) identificar TODOs/melhorias,
(3) documentar contexto do projeto, (4) consultar decisões anteriores.
O Claude deve AUTOMATICAMENTE salvar decisões importantes e consultar memória relevante.
Identificação do projeto é automática via git repo + branch.
majiayu000/claude-skill-registry 163
-
Release Approval
Approval workflow templates with GitHub Actions and Slack integration for multi-stakeholder release gating. Use when setting up approval workflows, configuring stakeholder gates, automating approval notifications, integrating Slack webhooks, requesting release approvals, tracking approval status, or when user mentions release approval, stakeholder sign-off, approval gates, multi-stage approvals, or release gating.
majiayu000/claude-skill-registry 163
-
adb-android-control
majiayu000/claude-skill-registry 163
-
bmad-autopilot-skill
Autonomous development orchestrator for processing epics. Use when the user wants to run the autopilot, process epics, or automate the development workflow with BMAD method.
majiayu000/claude-skill-registry 163
-
css-performance
Optimize CSS performance - critical CSS, code splitting, purging, bundle analysis
majiayu000/claude-skill-registry 163
-
mapstruct-patterns
Constructor-based MapStruct mapping for compile-time safety in Jakarta EE. Use when implementing DTO mapping or using @Default annotations.
majiayu000/claude-skill-registry 163
-
ptk-completion
This skill should be used when the user asks about "prompt_toolkit completion", "Completer", "WordCompleter", "FuzzyCompleter", "NestedCompleter", "PathCompleter", "auto-complete", "tab completion", "completion menu", "CompletionsMenu", or needs to implement auto-completion in prompt_toolkit applications.
majiayu000/claude-skill-registry 163
-
query-optimization
Optimize database queries, add indexes, prevent N+1 queries, and improve query performance. Use when queries are slow, investigating database bottlenecks, or optimizing data access patterns.
majiayu000/claude-skill-registry 163
-
game-programming-languages
Game programming languages - C#, C++, GDScript. Learn syntax, patterns,
and engine-specific idioms for professional game development.
majiayu000/claude-skill-registry 163
-
gcp-cli-gotchas
Use when encountering gcloud or bq CLI formatting errors, quote escaping issues, command substitution problems, or when debugging CLI commands. Provides solutions for backtick usage, heredoc syntax, timestamp filters, parameter escaping, and multiline command formatting.
majiayu000/claude-skill-registry 163
-
executive-dashboard
Эксперт executive dashboards. Используй для KPI визуализации, business intelligence и reporting.
majiayu000/claude-skill-registry 163
-
Create Release Note
Detailed implementation guide for generating bug fix release notes from Jira and GitHub PRs
majiayu000/claude-skill-registry 163
-
go-sentinel-errors
Define package-level sentinel errors using errors.New
majiayu000/claude-skill-registry 163
-
vercel-reliability-patterns
Implement Vercel reliability patterns including circuit breakers, idempotency, and graceful degradation.
Use when building fault-tolerant Vercel integrations, implementing retry strategies,
or adding resilience to production Vercel services.
Trigger with phrases like "vercel reliability", "vercel circuit breaker",
"vercel idempotent", "vercel resilience", "vercel fallback", "vercel bulkhead".
majiayu000/claude-skill-registry 163
-
codegen-test
A skill for writing Go tests in a TDD workflow. Follow README/Issue requirements and existing test conventions, add a balanced set of table-driven cases across behavior/boundaries/branches, and produce maintainable tests without excessive mocking or coverage-chasing.
majiayu000/claude-skill-registry 163