Browse Skills
18175 skills found
workbench-architecture.md
0
1
export
workbench-architecture
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Architecture and ADR workflows for Workbench CLI. Use when documenting system design, decisions, tradeoffs, or rationale that must be tracked over time.
2026-01-05
deployment-runbook.md
0
1
export
deployment-runbook
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Deployment procedures, health checks, and rollback strategies. Use this skill when deploying applications, performing health checks, managing releases, or handling deployment failures. Provides systematic deployment workflows, verification scripts, and troubleshooting guides. Complements the devops-automation agent.
2026-01-05
building-static-sites.md
0
1
export
building-static-sites
2
from
"bryonjacob/aug"
from
"bryonjacob/aug"
3
Use when creating static websites with Next.js static export - covers YAML-based content, image optimization, form handling, SEO, and deployment to GitHub Pages/Netlify/Vercel
2026-01-05
falai.md
0
1
export
falai
2
from
"vm0-ai/api0"
from
"vm0-ai/api0"
3
fal.ai AI image generation. Use this skill when you need to use fal, fal.ai, or generate images from text prompts using AI text-to-image models.
2026-01-05
exchange-rates.md
0
1
export
exchange-rates
2
from
"PerceptLabs/nostril"
from
"PerceptLabs/nostril"
3
Use when implementing exchange rate functionality - provides complete patterns for fetching BTC/fiat exchange rates from Coinbase API, caching strategies, conversion utilities, and React hooks for displaying rates in UI
2026-01-05
neurosurgery-literature.md
0
1
export
neurosurgery-literature
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Use when searching for neurosurgery literature, developing PubMed search strategies, identifying MeSH terms, or building systematic search queries. Invoke for literature searching in neurosurgery topics.
2026-01-05
frontend-components.md
0
1
export
frontend-components
2
from
"SpacePlushy/portfolio"
from
"SpacePlushy/portfolio"
3
Design and build reusable UI components following Astro's server-first architecture with islands, proper component composition, TypeScript props, and strategic client-side hydration. Use this skill when creating or modifying Astro components, React/Vue/Svelte islands, layout components, or any reusable UI elements. When working on .astro component files, framework component files (.jsx, .tsx, .vue, .svelte), layout components, page components, component prop interfaces, slot implementations, client directive usage (client:load, client:idle, client:visible), scoped component styles, or component documentation and examples.
2026-01-05
image-enhancer.md
0
1
export
image-enhancer
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Improves the quality of images, especially screenshots, by enhancing resolution, sharpness, and clarity. Perfect for preparing images for presentations, documentation, or social media posts.
2026-01-05
frontend-debugging.md
0
1
export
frontend-debugging
2
from
"fhemmer/dashboard"
from
"fhemmer/dashboard"
3
Expert guidance for debugging Next.js, React, and Playwright applications with modern tools and best practices.
2026-01-05
global-conventions.md
0
1
export
global-conventions
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Follow development best practices including consistent project structure, clear documentation with README files, version control best practices with clear commit messages, environment configuration using environment variables, minimal dependency management, code review processes, testing requirements, feature flags for incomplete features, and changelog maintenance. Use this skill when organizing project files and directories, writing commit messages, managing dependencies, setting up environment configurations, establishing code review processes, or maintaining project documentation. This skill applies when working on project organization, git workflows, dependency management, or any project-level conventions.
2026-01-05
tdd-cycle.md
0
1
export
tdd-cycle
2
from
"anortham/sherpa"
from
"anortham/sherpa"
3
Follow strict TDD methodology using Sherpa's workflow enforcement. Activates when implementing new features, adding functionality, or building code that requires tests. Ensures RED-GREEN-REFACTOR discipline with guide check/done tracking.
2026-01-05
moai-streaming-ui.md
0
1
export
moai-streaming-ui
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Enhanced streaming UI system with progress indicators, status displays, and interactive feedback mechanisms. Use when running long-running operations, displaying progress, providing user feedback, or when visual indicators enhance user experience during complex workflows.
2026-01-05
frontend-design.md
0
1
export
frontend-design
2
from
"Etlaq/etlaq-nextjs-template"
from
"Etlaq/etlaq-nextjs-template"
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. (project)
2026-01-05
mobx-state-tree-store-builder.md
0
1
export
mobx-state-tree-store-builder
2
from
"PlaneInABottle/fitnessMobileApp"
from
"PlaneInABottle/fitnessMobileApp"
3
Automates creation of MobX State Tree stores following Fitness Tracker App patterns for domain models, collections, and root store integration. Use when creating new MST stores, models, or extending existing store functionality with proper TypeScript typing, actions, views, and integration patterns.
2026-01-05
framer.md
0
1
export
framer
2
from
"dylantarre/design-system-skills"
from
"dylantarre/design-system-skills"
3
Integrates design tokens with Framer for prototyping and production sites. Use when adding CSS custom properties to Framer projects, creating code components, or building Framer sites with design systems.
2026-01-05
format-generic.md
0
1
export
format-generic
2
from
"nathanvale/dotfiles"
from
"nathanvale/dotfiles"
3
Fallback formatter that extracts tasks from any document structure using best-effort pattern matching. Use when user says 'format unknown document', 'extract tasks from any document', 'process mixed content', 'handle custom format', or when detect-input-type returns 'generic'. Handles ADRs, custom docs, and novel structures in .md files. (plugin:task-streams)
2026-01-05
vite-build-tool.md
0
1
export
vite-build-tool
2
from
"bobmatnyc/termpilot"
from
"bobmatnyc/termpilot"
3
Vite lightning-fast build tool with instant HMR, ESM-first architecture, and zero-config setup for modern web development. Use when building React/Vue/Svelte applications, needing instant hot module replacement, migrating from webpack/CRA, or setting up TypeScript projects.
2026-01-05
python-async-patterns.md
0
1
export
python-async-patterns
2
from
"clostaunau/holiday-card"
from
"clostaunau/holiday-card"
3
Comprehensive guide to Python async/await patterns, best practices, and anti-patterns. Covers asyncio fundamentals, coroutines, async context managers, task management, common libraries (aiohttp, aiofiles, asyncpg), framework integration (FastAPI, Django), performance considerations, and proper exception handling. Use when reviewing or writing asynchronous Python code.
2026-01-05
templ-components.md
0
1
export
templ-components
2
from
"homveloper/doodle"
from
"homveloper/doodle"
3
Create reusable templ UI components with props, children, and composition patterns. Use when building UI components, creating component libraries, mentions 'button component', 'card component', or 'reusable templ components'.
2026-01-05
nervecentre-browser-automation.md
0
1
export
nervecentre-browser-automation
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Browser automation for NHS Nervecentre EPR systems using local MCP servers. Use when asked to scrape, extract, or interact with Nervecentre patient data, worklists, clinical notes, or any NHS EPR system that requires local network access. Supports browser-use MCP (primary), Playwright MCP (fallback), and Browser MCP extension. Handles OAuth 2.0 authentication, dynamic SPA content, and FHIR-compliant data extraction. IMPORTANT - Requires local network access (hospital WiFi) - cloud browser services will not work.
2026-01-05
astro-images.md
0
1
export
astro-images
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Width-based responsive image patterns for Astro. Aspect ratio independent.
2026-01-05
operating-k8s-local.md
0
1
export
operating-k8s-local
2
from
"Asmayaseen/hackathon-2"
from
"Asmayaseen/hackathon-2"
3
Operates local Kubernetes clusters with Minikube for development and testing.Use when setting up local K8s, deploying applications locally, or debugging K8s issues.Covers Minikube, kubectl essentials, local image loading, and networking.
2026-01-05
pdf-processor.md
0
1
export
pdf-processor
2
from
"aig787/agpm"
from
"aig787/agpm"
3
Process PDF files for text extraction, form filling, and document analysis. Use when you need to extract content from PDFs, fill forms, or analyze document structure.
2026-01-05
batch-coordinator.md
0
1
export
batch-coordinator
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Validates and coordinates batch study guide operations (both separate and merge modes).Ensures file availability, template compatibility, and source-only policy before launching agents.**CRITICAL AUTOMATION**: Prevents batch processing errors by validating all prerequisites.
2026-01-05