Browse Skills

44915 skills found

jelly-skill-sync.md
0
1 export jelly-skill-sync
2 dev-jelly from "dev-jelly/jelly-dotclaude"
3 Synchronize skills between project repository and user's Claude Code skills directory (~/.claude/skills/). Bidirectional sync with conflict detection, dry-run preview, and selective sync. Activated when users mention "sync skill", "skill sync", "update skills", or need to copy skills between locations.
2026-01-05
slash-command-encoder.md
0
1 export slash-command-encoder
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Creates ergonomic slash commands (/command) that provide fast, unambiguous access to micro-skills, cascades, and agents. Enhanced with auto-discovery, intelligent routing, parameter validation, and command chaining. Generates comprehensive command catalogs for all installed skills with multi-model integration.
2026-01-05
system-design.md
0
1 export system-design
2 miles990 from "miles990/claude-software-skills"
3 Scalability, availability, and distributed systems design
2026-01-05
gitagent.md
0
1 export gitagent
2 zht7063 from "zht7063/dev-configs"
3 Use this skill in the scenario of writing git commit messages.
2026-01-05
component-layer.md
0
1 export component-layer
2 majiayu000 from "majiayu000/claude-skill-registry"
3 This skill should be used when the user asks to 'create a component', 'add a button', 'build a card', 'add UI element', or 'create a feature component'. Provides guidance for React components using shadcn/ui, Radix primitives, and CVA patterns in components/**/*.tsx.
2026-01-05
nextjs-server-navigation.md
0
1 export nextjs-server-navigation
2 mcclowes from "mcclowes/vague-playground"
3 Guide for implementing navigation in Next.js Server Components using Link component and redirect() function. Covers the difference between server and client navigation methods. Use when adding links, redirects, or navigation logic in server components without converting them to client components unnecessarily.
2026-01-05
collection-migration.md
0
1 export collection-migration
2 mindmorass from "mindmorass/reflex"
3 Migrate and sync vector database collections across environments
2026-01-05
effect-ts-ai.md
0
1 export effect-ts-ai
2 bphkns from "bphkns/dotfiles"
3 @effect/ai integration patterns for categorical AI composition, typed error handling, and production prompt pipelines. Use when building AI applications with Effect-TS, composing LLM calls with typed errors, creating tool-augmented AI systems, or integrating multiple AI providers.
2026-01-05
doc-generate.md
0
1 export doc-generate
2 majiayu000 from "majiayu000/claude-skill-registry"
3 ドキュメント生成・更新時に使用。英語版(.md)と日本語版(.ja.md)の相互リンク設定と命名規則を自動適用する。
2026-01-05
clean-branches.md
0
1 export clean-branches
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Clean up git branches by analyzing merged/unmerged status, archiving completed work,and organizing active branches. This skill should be used when the user wants to cleanup branches, organize their git repository, or review branch status.Triggered by "/clean-branches", "/branches", "clean branches", "check branches", "check branch", or "branches".
2026-01-05
alerting.md
0
1 export alerting
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Real-time alerting and notification system for Univers infrastructure. Use this when you need to monitor system health, service status, and send proactive alerts when thresholds are exceeded or services fail.
2026-01-05
converting-slash-commands.md
0
1 export converting-slash-commands
2 scottwater from "scottwater/config"
3 Convert Claude Code slash commands to OpenCode commands format. Use when migrating from Claude Code to OpenCode or when you have existing slash command definitions to port.
2026-01-05
webapp-testing.md
0
1 export webapp-testing
2 yonatangross from "yonatangross/create-yg-app"
3 Playwright testing with autonomous test agents (planner, generator, healer) and visual regression testing
2026-01-05
refactoring.md
0
1 export refactoring
2 ArcadeAI from "ArcadeAI/dexa"
3 Systematic refactoring with small-step discipline. Use when user says 'refactor', 'clean up', 'restructure', 'extract', 'rename', 'simplify', or mentions code smells. Enforces one change → test → commit cycle. For structural improvements, NOT style/formatting (use /lint). NOT for adding features or fixing bugs.
2026-01-05
dara-denney.md
0
1 export dara-denney
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Talk to Dara Denney Youtuber about their expertise. Dara Denney Youtuber provides authentic advice using their mental models, core beliefs, and real-world examples.
2026-01-05
entropy-guardian.md
0
1 export entropy-guardian
2 jensenojs from "jensenojs/dotfiles"
3 Code Entropy Auditing for detecting systemic issues in legacy code, diff/increment audit, and architecture/spec audit.
2026-01-05
intelligent-text-chunking.md
0
1 export intelligent-text-chunking
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Split large texts into meaningful, AI-optimized chunks while preserving semantic coherence and document structure. Use when processing large documents for AI training, RAG systems, or when you need to break down content while maintaining context and relationships.
2026-01-05
learning-regional-compliance.md
0
1 export learning-regional-compliance
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Validate compliance with regional data privacy laws (GDPR, CCPA, PIPEDA), accessibility requirements, age-appropriate content regulations, and copyright laws by jurisdiction. Use when ensuring legal compliance across regions. Activates on "GDPR", "data privacy", "regional compliance", or "legal requirements".
2026-01-05
update-cottage-images.md
0
1 export update-cottage-images
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Updates cottage gallery images for Cabañas Bariloche. Use when adding new photos, replacing existing images, converting HEIC to WebP, generating thumbnails, or reordering cottage gallery images.
2026-01-05
session-state-persistence.md
0
1 export session-state-persistence
2 CodeTonight-SA from "CodeTonight-SA/claude-optim"
3 Automatically preserve session state to project checkpoint file when milestones complete or context runs low. Prevents context loss across sessions.
2026-01-05
smukfest-sync.md
0
1 export smukfest-sync
2 mikkelkrogsholm from "mikkelkrogsholm/smukfest2025"
3 Synkronisering med Smukfest API for kunstnere og program. Brug ved dataopdatering, import af kunstnere, API-fejl, eller når du arbejder med sync scripts.
2026-01-05
install-oadp.md
0
1 export install-oadp
2 mpryc from "mpryc/ai-agents-and-skills"
3 Install and configure OADP operator with DataProtectionApplication for backup and restore operations on OpenShift clusters.
2026-01-05
factory-generator.md
0
1 export factory-generator
2 m16khb from "m16khb/claude-integration"
3 컴포넌트 생성의 핵심 로직을 처리하는 스킬
2026-01-05
agent-mail.md
0
1 export agent-mail
2 johnlindquist from "johnlindquist/claude"
3 Inter-agent communication for multi-agent workflows. Use when multiple agents need to coordinate, share information, or reserve resources.
2026-01-05