Browse Skills

20307 skills found

c3-adopt.md
0
1 export c3-adopt
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Use when bootstrapping C3 documentation for any project - guides through Socratic discovery and delegates to layer skills for document creation
2026-01-05
stuck.md
0
1 export stuck
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Get unstuck when blocked on a problem. Use when you've tried multiple approaches without success, or when debugging has hit a wall.
2026-01-05
rn-navigation.md
0
1 export rn-navigation
2 CJHarmath from "CJHarmath/claude-agents-skills"
3 Expo Router navigation patterns for React Native. Use when implementing navigation, routing, deep links, tab bars, modals, or handling navigation state in Expo apps.
2026-01-05
memory-updater.md
0
1 export memory-updater
2 u9401066 from "u9401066/copilot-capability-manager"
3 Update and maintain Memory Bank files (activeContext, progress, decisionLog).LOAD THIS SKILL WHEN: Task completed | session ending | User says "記錄進度", "更新 memory" | before git commit | context needs saving.FILES: activeContext.md (current focus), progress.md (done/doing/next), decisionLog.md (decisions).
2026-01-05
component-gen.md
0
1 export component-gen
2 djtroymx1 from "djtroymx1/Digital-VisionWorks"
3 Generates React component boilerplate following DigitalVisionWorks conventions. Use when creating new components, sections, or UI elements. Triggers on component creation requests, new feature implementations, or scaffolding needs.
2026-01-05
lightning-invoice-decoder.md
0
1 export lightning-invoice-decoder
2 PerceptLabs from "PerceptLabs/nostril"
3 Use when implementing BOLT11 Lightning invoice decoding - provides complete patterns for decoding invoice amounts, validating invoice format, and extracting satoshi values from Lightning invoices
2026-01-05
langchain-js.md
0
1 export langchain-js
2 mgd34msu from "mgd34msu/goodvibes-plugin"
3 Builds LLM-powered applications with LangChain.js for chat, agents, and RAG. Use when creating AI applications with chains, memory, tools, and retrieval-augmented generation in JavaScript.
2026-01-05
react-development-patterns.md
0
1 export react-development-patterns
2 majiayu000 from "majiayu000/claude-skill-registry"
3 React 18+ development patterns including components, hooks, state management, API integration, and accessibility. Use when: (1) building React components, (2) designing user interfaces, (3) implementing state management, (4) writing frontend tests.
2026-01-05
architecture-paradigm-client-server.md
0
1 export architecture-paradigm-client-server
2 athola from "athola/archetypes"
3 Model system responsibilities across clients, servers, and optional peer-to-peer nodes.
2026-01-05
python-style.md
0
1 export python-style
2 jpoutrin from "jpoutrin/product-forge"
3 Automatic enforcement of Python coding style, PEP standards, type hints, and modern Python patterns. Use when writing Python code to ensure consistency with PEP 8, proper type hints, Google-style docstrings, and modern Python 3.11+ idioms.
2026-01-05
hydration-performance.md
0
1 export hydration-performance
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Measure SSR hydration timing and issues. Use when tracking hydration performance, debugging hydration mismatches, or optimizing SSR/SSG applications.
2026-01-05
slash-commands.md
0
1 export slash-commands
2 putto11262002 from "putto11262002/jimmodel"
3 Create custom slash commands for Claude Code. Use when users want to create, modify, or understand slash commands for Claude Code CLI tool. Slash commands are markdown files that define reusable prompts and workflows with custom behavior, parameters, and tool access controls.
2026-01-05
chrome-devtools.md
0
1 export chrome-devtools
2 jackspace from "jackspace/ClaudeSkillz"
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
agent-patterns.md
0
1 export agent-patterns
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Modular orchestration of agent patterns from Anthropic's engineering guide. Intelligently selects and implements prompt chaining, routing, parallelization, orchestrator-workers, evaluator-optimizer, and autonomous agents. Includes pattern combinations and language-specific implementations.
2026-01-05
containerizing-applications.md
0
1 export containerizing-applications
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Containerizes applications with Docker, docker-compose, and Helm charts.Use when creating Dockerfiles, docker-compose configurations, or Helm charts for Kubernetes.Includes Docker Hardened Images (95% fewer CVEs), multi-stage builds, and 15+ battle-tested gotchas.
2026-01-05
apple-foundation-models.md
0
1 export apple-foundation-models
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Use this skill when working with Apple's Foundation Models framework for on-device AI and LLM capabilities in iOS/macOS apps
2026-01-05
maestro-delegation-advisor.md
0
1 export maestro-delegation-advisor
2 NehoraiHadad from "NehoraiHadad/agent-maestro-cli"
3 Expert system for AgentMaestro that helps decide when and how to delegate tasks to specialized AI agents (Claude, Codex, Gemini). Use when you need to determine which agent is best suited for a task, or when a task should be broken down and delegated to multiple agents.
2026-01-05
image-generation.md
0
1 export image-generation
2 Kjdragan from "Kjdragan/universal_agent"
3 AI-powered image generation and editing using Gemini. Use when Claude needs to: (1) Generate images from text descriptions, (2) Edit existing images with instructions, (3) Create infographics or charts, (4) Generate visual assets for reports/presentations, (5) Work with .png, .jpg, .jpeg, .webp files for editing.
2026-01-05
ux-writing.md
0
1 export ux-writing
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Create user-centered, accessible interface copy (microcopy) for digital products including buttons, labels, error messages, notifications, forms, onboarding, empty states, success messages, and help text. Use when writing or editing any text that appears in apps, websites, or software interfaces, designing conversational flows, establishing voice and tone guidelines, auditing product content for consistency and usability, reviewing UI strings, or improving existing interface copy. Applies UX writing best practices based on four quality standards — purposeful, concise, conversational, and clear. Includes accessibility guidelines, research-backed benchmarks (sentence length, comprehension rates, reading levels), expanded error patterns, tone adaptation frameworks, and comprehensive reference materials.
2026-01-05
implementing-websocket-realtime.md
0
1 export implementing-websocket-realtime
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Use this skill when implementing real-time features with WebSockets, including connection lifecycle management, pub/sub event patterns, state synchronization between client and server, event broadcasting, and integration with frontend state management (React Query, SWR, etc.). Covers FastAPI/Node.js/Express backends and React/Next.js/Vue frontends with fallback strategies and error recovery.
2026-01-05
chaos-gremlin.md
0
1 export chaos-gremlin
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Unconventional problem-solving with chaotic good energy. Finds creative edge cases, challenges assumptions, explores weird solutions that technically work. Use when you want creative chaos, alternative approaches, or to test if "normal" is actually optimal.
2026-01-05
debug.md
0
1 export debug
2 iciakky from "iciakky/cc-general-skills"
3 Apply systematic debugging methodology using medical differential diagnosis principles. Trigger when AI modifies working code and anomalies occur, or when users report unexpected test results or execution failures. Use observation without preconception, fact isolation, differential diagnosis lists, deductive exclusion, experimental verification, precise fixes, and prevention mechanisms.
2026-01-05
cloudflare-workers.md
0
1 export cloudflare-workers
2 kienhaminh from "kienhaminh/speed-reader"
3 Comprehensive guide for building serverless applications with Cloudflare Workers. Use when developing Workers, configuring bindings, implementing runtime APIs, testing Workers, using Wrangler CLI, deploying to production, or building edge functions with JavaScript/TypeScript/Python/Rust.
2026-01-05
vue-story.md
0
1 export vue-story
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Create and maintain Histoire stories for Vue 3 components. Use when working with .story.vue files, creating visual contracts, or when user mentions Histoire stories or visual testing.
2026-01-05