Browse Skills

20307 skills found

monitoring-analytics.md
0
1 export monitoring-analytics
2 surrealwolf from "surrealwolf/proxmox-ve-mcp"
3 Monitor Proxmox infrastructure health and performance. Track node statistics, analyze resource utilization, and identify optimization opportunities across your cluster.
2026-01-05
julien-infra-jokers.md
0
1 export julien-infra-jokers
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Complete management for Jokers Hockey website - deployment, build checks, database migrations (Drizzle ORM), and PM2 process management. Use for any Jokers site operation.
2026-01-05
rtsafetyauditor.md
0
1 export rtsafetyauditor
2 chrislyons from "chrislyons/orpheus-sdk"
3 Analyze C++ code for real-time safety violations including heap allocations, locks, blocking calls, and unbounded operations in audio threads.
2026-01-05
api-integrator.md
0
1 export api-integrator
2 tekgrunt from "tekgrunt/boot-test"
3 Help users integrate with LimaCharlie using the REST API, Python SDK, or Go SDK for programmatic access to sensors, detection rules, events, and platform features.
2026-01-05
typescript-advanced-types.md
0
1 export typescript-advanced-types
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Master TypeScript's advanced type system including generics, conditional types, mapped types, and React TypeScript patterns. Use when: (1) implementing complex type logic, (2) creating reusable type utilities, (3) typing React components, hooks, and events, (4) ensuring compile-time type safety.
2026-01-05
building-blocks.md
0
1 export building-blocks
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Guide for creating new AEM Edge Delivery blocks or modifying existing blocks. Use this skill whenever you are creating a new block from scratch or making significant changes to existing blocks that involve JavaScript decoration, CSS styling, or content model changes.
2026-01-05
client-scripts.md
0
1 export client-scripts
2 UnityAppSuite from "UnityAppSuite/frappe-claude"
3 Frappe client-side JavaScript patterns for form events, field manipulation, dialogs, and UI customization. Use when writing form scripts, handling field changes, creating dialogs, or customizing the Frappe desk interface.
2026-01-05
bash-defensive-patterns.md
0
1 export bash-defensive-patterns
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Use when writing or reviewing Bash scripts to apply defensive programming patterns including strict mode, proper error handling, safe variable handling, argument parsing, and idempotent design. Ensures scripts are robust, maintainable, and production-ready.
2026-01-05
code-quality-enforcer.md
0
1 export code-quality-enforcer
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Enforce test quality and prevent implementation shortcuts when writing or modifying code. Use when implementing features, fixing bugs, or refactoring code. Prevents test tampering (FP-1) and implementation shortcuts (FP-2).
2026-01-05
typescript.md
0
1 export typescript
2 mgd34msu from "mgd34msu/goodvibes-plugin"
3 Adds static typing to JavaScript with TypeScript including type annotations, interfaces, generics, and advanced type utilities. Use when setting up TypeScript projects, defining types, creating generic utilities, or debugging type errors.
2026-01-05
skill-reviewer-and-enhancer.md
0
1 export skill-reviewer-and-enhancer
2 hopeoverture from "hopeoverture/worldbuilding-app-skills"
3 This skill should be used when reviewing, auditing, or improving existing Claude Code skills to ensure they follow Anthropic best practices, have proper structure, use current domain-specific patterns, and include all necessary resources. It analyzes skill quality, identifies gaps, suggests improvements, and can automatically enhance skills with updated best practices. Trigger terms include review skill, audit skill, improve skill, enhance skill, update skill, check skill quality, skill best practices, fix skill, optimize skill, validate skill structure.
2026-01-05
implement.md
0
1 export implement
2 c-daly from "c-daly/dotclaude"
3 This skill should be used when translating a spec into code using parallel subagents. Use when the orchestrator invokes the implement phase or when executing a well-defined implementation plan.
2026-01-05
reviewing-dependencies.md
0
1 export reviewing-dependencies
2 djankies from "djankies/claude-configs"
3 Automated tooling and detection patterns for analyzing npm dependencies, unused packages, and dead code. Provides tool commands and what to look for—not how to structure output.
2026-01-05
frontend-designer.md
0
1 export frontend-designer
2 Simw1 from "Simw1/digital-print-request"
3 Expert front-end design critique, refinement, and polish for existing interfaces. Use this skill when the user asks for a design pass, visual polish, design critique, aesthetic improvements, or UI refinement on existing code or interfaces. Works with React artifacts, full websites, and any frontend framework. Generates colour palettes and typography from scratch. Focuses on visual aesthetics, micro-interactions, and avoiding generic AI aesthetics. Complementary to tech-building skills—use after functionality is built.
2026-01-05
dspy-rb.md
0
1 export dspy-rb
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Build type-safe LLM applications with DSPy.rb - Ruby's programmatic prompt framework with signatures, modules, agents, and optimization
2026-01-05
notifications-toasts.md
0
1 export notifications-toasts
2 dylantarre from "dylantarre/animation-principles"
3 Use when animating notifications, toasts, alerts, snackbars, or system messages to grab attention appropriately
2026-01-05
documentation-placement.md
0
1 export documentation-placement
2 elevanaltd from "elevanaltd/hestai-core"
3 Document placement rules, visibility protocols, and timeline test (before-code vs after-code). Defines where documentation belongs (dev/docs/ vs coordination/), documentation-first PR protocol, and phase artifact placement. Critical for documentation organization and visibility.
2026-01-05
state-management.md
0
1 export state-management
2 leobrival from "leobrival/topographic-studio-plugins"
3 Setup state management for React applications using Zustand, TanStack Query, and React Hook Form. Use when users need to manage client state, server state, or form state. Covers store patterns, caching strategies, and form validation.
2026-01-05
python-project-metadata.md
0
1 export python-project-metadata
2 MacHu-GWU from "MacHu-GWU/sanhe-claude-code-plugins"
3 Use when exploring Python project structure, finding virtualenv paths (python/pip/pytest), or locating package metadata (name, version, pyproject.toml).
2026-01-05
testing-anti-patterns.md
0
1 export testing-anti-patterns
2 d-oit from "d-oit/do-novelist-ai"
3 Use when writing or changing tests, adding mocks, or tempted to add test-only methods to production code - prevents testing mock behavior, production pollution with test-only methods, and mocking without understanding dependencies
2026-01-05
cobra-patterns.md
0
1 export cobra-patterns
2 vanman2024 from "vanman2024/cli-builder"
3 Production-ready Cobra CLI patterns including command structure, flags (local and persistent), nested commands, PreRun/PostRun hooks, argument validation, and initialization patterns used by kubectl and hugo. Use when building Go CLIs, implementing Cobra commands, creating nested command structures, managing flags, validating arguments, or when user mentions Cobra, CLI development, command-line tools, kubectl patterns, or Go CLI frameworks.
2026-01-05
ui-mockup.md
0
1 export ui-mockup
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Orchestrator for WebView UI mockup workflow - delegates design iteration to ui-design-agent and implementation scaffolding to ui-finalization-agent. Use when user mentions UI design, mockup, WebView interface, or requests 'design UI for [plugin]'.
2026-01-05
project-guide.md
0
1 export project-guide
2 inchan from "inchan/cc-plugins"
3 cc-plugins 프로젝트 개발 가이드라인, 레퍼런스 패턴, 프로젝트 구조 조회. Use when Claude needs to (1) Look up development principles (P1-P4, DRY, KISS, YAGNI, SOLID), (2) Find reference patterns for Hooks/Agents/Commands creation, (3) Understand project structure and file locations, (4) Learn how to create Skills/Hooks/Agents/Commands, or (5) Delegate to claude-code-guide for official Claude Code documentation
2026-01-05
moai-alfred-context-budget.md
0
1 export moai-alfred-context-budget
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Claude Code context window optimization strategies, JIT retrieval, progressive loading, memory file patterns, and cleanup practices. Use when optimizing context usage, managing large projects, or implementing efficient workflows.
2026-01-05