Browse Skills
17720 skills found
gh-issues-milestones-prs.md
0
1
export
gh-issues-milestones-prs
2
from
"JoernStoehler/msc-viterbo"
from
"JoernStoehler/msc-viterbo"
3
Write GitHub Issues/PRs and manage milestones for this repo. Use for issue/PR content conventions and gh CLI workflow (including milestones).
2026-01-05
git-commit.md
0
1
export
git-commit
2
from
"pproenca/dot-claude"
from
"pproenca/dot-claude"
3
Use when making git commits directly (not via /commit:new). Ensures safe shell quoting with heredoc format. Triggers on creating commits, staging and committing, any git commit operation.
2026-01-05
skriptoteket-frontend-specialist.md
0
1
export
skriptoteket-frontend-specialist
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Skriptoteket frontend development (FastAPI backend + full Vue/Vite SPA) using the HuleEdu-aligned stack (Vue 3.5.x + Vite + TypeScript, Pinia, Vue Router, Tailwind CSS v4 tokens/@theme, HuleEdu design tokens, pnpm). Use for working in the `frontend/` pnpm workspace, SPA hosting/history fallback, implementing SPA features (auth, routing, state, API clients), and keeping the UI/auth model compatible with future HuleEdu teacher login integration (same entry point, no separate login).
2026-01-05
tech-stack-adr.md
0
1
export
tech-stack-adr
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Guide technology selection workflow and ADR creation. Use when user asks about choosing a technology, comparing options, or needs to make a tech decision. Orchestrates discovery, evaluation, and documentation.
2026-01-05
instruction-routing.md
0
1
export
instruction-routing
2
from
"sernstberger/base-joy"
from
"sernstberger/base-joy"
3
Help decide where to put new instructions, conventions, or automation. Use when the user wants to add a new rule, pattern, or workflow but isn't sure if it should go in CLAUDE.md, a skill, or a command.
2026-01-05
harness-mcp.md
0
1
export
harness-mcp
2
from
"Lobbi-Docs/claude"
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
prompt-tsx-patterns.md
0
1
export
prompt-tsx-patterns
2
from
"OmerMachluf/vscode-copilot-chat"
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
backend-migrations.md
0
1
export
backend-migrations
2
from
"majiayu000/claude-skill-registry"
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
markdown-templates.md
0
1
export
markdown-templates
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
정형화된 마크다운 문서 템플릿 사용 가이드
2026-01-05
mcp-server.md
0
1
export
mcp-server
2
from
"Azeem-2/HackthonII"
from
"Azeem-2/HackthonII"
3
Generic MCP (Model Context Protocol) server development patterns. Provides reusable architecture and best practices for building MCP servers that expose any domain-specific operations as tools for AI agents. Framework-agnostic implementation supporting async operations, error handling, and enterprise-grade features.
2026-01-05
gh-fix-ci.md
0
1
export
gh-fix-ci
2
from
"majiayu000/claude-skill-registry"
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
from
"cuba6112/researchagent"
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
avoiding-angle-bracket-assertions.md
0
1
export
avoiding-angle-bracket-assertions
2
from
"djankies/claude-configs"
from
"djankies/claude-configs"
3
Avoid angle-bracket type assertions (<Type>) and use 'as Type' syntax instead
2026-01-05
word-template-generator.md
0
1
export
word-template-generator
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Generate Word documents (.docx) using direct OOXML manipulation. Use when the user asks to create Word documents, templates, resumes, invoices, letters, reports, proposals, or any .docx file with full control over formatting and structure.
2026-01-05
analyze-rust-optimizations.md
0
1
export
analyze-rust-optimizations
2
from
"majiayu000/claude-skill-registry"
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
from
"cuioss/cui-llm-rules"
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
from
"akiojin/skills"
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
anthropic-office-pdf.md
0
1
export
anthropic-office-pdf
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Comprehensive PDF manipulation toolkit for extracting text and tables, creating new PDFs, merging/splitting documents, and handling forms. When Claude needs to fill in a PDF form or programmatically process, generate, or analyze PDF documents at scale.
2026-01-05
autonomous-ui-inspection.md
0
1
export
autonomous-ui-inspection
2
from
"metabench/copilot-dl-news"
from
"metabench/copilot-dl-news"
3
Autonomous UI inspection using a dual channel: (1) visual screenshots via Playwright MCP tools, (2) numeric layout metrics via Puppeteer scripts. Includes server --check standardization so agents can start/stop reliably.
2026-01-05
action-gate.md
0
1
export
action-gate
2
from
"majiayu000/claude-skill-registry"
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
from
"majiayu000/claude-skill-registry"
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
from
"majiayu000/claude-skill-registry"
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
new-domain-setup.md
0
1
export
new-domain-setup
2
from
"ProvidenceIT/hosting-skills"
from
"ProvidenceIT/hosting-skills"
3
Complete domain hosting setup workflow combining Plesk, Cloudflare, Let's Encrypt, and GitHub Actions deployment. Use when setting up a new domain from scratch, including DNS configuration, SSL certificates, and automated deployment pipelines. Orchestrates plesk-domain-setup, cloudflare-domain-setup, and github-actions-deploy skills.
2026-01-05
workflow-postmortem.md
0
1
export
workflow-postmortem
2
from
"metasaver/metasaver-marketplace"
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