Browse Skills

20307 skills found

clickhouse-python.md
0
1 export clickhouse-python
2 hiivmind from "hiivmind/clickhouse-skills"
3 Write Python code to interact with ClickHouse using clickhouse-connect. Use when creating ETL scripts, data pipelines, analytics applications, or any Python code that needs to query or insert data into ClickHouse.
2026-01-05
peekaboo.md
0
1 export peekaboo
2 majiayu000 from "majiayu000/claude-skill-registry"
3 macOS UI automation and screenshot capture tool. Use when working with macOS applications and needing to: (1) Capture screenshots with UI element annotations, (2) Automate UI interactions (clicking, typing, scrolling), (3) Control applications and windows programmatically, (4) Navigate menus and dialogs, (5) Perform visual analysis of screens, (6) Create multi-step automation workflows. Requires macOS 15.0+ with Screen Recording and Accessibility permissions.
2026-01-05
hookify.md
0
1 export hookify
2 ferg-cod3s from "ferg-cod3s/anthropic-plugin-converter"
3 Hook creation and management system for React, Vue, and other frameworks with automated hook generation, testing, and documentation.
2026-01-05
always-works-testing.md
0
1 export always-works-testing
2 FlorinPopaCodes from "FlorinPopaCodes/claude-skills"
3 Default testing standard for all implementation work - ensures code actually works through mandatory execution validation before confirming to user. Applies automatically whenever writing, modifying, debugging, or implementing any code (scripts, APIs, UI, configs, data operations, logic changes). This is the baseline expectation, not an optional extra - every implementation must be verified through actual execution, not assumed correct.
2026-01-05
repo-reorganization.md
0
1 export repo-reorganization
2 smith6jt-cop from "smith6jt-cop/Skills_Registry"
3 Python package reorganization with pyproject.toml inside package directory
2026-01-05
openwebf-app-testing-vitest.md
0
1 export openwebf-app-testing-vitest
2 archview-ai from "archview-ai/webf-plugin"
3 Set up and improve WebF app tests with Vitest and React Testing Library. Use when the user mentions Vitest, React Testing Library, unit tests, component tests, “testing trophy”, or asks to add/fix tests in a Vite/React/TS WebF app.
2026-01-05
ast-grep-code-search.md
0
1 export ast-grep-code-search
2 biwsantang from "biwsantang/dotfiles"
3 Performs structural code search and refactoring using AST-based patterns. Use when searching for code patterns, refactoring code structurally, finding function calls, class definitions, or when the user mentions "ast-grep", "structural search", "code pattern", or needs to find/replace code that's difficult with regex.
2026-01-05
combat-system-creator.md
0
1 export combat-system-creator
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Create and modify combat system components for SHINOBI WAY game following the dual-system architecture (CombatCalculationSystem + CombatWorkflowSystem). Use when user wants to add new combat mechanics, damage formulas, status effects, mitigation logic, turn phases, or refactor existing combat code. Guides through proper separation of pure calculations vs state management.
2026-01-05
codex-cli.md
0
1 export codex-cli
2 odysseus0 from "odysseus0/nix-config"
3 Use Codex CLI for web search, code review, and writing review. Triggers on (1) web search requests, (2) code review of git changes, (3) writing/file review. Use for "search the web for...", "review this code", "review my changes", "review this file".
2026-01-05
context-optimizer.md
0
1 export context-optimizer
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Optimizes token usage and context management for large tasks, cleanup operations, multi-step workflows, code audits, and complex agent operations. Automatically triggers when handling cleanup commands, large codebase analysis, multi-file operations, or tasks requiring multiple subagents. Enforces efficient context usage while maintaining quality results.
2026-01-05
python-cleanup.md
0
1 export python-cleanup
2 franklinbaldo from "franklinbaldo/egregora"
3 Perform comprehensive dead code and clean-up analysis in Python projects using static analysis, coverage, dependency checks, and security scanning. Use when asked to clean up code, find unused code, analyze dependencies, or improve code quality.
2026-01-05
jelly-gemini.md
0
1 export jelly-gemini
2 dev-jelly from "dev-jelly/jelly-dotclaude"
3 Google Gemini AI integration for Claude Code. Supports multimodal analysis, long context processing, fast inference with Gemini 2.5 Flash/Pro models, and Nano Banana image generation/editing extension. Activated when users mention "Gemini", need image analysis, image generation, or require large context processing.
2026-01-05
analytics-measurement.md
0
1 export analytics-measurement
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Analytics and conversion tracking for lead generation websites. Use when implementing GTM, GA4, or any measurement. Works with astro-architecture for GTM setup. No CRO mérés nélkül vakrepülés.
2026-01-05
workflow-phases.md
0
1 export workflow-phases
2 elevanaltd from "elevanaltd/oa"
3 HestAI workflow phase execution including D0→D1→D2→D3→B0→B1→B2→B3→B4→B5 sequence, agent assignments per phase, phase transition validation, and deliverable requirements. Use when starting new phase, determining next steps, or validating phase completion.
2026-01-05
marimo.md
0
1 export marimo
2 btimothy-har from "btimothy-har/mycc-config"
3 Use when creating or editing marimo reactive Python notebooks. Covers cell structure, UI elements (mo.ui), reactivity, SQL integration, markdown, and deployment as apps. Triggers on .py notebook creation, marimo edit/run commands, reactive notebook development, or interactive data exploration. Extends python-development skill.
2026-01-05
writing-plans.md
0
1 export writing-plans
2 axiomantic from "axiomantic/spellbook"
3 Use when you have a spec or requirements for a multi-step task, before touching code
2026-01-05
moai-platform-clerk.md
0
1 export moai-platform-clerk
2 junseokandylee from "junseokandylee/ClaudeAutomate"
3 Clerk modern authentication specialist covering WebAuthn, passkeys, passwordless, and beautiful UI components. Use when implementing modern auth with great UX.
2026-01-05
lms-database.md
0
1 export lms-database
2 geonook from "geonook/learning-management-system-esid"
3 Supabase database query patterns, RLS policies, migration records, and nested join patterns. Use this skill when writing database queries, understanding RLS behavior, debugging query errors, or implementing new migrations.
2026-01-05
claude-plugin-creator.md
0
1 export claude-plugin-creator
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Claude Code plugin creation guide. Use when creating new plugins, adding commands/skills/hooks/MCP servers to plugins, or setting up marketplace distribution. Triggers on "create plugin", "add command", "add skill", "add hook", "plugin structure".
2026-01-05
rust-borrow-checker.md
0
1 export rust-borrow-checker
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Debug Rust ownership, borrowing, and lifetime errors. Use when encountering borrow checker errors (E0382, E0502, E0597, etc.) or when code won't compile due to ownership issues.
2026-01-05
slack-connect.md
0
1 export slack-connect
2 abdullahbeam from "abdullahbeam/nexus-design-abdullah"
3 Connect to Slack workspace for messaging and channel management. Load when user mentions 'slack', 'connect slack', 'slack message', 'slack channel', 'send to slack', or any Slack operations. Meta-skill that validates config, discovers workspace, and routes to appropriate operations.
2026-01-05
acxuxevaluator.md
0
1 export acxuxevaluator
2 chrislyons from "chrislyons/carbon-acx"
3 Expert UX evaluation and usability guidance for Carbon ACX interfaces using heuristic evaluation, cognitive walkthroughs, user journey mapping, and flow analysis.
2026-01-05
create-functional-test.md
0
1 export create-functional-test
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Create functional test for HTTP controllers and LiveComponents. Use when testing web endpoints, form submissions, API responses, or LiveComponent interactions. Tests make HTTP requests and verify responses/DOM.
2026-01-05
curv-design-system.md
0
1 export curv-design-system
2 sellersessions from "sellersessions/SKILLS-FILES-CLAUDE-DESKTOP-PROJECT"
3 Apply the complete CURV Tools design system to all visual outputs - dashboards, reports, HTML artifacts, and data visualizations. Includes exact colors from production tools (rgb(3, 12, 27) dark background, rgb(157, 78, 221) purple accent), glassmorphic effects, gradient borders, header/footer templates, and animation patterns used in GL Decoder and SQPR Analyser.
2026-01-05