Browse Skills
17720 skills found
markdown-formatter.md
0
1
export
markdown-formatter
2
from
"Wesley1600/ClaudeCodeFrameWork"
from
"Wesley1600/ClaudeCodeFrameWork"
3
Format, validate, and optimize Markdown documents for consistency, readability, and professional presentation
2026-01-05
error-handling.md
0
1
export
error-handling
2
from
"nexus-labs-automation/backend-observability"
from
"nexus-labs-automation/backend-observability"
3
Capture errors with rich context for debugging and alerting
2026-01-05
vm-bootstrap.md
0
1
export
vm-bootstrap
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Linux VM bootstrap verification skill. MUST BE USED when setting up new VMs or verifying environment.Supports modes: check (warn-only), install (operator-confirmed), strict (CI-ready).Enforces Linux-only + mise as canonical; honors preference brew→npm (with apt fallback).Verifies required tools: mise, node, pnpm, python, poetry, gh, railway, bd, tmux, jq, rg.Handles optional tools as warnings: tailscale, playwright, docker, bv.Never prints/seeds secrets; never stores tokens in repo/YAML; Railway vars only for app runtime env.Safe on dirty repos (refuses and points to dirty-repo-bootstrap skill, or snapshots WIP branch).Keywords: vm, bootstrap, setup, mise, toolchain, linux, environment, provision, verify, new vm
2026-01-05
epcp-workflow.md
0
1
export
epcp-workflow
2
from
"BinkyTwin/ReviewXiv"
from
"BinkyTwin/ReviewXiv"
3
Apply the Explore → Plan → Code → Commit workflow for tasks like implementing features, fixing bugs, refactors, or adding integrations. Use this when the user wants changes in a repo and wants higher reliability (read first, plan then commit/PR). Emphasize subagents for investigation during Explore, and use "think / think hard / think harder / ultrathink" during Plan when alternatives exist.
2026-01-05
autonomous-learning.md
0
1
export
autonomous-learning
2
from
"CodeTonight-SA/cips"
from
"CodeTonight-SA/cips"
3
Dialectical reasoning framework for self-improvement through pattern detection. Use when detecting teaching moments, high novelty scores, or generalisation patterns.
2026-01-05
creating-agents-automatically.md
0
1
export
creating-agents-automatically
2
from
"CodeTonight-SA/cips"
from
"CodeTonight-SA/cips"
3
Recursive meta-skill that detects workflow patterns and automatically generates Claude Code agent definitions. Use when user invokes /create-agent or patterns warrant new agent.
2026-01-05
bug-fix.md
0
1
export
bug-fix
2
from
"danielseltzer/code-analysis-tools"
from
"danielseltzer/code-analysis-tools"
3
Systematic workflow for verifying bug fixes to ensure quality and prevent regres...
2026-01-05
ai-multimodal.md
0
1
export
ai-multimodal
2
from
"wollfoo/amp"
from
"wollfoo/amp"
3
Process and generate multimedia content using Google Gemini API. Capabilities include analyze audio files (transcription with timestamps, summarization, speech understanding, music/sound analysis up to 9.5 hours), understand images (captioning, object detection, OCR, visual Q&A, segmentation), process videos (scene detection, Q&A, temporal analysis, YouTube URLs, up to 6 hours), extract from documents (PDF tables, forms, charts, diagrams, multi-page), generate images (text-to-image, editing, composition, refinement). Use when working with audio/video files, analyzing images or screenshots, processing PDF documents, extracting structured data from media, creating images from text prompts, or implementing multimodal AI features. Supports multiple models (Gemini 2.5/2.0) with context windows up to 2M tokens. | Sử dụng khi: AI, LLM, vision, embedding, phân tích hình ảnh, Gemini API.
2026-01-05
flow-actions-patterns.md
0
1
export
flow-actions-patterns
2
from
"Z1-Test/temp-rajan-s2"
from
"Z1-Test/temp-rajan-s2"
3
Complete user flow patterns for actions, forms, navigation, and state transitions
2026-01-05
development-workflow.md
0
1
export
development-workflow
2
from
"Bison-Office/bison-claude-marketplace"
from
"Bison-Office/bison-claude-marketplace"
3
Provides complete development workflow from Linear story pickup to completion. Covers investigation, planning, implementation, PR creation, and status updates. Use when implementing features, fixing bugs, working on Linear stories, creating PRs, starting development work, or when user asks to "work on", "implement", "build", or "develop" a feature. Also triggers for production bugs and issue investigation.
2026-01-05
plan-management.md
0
1
export
plan-management
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Expert in creating, updating, and managing feature implementation plans. Use when creating new plans with /plan command, updating plan status, marking phases in_progress or completed, checking plan progress, or understanding plan structure. Ensures plans are created correctly and updated efficiently using the plan-update.py utility.
2026-01-05
frontend-web-dev-expert.md
0
1
export
frontend-web-dev-expert
2
from
"malston/claude-config"
from
"malston/claude-config"
3
Advanced frontend web development expert system that provides comprehensive modern web development services including architecture design, UI/UX implementation, performance optimization, engineering setup, and cross-platform development through expert collaboration and intelligent tool integration.
2026-01-05
mcp-builder.md
0
1
export
mcp-builder
2
from
"michael-h-patrianna/chain-offer-mock"
from
"michael-h-patrianna/chain-offer-mock"
3
Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).
2026-01-05
dokploy-template-toml.md
0
1
export
dokploy-template-toml
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Generate template.toml configuration for Dokploy templates with variables, domains, environment mappings, and file mounts. Use when finalizing Dokploy templates.
2026-01-05
audit.md
0
1
export
audit
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Use this skill when auditing the SND codebase for consistency, bugs, and documentation issues. Covers comprehensive audit procedures for scripts, skills, rules, and documentation.
2026-01-05
skill-creator.md
0
1
export
skill-creator
2
from
"ceshine/ceshine-agent-skills"
from
"ceshine/ceshine-agent-skills"
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 the agent's capabilities with specialized knowledge, workflows, or tool integrations.
2026-01-05
trpc.md
0
1
export
trpc
2
from
"mgd34msu/goodvibes-plugin"
from
"mgd34msu/goodvibes-plugin"
3
Builds type-safe APIs with tRPC including routers, procedures, context, and client integration. Use when creating end-to-end type-safe APIs, building full-stack TypeScript applications, or replacing REST/GraphQL with simpler patterns.
2026-01-05
software-development.md
0
1
export
software-development
2
from
"bryonjacob/aug"
from
"bryonjacob/aug"
3
Build code from GitHub issue specifications. Implements in chunks with tests after each chunk. Uses just commands for quality gates. Creates self-contained modules.
2026-01-05
frontend-accessibility.md
0
1
export
frontend-accessibility
2
from
"devmatrix-ai/devmatrix-mvp"
from
"devmatrix-ai/devmatrix-mvp"
3
Build accessible user interfaces following WCAG standards with semantic HTML, keyboard navigation, proper color contrast, and ARIA attributes. Use this skill when creating or modifying UI components, React components, Vue components, web forms, navigation menus, modal dialogs, or any interactive elements. Use this skill when implementing keyboard navigation support, adding ARIA labels and roles, ensuring proper focus management, providing alternative text for images, or testing with screen readers. Use this skill when working with component files (.jsx, .tsx, .vue, .svelte), HTML templates, or any frontend code that renders user-facing interfaces. Use this skill when establishing heading hierarchies, form input labels, or color contrast ratios.
2026-01-05
skills-mcp-playbook.md
0
1
export
skills-mcp-playbook
2
from
"yurake/skills"
from
"yurake/skills"
3
Skill/MCPの使い分けと組み合わせ設計を支援するガイド。外部ツール接続はMCP、手順・品質基準はSkillという分離原則、衝突回避、実例(財務バリュエーション/ミーティング準備)を参照し、どちらを使うか判断・設計したいときに使う。
2026-01-05
css-generator-editor-enhancer.md
0
1
export
css-generator-editor-enhancer
2
from
"OsamabinAdnan/Quarter04_plus_Learning"
from
"OsamabinAdnan/Quarter04_plus_Learning"
3
Comprehensive CSS generation, editing, and enhancement tool. Use this skill when users need to create CSS from scratch, modify existing CSS, enhance CSS with modern features, optimize CSS performance, or generate CSS frameworks and components. This skill handles CSS generation, editing, enhancement, validation, and optimization tasks.
2026-01-05
chrome-devtools.md
0
1
export
chrome-devtools
2
from
"hungtrandigital/ResidentOne"
from
"hungtrandigital/ResidentOne"
3
Browser automation, debugging, and performance analysis using Puppeteer CLI scripts. Use for automating browsers, taking screenshots, analyzing performance, monitoring network traffic, web scraping, form automation, and JavaScript debugging.
2026-01-05
procedure-checker.md
0
1
export
procedure-checker
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Validate generated experimental procedures against LA-Bench evaluation criteria. This skill orchestrates formal validation (via script) and semantic evaluation (via subagent) to ensure compliance with LA-Bench standards. Use this skill after generating procedures to assess quality before submission.
2026-01-05
typescript.md
0
1
export
typescript
2
from
"theMickster/claude-agents"
from
"theMickster/claude-agents"
3
Write type-safe TypeScript 5.x code using ES2022+ features, strict mode, discriminated unions, and modern async patterns. Use for TypeScript files (.ts), type definitions (.d.ts), configuration, or full-stack type safety.
2026-01-05