Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
1c-feature-dev
Этот скилл следует использовать, когда пользователь просит "создать доработку 1C", "реализовать функционал 1C", "добавить новую возможность в 1C", "разработать модуль 1C", "сделать доработку в 1С" или нуждается в полном цикле разработки 1C-доработок от анализа до реализации с валидацией плана и проверками приемки.
majiayu000/claude-skill-registry 163
-
changelog-automation
Automate changelog generation from commits, PRs, and releases following Keep a Changelog format. Use when setting up release workflows, generating release notes, or standardizing commit conventions.
majiayu000/claude-skill-registry 163
-
azure-app-testing
Expert knowledge for Azure App Testing development including troubleshooting, best practices, decision making, architecture & design patterns, limits & quotas, security, configuration, integrations & coding patterns, and deployment. Use when using Azure Load Testing with VNets/private endpoints, JMeter/Locust/Playwright, CI/CD pipelines, or Playwright Workspaces, and other Azure App Testing related development tasks. Not for Azure Test Plans (use azure-test-plans), Playwright Workspaces (use azure-playwright-workspaces), Azure DevOps (use azure-devops), Azure App Service (use azure-app-service).
majiayu000/claude-skill-registry 163
-
planning-patterns
Structured planning methodology with research, brainstorming, phased plan creation, risk assessment, and plan-to-build continuity.
majiayu000/claude-skill-registry 163
-
specsafe-verify
Run tests and validate implementation. Loops back to dev if tests fail. Moves spec from CODE to QA stage.
majiayu000/claude-skill-registry 163
-
pptx
Presentation creation, editing, and analysis. When Claude needs to work with presentations (.pptx files) for: (1) Creating new presentations, (2) Modifying or editing content, (3) Working with layouts, (4) Adding comments or speaker notes, or any other presentation tasks
majiayu000/claude-skill-registry 163
-
brainstorming
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
majiayu000/claude-skill-registry 163
-
moai-tool-ast-grep
AST-based structural code search, security scanning, and refactoring using ast-grep (sg CLI) with pattern matching and code transformation across 40+ languages. Use when performing structural code search, AST-based refactoring, codemod operations, security pattern scanning, or syntax-aware code transformations across files. Do NOT use for simple text search (use Grep tool instead) or full codebase exploration (use Explore agent instead).
majiayu000/claude-skill-registry 163
-
monorepo
Build and manage monorepos with Turborepo, Nx, and pnpm workspaces — covering workspace structure, dependency management, task orchestration, caching, CI/CD, and publishing. Use when setting up monorepos, optimizing builds, or managing shared packages.
majiayu000/claude-skill-registry 163
-
testing-conventions
majiayu000/claude-skill-registry 163
-
startup-business-models
Use when choosing or evaluating a startup revenue model, pricing/value metric, packaging/tier design, or calculating unit economics (LTV, CAC, payback, gross margin, NRR), including usage-based/credit/AI pricing and variable compute/COGS constraints.
majiayu000/claude-skill-registry 163
-
docker-workflows
Create Dockerfiles, docker-compose configurations, and container workflows for Python projects with UV. Use when containerizing applications, setting up development environments, or deploying with Docker.
majiayu000/claude-skill-registry 163
-
agenthub
Multi-agent collaboration plugin that spawns N parallel subagents competing on the same task via git worktree isolation. Agents work independently, results are evaluated by metric or LLM judge, and the best branch is merged. Use when: user wants multiple approaches tried in parallel — code optimization, content variation, research exploration, or any task that benefits from parallel competition. Requires: a git repo.
majiayu000/claude-skill-registry 163
-
rastreando-odoo
Rastreia fluxos documentais completos no Odoo, executa auditorias financeiras e gerencia conciliacoes bancarias.
USAR QUANDO:
- Rastrear NF de compra/venda: "rastreie NF 12345", "fluxo da nota 54321"
- Rastrear pedido de compra: "rastreie PO00789", "fluxo do pedido de compra"
- Rastrear pedido de venda: "rastreie VCD123", "fluxo do VFB456"
- Rastrear por parceiro: "documentos do Atacadao", "fluxo do fornecedor Vale Sul"
- Rastrear por CNPJ: "rastreie 18467441000123"
- Rastrear por chave NF-e: "rastreie 3525..."
- Ver titulos e conciliacoes: "pagamentos da NF 12345", "titulos do PO00789"
- Verificar devolucoes: "devolucao da NF 54321", "nota de credito"
- Auditoria de faturas de compra: "auditoria faturas novembro", "faturas fornecedores"
- Auditoria de extrato bancario: "extrato bancario 2024", "conciliacao bancaria"
- Mapeamento de vinculos: "extratos sem vinculo", "titulos soltos", "faturas sem pagamento"
- Vincular extrato com fatura via Excel: "processar planilha de vinculacao", "conciliar via Excel"
NAO USAR QUANDO:
- Descobrir campos de modelo desconhecido (esta skill rastreia fluxos, nao explora estrutura)
- Criar lancamentos fiscais (esta skill apenas consulta, nao cria documentos)
- Apenas listar registros sem rastrear fluxo
majiayu000/claude-skill-registry 163
-
rust-best-practices
Guide for writing idiomatic Rust code based on Apollo GraphQL's best practices handbook. Use this skill when: (1) writing new Rust code or functions, (2) reviewing or refactoring existing Rust code, (3) deciding between borrowing vs cloning or ownership patterns, (4) implementing error handling with Result types, (5) optimizing Rust code for performance, (6) writing tests or documentation for Rust projects.
majiayu000/claude-skill-registry 163
-
ethics-and-practice
Religious ethics and practice across traditions — moral theology and its sources, the role of virtue, law, and narrative in ethical formation, ritual as ethical shaping, the relation of contemplative practice to ethical life, and comparative work on shared ethical ground (the golden rule, non-harm, care for the stranger) and genuine disagreement. Use when a query asks what a tradition requires of its adherents, how ritual and ethics interact, or how traditions agree and differ on specific moral questions.
majiayu000/claude-skill-registry 163
-
polish
Performs a final quality pass fixing alignment, spacing, consistency, and micro-detail issues before shipping. Use when the user mentions polish, finishing touches, pre-launch review, something looks off, or wants to go from good to great.
majiayu000/claude-skill-registry 163
-
system-architecture
System architecture design skill covering architecture patterns, distributed systems, technology selection, and enterprise architecture documentation. Use this skill when designing system architectures, evaluating technology stacks, planning distributed systems, or creating architecture decision records and documentation.
majiayu000/claude-skill-registry 163
-
user-scoped-data-filtering
Provides patterns and guidance for implementing user-scoped data filtering and multi-tenancy in web applications. Use this skill when you need to: (1) Restrict data access based on user identity, (2) Implement ownership checks for database operations, (3) Build multi-tenant applications with organization-level data scoping, (4) Implement admin bypass for viewing all data, (5) Create audit trails for data access. This skill focuses on Python, FastAPI, and SQLAlchemy.
majiayu000/claude-skill-registry 163
-
nano-banana
REQUIRED for all image generation requests. Generate and edit images using Nano Banana (Gemini CLI). Handles blog featured images, YouTube thumbnails, icons, diagrams, patterns, illustrations, photos, visual assets, graphics, artwork, pictures. Use this skill whenever the user asks to create, generate, make, draw, design, or edit any image or visual content.
majiayu000/claude-skill-registry 163
-
ocaml-code-style
OCaml coding style and refactoring patterns. Use when the user asks to tidy, clean up, refactor, or improve OCaml code, reviewing code quality, enforcing naming conventions, or reducing complexity.
majiayu000/claude-skill-registry 163
-
cto-advisor
Technical leadership guidance for engineering teams, architecture decisions, and technology strategy. Includes tech debt analyzer, team scaling calculator, engineering metrics frameworks, technology evaluation tools, and ADR templates. Use when assessing technical debt, scaling engineering teams, evaluating technologies, making architecture decisions, establishing engineering metrics, or when user mentions CTO, tech debt, technical debt, team scaling, architecture decisions, technology evaluation, engineering metrics, DORA metrics, or technology strategy.
majiayu000/claude-skill-registry 163
-
Email Composer
Draft professional emails for various contexts including business, technical, and customer communication. Use when the user needs help writing emails or composing professional messages.
majiayu000/claude-skill-registry 163
-
permissions
Command approvals, tool policies, and exec security
majiayu000/claude-skill-registry 163