Browse Skills

20307 skills found

harness-mcp.md
0
1 export harness-mcp
2 Lobbi-Docs from "Lobbi-Docs/claude"
3 Harness MCP (Model Context Protocol) server integration for AI-powered CD operations, pipeline management, Git repositories, pull requests, code review comments, and bidirectional Jira synchronization
2026-01-05
orm-reviewer.md
0
1 export orm-reviewer
2 majiayu000 from "majiayu000/claude-skill-registry"
3 WHEN: ORM code review, Prisma/TypeORM/SQLAlchemy/GORM patterns, lazy loading, transactionsWHAT: Query efficiency + Lazy/eager loading + Transaction handling + N+1 prevention + Model designWHEN NOT: Raw SQL → sql-optimizer, Schema design → schema-reviewer
2026-01-05
prompt-tsx-patterns.md
0
1 export prompt-tsx-patterns
2 OmerMachluf from "OmerMachluf/vscode-copilot-chat"
3 Deep dive into prompt-tsx patterns used in vscode-copilot-chat, including component lifecycle, async rendering, priority system, and token budget management
2026-01-05
deploy-app.md
0
1 export deploy-app
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Step-by-step plan for deploying a Next.js app to Vercel
2026-01-05
theming-with-tokens.md
0
1 export theming-with-tokens
2 hkcm91 from "hkcm91/StickerNestV3"
3 Theming StickerNest with CSS tokens and design variables. Use when the user asks about themes, CSS variables, dark mode, skinning, color schemes, theme tokens, widget theming, or customizing appearance. Covers theme system, token inheritance, and widget styling.
2026-01-05
backend-migrations.md
0
1 export backend-migrations
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Create and manage database migrations following best practices for reversibility, zero-downtime deployments, and version control. Use this skill when creating migration files, modifying database schemas, adding or removing tables/columns, managing indexes, or performing data transformations. Apply when working on migration files (migrations/*.ts, migrations/*.sql, *_migration.py), Prisma schema changes, Supabase migrations, or any database evolution tasks. This skill ensures reversible migrations with rollback/down methods, small focused single-change migrations, zero-downtime deployment compatibility, separated schema and data migrations, safe concurrent index creation on large tables, clear descriptive naming conventions, and proper version control practices (never modify deployed migrations).
2026-01-05
frontend-developer.md
0
1 export frontend-developer
2 dylantarre from "dylantarre/animation-principles"
3 Use when implementing animations in code, building UI transitions, or when a developer needs practical animation guidance for web/mobile applications.
2026-01-05
cleanup-issue.md
0
1 export cleanup-issue
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Clean up after an issue PR is merged. Merges the PR if needed, removes the worktree, deletes the branch, updates main, and starts a fresh session. Use when asked to clean up an issue, finish an issue, or after a PR is approved.
2026-01-05
fix-detekt-issues.md
0
1 export fix-detekt-issues
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Automatically fixes detekt code quality issues by running detekt --auto-correct iteratively until all auto-correctable findings are resolved
2026-01-05
gh-fix-ci.md
0
1 export gh-fix-ci
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Inspect GitHub PR for CI failures, merge conflicts, change requests, and unresolved review threads. Create fix plans and implement after user approval. Resolve review threads and notify reviewers after fixes.
2026-01-05
uv-advanced.md
0
1 export uv-advanced
2 cuba6112 from "cuba6112/researchagent"
3 Advanced usage of uv, the extremely fast Python package and project manager from Astral. Use this skill when working with uv for project management (uv init, uv add, uv run, uv lock, uv sync), workspaces and monorepos, dependency resolution strategies (universal, platform-specific, constraints, overrides), Docker containerization, PEP 723 inline script metadata, uvx tool execution, Python version management, pip interface migration, pyproject.toml configuration, or any advanced uv workflow. Covers workspaces, resolution strategies, Docker best practices, CI/CD integration, and migration from pip/poetry/pipenv.
2026-01-05
analyze-rust-optimizations.md
0
1 export analyze-rust-optimizations
2 majiayu000 from "majiayu000/claude-skill-registry"
3 This skill performs thorough analysis of Rust libraries to find optimization opportunities. It should be used when reviewing Rust code for performance improvements, memory efficiency, or when profiling indicates bottlenecks. Focuses on runtime performance and memory usage through dynamic profiling tools and static code analysis.
2026-01-05
cui-java-unit-testing.md
0
1 export cui-java-unit-testing
2 cuioss from "cuioss/cui-llm-rules"
3 CUI Java unit testing standards and patterns with JUnit 5, generators, and value object testing
2026-01-05
inkjs-design.md
0
1 export inkjs-design
2 akiojin from "akiojin/skills"
3 Ink.js (React for CLI) design and implementation guide.Use when:(1) Creating or modifying Ink.js components(2) Implementing Ink-specific hooks (useInput, useApp, useFocus)(3) Handling emoji/icon width issues (string-width workarounds)(4) Building terminal-responsive layouts(5) Managing multi-screen navigation(6) Implementing animations (spinners, progress bars)(7) Optimizing performance (React.memo, useMemo)(8) Handling keyboard input and shortcuts(9) Testing CLI UI (ink-testing-library)
2026-01-05
output-style-audit.md
0
1 export output-style-audit
2 philoserf from "philoserf/claude-code-setup"
3 Validates output-style persona definitions, behavior specifications, and keep-coding-instructions decisions. Use when reviewing, auditing, or improving output-styles, checking persona clarity, validating behavior concreteness, assessing coding-instructions appropriateness, or verifying scope alignment (user vs project). Also triggers when user asks about output-style best practices, wants to improve style effectiveness, or needs help with persona definition.
2026-01-05
action-gate.md
0
1 export action-gate
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Decide and take action when blockers appear. Use when tools are missing, installs are required, or the user expects proactive execution to complete the task.
2026-01-05
ptk-buffer.md
0
1 export ptk-buffer
2 majiayu000 from "majiayu000/claude-skill-registry"
3 This skill should be used when the user asks about "prompt_toolkit Buffer", "Document", "cursor position", "text manipulation", "BufferControl", "text editing", "undo/redo", "selection", "copy paste", or needs to handle text input and manipulation in prompt_toolkit applications.
2026-01-05
raycast-extension.md
0
1 export raycast-extension
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Build Raycast extensions with React and TypeScript. Use when the user asks to create a Raycast extension, command, or tool.
2026-01-05
refactor-legacy-code.md
0
1 export refactor-legacy-code
2 JackSmack1971 from "JackSmack1971/claude-code-learning-flywheel"
3 Use when cleaning up code or moving logic to new files. Enforces Strangler Fig pattern and atomic refactoring to prevent Big Bang rewrites.
2026-01-05
slack-webhook.md
0
1 export slack-webhook
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Use when sending Slack alerts or notifications. Automatically uses the configured SLACK_WEBHOOK_URL from environment.
2026-01-05
composable-architecture.md
0
1 export composable-architecture
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Apply functional and compositional architecture patterns when designing systems, modules, and components. Use when creating architecture definitions, designing system boundaries, defining interfaces, or building modular systems.
2026-01-05
workflow-postmortem.md
0
1 export workflow-postmortem
2 metasaver from "metasaver/metasaver-marketplace"
3 Dual-mode workflow issue logger. Use with mode=log to append mistakes during waves. Use with mode=summary at workflow end to review accumulated issues. Use when completing /build, /audit, or /ms workflows.
2026-01-05
systemd-service.md
0
1 export systemd-service
2 mhalder from "mhalder/dotfiles"
3 Create and debug systemd service unit files. Use when the user says "create a service", "systemd unit", "service won't start", "enable on boot", "systemctl", or asks about running apps as services.
2026-01-05
ascii-preview-generate.md
0
1 export ascii-preview-generate
2 AbeJitsu from "AbeJitsu/Game-Settings-Panel"
3 Use AI to create ASCII text-based preview of PDF page layout. Transforms visual and extracted data into structured ASCII representation for HTML generation.
2026-01-05