Browse Skills
44557 skills found
keycloak.md
0
1
export
keycloak
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Keycloak identity and access management including realms, clients, authentication flows, themes, and user federation. Activate for OAuth2, OIDC, SAML, SSO, identity providers, and authentication configuration.
2026-01-05
git.md
0
1
export
git
2
from
"kys0213/agentos"
from
"kys0213/agentos"
3
Automate Git workflow for AgentOS. Handles branch creation, TODO-based commits, and PR generation following project conventions.
2026-01-05
policyengine-app.md
0
1
export
policyengine-app
2
from
"PolicyEngine/policyengine-claude"
from
"PolicyEngine/policyengine-claude"
3
PolicyEngine React web application - the user interface at policyengine.org
2026-01-05
executing-plan-checklist.md
0
1
export
executing-plan-checklist
2
from
"bcl1713/starlink-dashboard"
from
"bcl1713/starlink-dashboard"
3
Use this skill to implement work on any feature/fix/chore branch. Executes one checklist task at a time for the current feature branch by automatically locating dev/active/<slug>/CHECKLIST.md, applying changes, committing after each step, and updating the checklist immediately. Use once a plan exists.
2026-01-05
nextjs-server-components.md
0
1
export
nextjs-server-components
2
from
"jovermier/cc-stack-marketplace"
from
"jovermier/cc-stack-marketplace"
3
Next.js App Router Server Components, Client Components, layouts, data fetching, and Server Actions. Use when working with Next.js app directory, component boundaries, or data fetching patterns.
2026-01-05
git-commit.md
0
1
export
git-commit
2
from
"LukasStrickler/ai-dev-atelier"
from
"LukasStrickler/ai-dev-atelier"
3
Write clear git commits with Conventional Commits format. Detects project conventions from history and config. Guides commit granularity. Use when: (1) Completing working code, (2) Code builds and tests pass, (3) Ready to save, (4) Before pushing, (5) After review feedback. Triggers: automatically when finishing commitable work that builds and passes tests.
2026-01-05
code-review-preferences.md
0
1
export
code-review-preferences
2
from
"ChaiWithJai/claude-code-mastery"
from
"ChaiWithJai/claude-code-mastery"
3
Use when reviewing code, PRs, or discussing code quality standards. Applies team coding standards and review methodology.
2026-01-05
backend-enum-use.md
0
1
export
backend-enum-use
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Create feature-rich PHP enums following Laravel conventions with SCREAMING_SNAKE_CASE case names, backed enum values (string or int), helper methods for labels and comparisons, validation rules, and comprehensive Pest tests. Use this skill when converting hardcoded strings or magic numbers to type-safe enums, creating categorical data types like statuses, types, roles or categories, adding enum-based validation to forms or APIs, refactoring magic strings into structured types, or defining a fixed set of allowed values in your application. This skill applies when working on files in app/Enums/ directory, creating enum classes, adding enum casts to models, or implementing enum validation rules.
2026-01-05
prompt-optimizer.md
0
1
export
prompt-optimizer
2
from
"alongor666/prompt-optimizer"
from
"alongor666/prompt-optimizer"
3
智能 Prompt 优化顾问技能。基于 Anthropic 官方最佳实践,通过场景识别和技术匹配,将用户的模糊需求转化为高质量 prompt。触发场景:(1) 用户明确请求"优化 prompt"、"帮我写 prompt"、"改进这个指令";(2) 用户的需求描述模糊、不清晰、缺少关键信息;(3) 用户提到"不知道怎么表达"、"效果不好"等问题。适用于所有需要与 Claude 交互的场景,通过结构化对话挖掘需求,生成符合 Claude 4.5 最佳实践的优化 prompt。
2026-01-05
better-auth.md
0
1
export
better-auth
2
from
"levanminhduc/LuongHoaThoNew"
from
"levanminhduc/LuongHoaThoNew"
3
Guide for implementing Better Auth - a framework-agnostic authentication and authorization framework for TypeScript. Use when adding authentication features like email/password, OAuth, 2FA, passkeys, or advanced auth functionality to applications.
2026-01-05
client-state-management.md
0
1
export
client-state-management
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Guide for implementing client-side state management in React applications. Use when building state architecture, selecting state libraries (Context, Zustand, Redux, Jotai), implementing caching strategies (React Query, SWR), optimistic updates, state persistence, or optimizing re-renders. Triggers on questions about global vs local state, state normalization, or selector patterns.
2026-01-05
librarian.md
0
1
export
librarian
2
from
"bangedorrunt/swarmtool-addons"
from
"bangedorrunt/swarmtool-addons"
3
Specialized codebase understanding agent for multi-repository analysis, searching remote codebases, retrieving official documentation, and finding implementation examples using GitHub CLI, Context7, and Web Search.
2026-01-05
application-expert.md
0
1
export
application-expert
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
UseCase 설계, Transaction 경계 관리, CQRS 적용. @Transactional 내 외부 API 호출 금지. /kb-application 명령 시 자동 활성화.
2026-01-05
entity-mapper-expert.md
0
1
export
entity-mapper-expert
2
from
"ryu-qqq/setof-commerce"
from
"ryu-qqq/setof-commerce"
3
JPA Entity Long FK 전략, BaseAuditEntity/SoftDeletableEntity 상속, EntityMapper Domain⇄Entity 변환.JPA 관계 어노테이션(@ManyToOne, @OneToMany) 금지. Lombok 금지, Setter 금지.Entity는 of() static factory method만 public, 생성자는 protected/private.
2026-01-05
bash-history-assistant.md
0
1
export
bash-history-assistant
2
from
"nathanvale/dotfiles"
from
"nathanvale/dotfiles"
3
Searches and analyzes bash command history using Atuin CLI integration. Use when finding previously-run commands, analyzing command patterns, searching for cloud/deployment commands, or when mentioned 'bash history', 'atuin', 'command history', 'what command did I use', 'find command'.
2026-01-05
reverse-month.md
0
1
export
reverse-month
2
from
"christopheryeo/claude-skills"
from
"christopheryeo/claude-skills"
3
Convert dates from various formats to "reverse month" format (YYYY-MM), which is the ISO date format containing only the year and month components. Use when users need to extract year-month from dates, standardize month formats, or prepare dates for monthly aggregations and reporting.
2026-01-05
frontend-design.md
0
1
export
frontend-design
2
from
"ymat19/dotfiles"
from
"ymat19/dotfiles"
3
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
2026-01-05
td-detrend.md
0
1
export
td-detrend
2
from
"teradata-labs/claude-cookbooks"
from
"teradata-labs/claude-cookbooks"
3
Signal detrending for baseline correction and trend removal
2026-01-05
add-strict-checks.md
0
1
export
add-strict-checks
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Enable stricter TypeScript and linting checks to catch bugs early, especially useful when iterating with AI assistance.
2026-01-05
auditoria-segredos-ci.md
0
1
export
auditoria-segredos-ci
2
from
"Wibson82/conexao-de-sorte-backend-resultados"
from
"Wibson82/conexao-de-sorte-backend-resultados"
3
Auditar segredos e variáveis na esteira CI/CD (GitHub Actions) e no runtime (Docker Swarm), verificando integração via OIDC com Azure Key Vault e paridade de ambientes. Use quando houver falhas por falta de segredos, variáveis ausentes, “id-token: write” ausente, ou inconsistência entre Key Vault, Swarm e workflows.
2026-01-05
generate-vanilla-source.md
0
1
export
generate-vanilla-source
2
from
"sharo-jef/sharoutils"
from
"sharo-jef/sharoutils"
3
Generate vanilla Minecraft source code.
2026-01-05
code-review-patterns.md
0
1
export
code-review-patterns
2
from
"randalmurphal/claude-config"
from
"randalmurphal/claude-config"
3
Code review best practices including review checklists (functionality, tests, documentation, security, performance), providing constructive feedback, automated checks integration, and handling review comments. Use when reviewing pull requests, providing code feedback, responding to review comments, or setting up review processes.
2026-01-05
Repo Explainer Video Generator.md
0
1
export
Repo Explainer Video Generator
2
from
"johnpsasser/repo-explainer"
from
"johnpsasser/repo-explainer"
3
This skill analyzes a git repository (local or remote) and automatically creates a professional 30-second explainer video featuring:
2026-01-05
coverage-analyzer.md
0
1
export
coverage-analyzer
2
from
"yuta158/api-test-portfolio"
from
"yuta158/api-test-portfolio"
3
テストカバレッジ分析とテスト生成ガイダンス。coverage.jsonを解析し、未カバー行/ブランチを特定、優先度付きテスト作成提案を出力。トリガー: "カバレッジ分析", "coverage analyze", "テストカバレッジ向上", "未カバー行"
2026-01-05