Browse Skills

17720 skills found

helmet-config-generator.md
0
1 export helmet-config-generator
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Generate Helmet.js security middleware configuration for Express applications. Triggers on "create helmet config", "generate helmet configuration", "express security headers", "helmet setup".
2026-01-05
backend-migrations.md
0
1 export backend-migrations
2 elliotsaha from "elliotsaha/smt-slack-app"
3 Create and manage database migrations following best practices for schema evolution and data integrity. When creating or modifying database migration files (migrations/*, *.migration.ts, migrate.ts). When working on schema changes, data migrations, or database version control. When implementing reversible migrations with up/down methods, managing indexes on large tables, or handling zero-downtime deployments. When writing migration scripts that alter database structure, add or remove tables, modify columns, or transform data.
2026-01-05
test-driven-development.md
0
1 export test-driven-development
2 michellepellon from "michellepellon/dotfiles"
3 Enforce strict TDD workflow for all development tasks. Use when implementing new features, fixing bugs, or refactoring code. Ensures comprehensive test coverage (unit, integration, e2e) before writing implementation code. Activates automatically for all coding tasks unless explicitly authorized to skip testing.
2026-01-05
web-motion-design.md
0
1 export web-motion-design
2 dylantarre from "dylantarre/animation-principles"
3 Use when building CSS animations, JavaScript transitions, React/Vue motion, or any browser-based animation work.
2026-01-05
creating-changelogs.md
0
1 export creating-changelogs
2 sekka from "sekka/dotfiles"
3 Gitコミット履歴を分析し、ユーザーフレンドリーかつ技術的に詳細なリリースノートとチェンジログを作成します。リリースノート、CHANGELOG、変更履歴が必要なときに使用してください。
2026-01-05
compound-profile.md
0
1 export compound-profile
2 huifer from "huifer/drug-discovery-skills"
3 Generate comprehensive compound profiles including structure, properties,bioactivity, and development status. Use for drug analysis, SAR studies,and competitive profiling.Keywords: compound, drug, molecule, structure, SMILES, bioactivity, IC50
2026-01-05
radulator-qa-tester.md
0
1 export radulator-qa-tester
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Automated QA testing for Radulator's 18 medical calculators across radiology, hepatology/liver, and urology specialties. Tests accuracy, collects browser diagnostics, generates Playwright tests, and manages three-branch Git workflow (dev1→test1→main). Use when testing Radulator calculators, reviewing PRs with qa label, verifying medical formulas, generating test reports, or creating comprehensive test suites.
2026-01-05
local-ci.md
0
1 export local-ci
2 shiroinock from "shiroinock/ts-template"
3 remote CI (GitHub Actions) 相当のチェックをローカルで実行。Biome check、テスト、ビルドを並列実行し、全てのチェックが成功したことを確認する。PR作成前の事前チェックに使用。
2026-01-05
decomplect.md
0
1 export decomplect
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Architectural code analysis for design quality. Evaluates simplicity (Rich Hickey), functional core/imperative shell (Gary Bernhardt), and coupling (Constantine & Yourdon). Use for design review or architectural assessment.
2026-01-05
frontend-tailwind.md
0
1 export frontend-tailwind
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Create beautiful UIs with Tailwind CSS mastery. Expert in utility-first design, responsive layouts, and design systems. Activate for UI development, design system creation, or CSS optimization. Use it anytime you need to write Tailwind CSS.
2026-01-05
arcgis-starter-app-extended.md
0
1 export arcgis-starter-app-extended
2 SaschaBrunnerCH from "SaschaBrunnerCH/arcgis-maps-sdk-js-ai-context"
3 Scaffold a production-ready ArcGIS Maps SDK application with TypeScript, Vite, ESLint, Prettier, git hooks, and GitHub Actions CI/CD.
2026-01-05
trpc-conventions.md
0
1 export trpc-conventions
2 leonardoacosta from "leonardoacosta/Installfest"
3 tRPC router patterns for Otaku Odyssey. Use when creating or modifying tRPC routers, procedures, or API endpoints.
2026-01-05
nestjs-architect.md
0
1 export nestjs-architect
2 edneyreis999 from "edneyreis999/zord-project"
3 Guia arquitetural para desenvolvimento NestJS com DDD, Clean Architecture e padrões avançados. Use quando codificar serviços, módulos, agregados, use cases ou refatorar código NestJS.
2026-01-05
workflow-patterns.md
0
1 export workflow-patterns
2 mgd34msu from "mgd34msu/goodvibes-plugin"
3 Reusable workflow patterns for skills and agents including sequential checklists, conditional routing, validation loops, and progressive disclosure. Use when designing structured procedures.
2026-01-05
modern-doc.md
0
1 export modern-doc
2 tychota from "tychota/moderndoc"
3 Create, improve, and debug professional LuaLaTeX documents using KOMA-Script + the moderndoc package (and the legacy modern-doc shim). Use for: generating new documents from a goal, improving typography/layout, producing PDF/A-4-friendly output, setting up minted/biblatex/tabularray/tikz, converting Mermaid → TikZ, and debugging compilation logs.
2026-01-05
skill-granularity-convention.md
0
1 export skill-granularity-convention
2 RevTechStudio from "RevTechStudio/rts-plugins"
3 スキルの適切な粒度を定義(1スキル1目的、分割基準、結合基準)する。スキル設計時、粒度判断時、またはユーザーがスキル粒度、1スキル1目的、分割基準、結合基準、スキル設計原則に言及した際に使用する。
2026-01-05
error-handling.md
0
1 export error-handling
2 jhlee0409 from "jhlee0409/sidedish"
3 일관된 에러 처리와 로깅 패턴을 구현합니다. API 에러 응답, 예외 처리, 에러 바운더리, 사용자 친화적 메시지 작성 시 사용하세요. 서버와 클라이언트 양쪽의 에러 처리 전략을 포함합니다.
2026-01-05
function-implementation.md
0
1 export function-implementation
2 site-bender from "site-bender/toolsmith"
3 Patterns for implementing functions following Sitebender's constitutional rules. Covers currying, naming inner functions, parameter order, type annotations, and composition. Use when creating any new function. Includes script for generating boilerplate.
2026-01-05
bun-testing.md
0
1 export bun-testing
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Testing guidelines for Bun/TypeScript projects using bun:test framework. Use when writing tests, creating test files, debugging test failures, setting up mocks, or reviewing test code. Triggers on *.test.ts files, test-related questions, mocking patterns, and coverage discussions.
2026-01-05
claude-code-subagent-creator.md
0
1 export claude-code-subagent-creator
2 hirokita117 from "hirokita117/template-ai-coding-config"
3 Create Claude Code subagents from natural language requirements. Use when users want to create specialized AI subagents for Claude Code without manually writing the configuration. Handles agent creation for testing, code review, debugging, documentation, refactoring, and custom workflows. Generates .claude/agents/*.md files with appropriate YAML frontmatter and system prompts.
2026-01-05
skill-creator.md
0
1 export skill-creator
2 djimontyp from "djimontyp/task-tracker"
3 Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
2026-01-05
julien-mcp-chrome-devtools.md
0
1 export julien-mcp-chrome-devtools
2 theflysurfer from "theflysurfer/claude-skills-marketplace"
3 Install Chrome DevTools MCP for browser debugging. Use when user needs Chrome DevTools Protocol integration.
2026-01-05
git-advanced-workflows.md
0
1 export git-advanced-workflows
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Master advanced Git workflows including rebasing, cherry-picking, bisect, worktrees, and reflog to maintain clean history and recover from any situation. Use when managing complex Git histories, collaborating on feature branches, or troubleshooting repository issues.
2026-01-05
moai-cc-settings.md
0
1 export moai-cc-settings
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Configuring Claude Code settings.json & Security. Set up permissions (allow/deny), permission modes, environment variables, tool restrictions. Use when securing Claude Code, restricting tool access, or optimizing session settings.
2026-01-05