Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
mental-health-analyzer
分析心理健康数据、识别心理模式、评估心理健康状况、提供个性化心理健康建议。支持与睡眠、运动、营养等其他健康数据的关联分析。
majiayu000/claude-skill-registry 163
-
tailwind-theme-builder
Set up Tailwind v4 with shadcn/ui themed UI. Workflow: install dependencies, configure CSS variables with @theme inline, set up dark mode, verify. Use when initialising React projects with Tailwind v4, setting up shadcn/ui theming, or fixing colors not working, tw-animate-css errors, @theme inline dark mode conflicts, @apply breaking, v3 migration issues.
majiayu000/claude-skill-registry 163
-
recebimento-fisico-odoo
Consulta e opera o modulo de Recebimento Fisico (Fase 4): preenchimento de lotes, quantidades e quality checks com processamento assincrono no Odoo via Redis Queue.
USAR QUANDO:
- Debugar recebimento fisico: "erro ao validar picking", "lote nao criou", "quality check falhou"
- Modificar logica do worker: "alterar passos do processamento", "adicionar etapa"
- Consultar status de recebimento: "picking nao foi para done", "status pendente"
- Extender funcionalidade: "adicionar campo", "novo tipo de check", "nova validacao"
- Entender fluxo: "como funciona o recebimento?", "quais passos o worker executa?"
- Problema com lotes: "lote duplicado", "quantidade errada", "move.line nao criou"
NAO USAR QUANDO:
- Rastrear documentos fiscais (NF, PO, SO) sem operar recebimento fisico
- Descobrir campos de modelo Odoo desconhecido (esta skill usa modelos de picking conhecidos)
- Criar pagamentos ou reconciliar extratos (operacao financeira, nao de armazem)
- Depurar match NF x PO (Fase 2, anterior ao recebimento fisico)
- Conciliar POs por split/consolidacao (Fase 3, anterior ao recebimento fisico)
majiayu000/claude-skill-registry 163
-
Telos
Life OS and project analysis. USE WHEN TELOS, life goals, projects, dependencies, books, movies. SkillSearch('telos') for docs.
majiayu000/claude-skill-registry 163
-
brand_voice
Brand tone consistency, voice guidelines calibration, and messaging framework alignment
majiayu000/claude-skill-registry 163
-
implement-plan
Execute implementation plans phase by phase
majiayu000/claude-skill-registry 163
-
180-java-observability-logging
Use when you need to implement or improve Java logging and observability — including selecting SLF4J with Logback/Log4j2, applying proper log levels (ERROR, WARN, INFO, DEBUG, TRACE), parameterized logging, secure logging without sensitive data exposure, environment-specific configuration, log aggregation and monitoring, or validating logging through tests. Part of the skills-for-java project
majiayu000/claude-skill-registry 163
-
ngrx-store
Use when creating NgRx Signals Stores for state management. Triggers on requests to "create store", "add state management", "new store", "signal store", or when implementing state patterns with NgRx Signals.
majiayu000/claude-skill-registry 163
-
spec-to-qa
Reads any PRD, spec, or requirements document and generates comprehensive QA
test scenarios. Covers happy paths, edge cases, error handling, and accessibility.
Use when you have a spec and need a testing checklist.
majiayu000/claude-skill-registry 163
-
harvest-single
Single page smart extraction - articles, docs, blog posts to clean markdown
majiayu000/claude-skill-registry 163
-
gemini-document-processing
Guide for implementing Google Gemini API document processing - analyze PDFs with native vision to extract text, images, diagrams, charts, and tables. Use when processing documents, extracting structured data, summarizing PDFs, answering questions about document content, or converting documents to structured formats. (project)
majiayu000/claude-skill-registry 163
-
founder-sales
Help founders close their first customers and build repeatable sales processes. Use when someone is doing founder-led sales, trying to get their first customers, writing cold outreach, running early sales calls, or asking when to hire their first salesperson.
majiayu000/claude-skill-registry 163
-
create-plan
Use when solution space exploration is complete and you're ready to create an implementation plan. Enforces "simple over easy" - the fundamentally right solution, not the path of least resistance. Triggers after /design-solution, when a solution has been chosen, or when asked to "make a plan" or "create a plan".
majiayu000/claude-skill-registry 163
-
prd
Product Requirements Document generation. Use when:
- User says "PRD", "requirements document", "product spec"
- User asks for "feature spec", "write requirements"
- User wants to plan a feature end-to-end before implementation
majiayu000/claude-skill-registry 163
-
deepwork_jobs.define
Creates a job.yml specification by gathering workflow requirements through structured questions. Use when starting a new multi-step workflow.
majiayu000/claude-skill-registry 163
-
blogwatcher
Monitor blogs and RSS/Atom feeds for updates using the blogwatcher CLI.
majiayu000/claude-skill-registry 163
-
forge-ssao
Add screen-space ambient occlusion (SSAO) to an SDL3 GPU application
majiayu000/claude-skill-registry 163
-
ac-workspace-manager
Manage git worktrees for isolated development. Use when creating isolated workspaces, managing parallel development, handling worktree lifecycle, or merging completed work.
majiayu000/claude-skill-registry 163
-
pydeseq2
Differential gene expression analysis (Python DESeq2). Identify DE genes from bulk RNA-seq counts, Wald tests, FDR correction, volcano/MA plots, for RNA-seq analysis.
majiayu000/claude-skill-registry 163
-
web-typography
Select, pair, and implement typefaces for web projects. Use when the user mentions "font pairing", "which typeface", "line height", "responsive typography", "web font loading", "type hierarchy", "variable fonts", "FOUT/FOIT", or "typographic scale". Also trigger when choosing between system fonts and web fonts, optimizing font loading performance, or designing readable long-form content layouts. Covers readability evaluation, CSS implementation, and performance optimization. For overall UI design systems, see refactoring-ui. For dramatic typographic experiences, see top-design.
majiayu000/claude-skill-registry 163
-
requirements-clarification
Force requirements clarification BEFORE implementation to prevent misunderstandings.
Auto-activates on "需求", "requirement", "客戶要", "新功能", "案主說", "用戶想要" keywords.
Uses structured CARIO format to clarify ambiguous requirements and validate understanding.
majiayu000/claude-skill-registry 163
-
prisma-connection-pool-exhaustion
Fix Prisma "Too many connections" and connection pool exhaustion errors in
serverless environments (Vercel, AWS Lambda, Netlify). Use when: (1) Error
"P2024: Timed out fetching a new connection from the pool", (2) PostgreSQL
"too many connections for role", (3) Database works locally but fails in
production serverless, (4) Intermittent database timeouts under load.
majiayu000/claude-skill-registry 163
-
gh-address-comments
Help address review/issue comments on the open GitHub PR for the current branch using gh CLI; verify gh auth first and prompt the user to authenticate if not logged in.
majiayu000/claude-skill-registry 163
-
php-testing
Write PHP tests with PHPUnit — unit tests, mocking, data providers, test doubles, assertions, and TDD practices. Use when writing tests for PHP code, whether in Magento or standalone PHP applications.
majiayu000/claude-skill-registry 163