Browse Skills
18175 skills found
ds.md
0
1
export
ds
2
from
"edwinhu/workflows"
from
"edwinhu/workflows"
3
This skill should be used when the user asks to "analyze data", "build a model", "explore this dataset", "run analysis", or needs a structured data science workflow. Orchestrates brainstorm, plan, implement, review, and verify phases with output-first verification.
2026-01-05
nuxt-content.md
0
1
export
nuxt-content
2
from
"onmax/claude-config"
from
"onmax/claude-config"
3
Use when working with Nuxt Content v3 - provides collections (local/remote/API sources), queryCollection API, MDC rendering, database configuration, NuxtStudio integration, hooks, i18n patterns, and LLMs integration
2026-01-05
sagebase-commands.md
0
1
export
sagebase-commands
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Provides quick reference for all Sagebase CLI commands and Docker operations. Activates when user asks how to run application, test, format code, manage database, or execute any Sagebase operation. Includes just commands, unified CLI, testing, formatting, and database management.
2026-01-05
business-analyst.md
0
1
export
business-analyst
2
from
"olehsvyrydov/AI-development-team"
from
"olehsvyrydov/AI-development-team"
3
Senior Business Analyst with 10+ years bridging business and technical teams. Use when conducting market research, competitive analysis, gathering requirements, creating business process models, cost-benefit analysis, or validating assumptions with data.
2026-01-05
nextjs-pathname-id-fetch.md
0
1
export
nextjs-pathname-id-fetch
2
from
"mcclowes/knights-and-crosses"
from
"mcclowes/knights-and-crosses"
3
Focused pattern for fetching data using URL parameters in Next.js. Covers creating dynamic routes ([id], [slug]) and accessing route parameters in server components to fetch data from APIs. Use when building pages that display individual items (product pages, blog posts, user profiles) based on a URL parameter. Complements nextjs-dynamic-routes-params with a simplified, common-case pattern.
2026-01-05
a11y.md
0
1
export
a11y
2
from
"Higashi-Kota/drawing-explorer"
from
"Higashi-Kota/drawing-explorer"
3
Production-grade accessibility skill for WCAG 2.2 AA compliance.Covers auditing, remediation, component authoring, and validation workflows.Auto-invoked for UI implementation, a11y fixes, and accessibility testing.
2026-01-05
create-test-lane.md
0
1
export
create-test-lane
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
This skill should be used when creating new test lanes for the XML test data generator. A test lane consists of an XSD schema file paired with a meta.yaml configuration file. This skill guides the process of creating both files with proper semantic type mappings, distribution settings, and field overrides. Use when users request new test lanes, want to generate test data configurations, or need help setting up XSD + meta.yaml pairs for the testgen CLI tool.
2026-01-05
oracle-agent-spec-expert.md
0
1
export
oracle-agent-spec-expert
2
from
"frankxai/ai-architect"
from
"frankxai/ai-architect"
3
Design framework-agnostic AI agents using Oracle's Open Agent Specification for portable, interoperable agentic systems with JSON/YAML definitions
2026-01-05
nnt-compiler.md
0
1
export
nnt-compiler
2
from
"theslyprofessor/claude-skills"
from
"theslyprofessor/claude-skills"
3
Work with the NNT (Nakul Notation Tool) compiler - parse music notation shorthand, query musical structures, and export to MusicXML, ABC, and other formats for PhD research and educational content
2026-01-05
archaeologist.md
0
1
export
archaeologist
2
from
"CheekyCodexConjurer/quant-lab"
from
"CheekyCodexConjurer/quant-lab"
3
Detect legacy patterns and guide compatibility decisions.
2026-01-05
add-module.md
0
1
export
add-module
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Create new demo or utility modules following CLY project patterns. Use when adding TUI demonstration modules to modules/demo/ or utility modules to modules/, following Bubbletea/Bubbles conventions with proper Cobra CLI integration.
2026-01-05
ibkr-gateway-api.md
0
1
export
ibkr-gateway-api
2
from
"MrRolie/mm-ibkr-gateway"
from
"MrRolie/mm-ibkr-gateway"
3
Use when working in mm-ibkr-gateway to access market data, account summary, positions, PnL, or orders via the REST API (FastAPI). Covers starting the API server, required env and safety settings, authentication with X-API-Key, and market/account/order endpoints for quote, historical bars, preview, place, status, cancel, and open orders.
2026-01-05
architect-detective.md
0
1
export
architect-detective
2
from
"tianzecn/myclaudecode"
from
"tianzecn/myclaudecode"
3
⚡ PRIMARY TOOL for: 'what's the architecture', 'system design', 'how are layers organized', 'find design patterns', 'audit structure', 'map dependencies'. Uses claudemem v0.3.0 AST structural analysis with PageRank. GREP/FIND/GLOB ARE FORBIDDEN.
2026-01-05
mcp-tool-builder.md
0
1
export
mcp-tool-builder
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Guides implementation of new MCP tools from specification to production-readycode, following the braiins-pool-mcp-server architecture patterns and bestpractices defined in ARCHITECTURE.md.
2026-01-05
gtm-debug-agent.md
0
1
export
gtm-debug-agent
2
from
"jhillbht/hackathon-clipper-program"
from
"jhillbht/hackathon-clipper-program"
3
Automated Google Tag Manager debugging with visual monitoring, screenshot annotation, and MCP integration. Use when testing GTM configurations, verifying tag firing, debugging dataLayer events, validating consent mode, checking tracking implementations, or automating GTM container builds with Stape/GTM MCP servers. Triggers on "debug GTM", "test GTM tags", "GTM preview", "verify tag firing", "check dataLayer", "monitor tags", "validate consent", "did my GTM fix work", "validate tracking", "annotate screenshot", "GTM QA", or when verifying configuration changes via browser automation.
2026-01-05
dev-verify.md
0
1
export
dev-verify
2
from
"edwinhu/workflows"
from
"edwinhu/workflows"
3
This skill should be used when the user asks to "verify this works", "prove it's done", "show me evidence", or as Phase 5 of the /dev workflow before claiming completion. Requires fresh runtime evidence.
2026-01-05
ci-error-resolution.md
0
1
export
ci-error-resolution
2
from
"elevanaltd/hestai-core"
from
"elevanaltd/hestai-core"
3
CI/CD pipeline failure resolution with autonomous iteration loops. Local validation → branch & PR creation → CI monitoring → iteration until green. Proven patterns for GitHub Actions, includes role-specific adaptations. Use when CI pipeline failures occur, GitHub Actions errors detected, autonomous error resolution needed, PR creation for fixes required. Triggers on ci pipeline failures, github actions errors, autonomous ci resolution, ci iteration, pr creation for errors, pipeline validation, test failures in ci, build failures in ci, continuous integration debugging.
2026-01-05
playwright-py-skill.md
0
1
export
playwright-py-skill
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Complete browser automation with Playwright. Auto-detects dev servers, writes clean test scripts to /tmp. Test pages, fill forms, take screenshots, check responsive design, validate UX, test login flows, check links, automate any browser task. Use when user wants to test websites, automate browser interactions, validate web functionality, or perform any browser-based testing.
2026-01-05
rwsdk-realtime.md
0
1
export
rwsdk-realtime
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Use when building realtime features with rwsdk/RedwoodSDK on Cloudflare - covers WebSocket setup, Durable Objects configuration, bidirectional client-server updates, and scoped realtime groups. Triggers include collaborative editing, live updates, multi-user sync, or any feature needing push updates without polling.
2026-01-05
fix-build-failures.md
0
1
export
fix-build-failures
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Fix build and compilation errors from TypeScript, webpack, Vite, Python builds. Use when build/compile checks fail.
2026-01-05
figma-to-code.md
0
1
export
figma-to-code
2
from
"CodeTonight-SA/claude-optim"
from
"CodeTonight-SA/claude-optim"
3
Translate Figma designs into production code with 1:1 visual parity. Use when user mentions Figma files, design handoff, or UI implementation from designs.
2026-01-05
wordpress-magic-seo-frontend-2026.md
0
1
export
wordpress-magic-seo-frontend-2026
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Create cutting-edge WordPress plugin admin interfaces using 2026 design trends for AI-powered SEO tools. Use this skill when building WordPress admin dashboards, settings pages, or React-based plugin UIs. Implements fluid organic layouts, glassmorphism effects, Transformative Teal color theory, micro-delight interactions, and spatial depth. Optimized for AI-first experiences with humanized design elements that avoid generic AI aesthetics. Generates production-ready WordPress admin code following 2026 frontend best practices.
2026-01-05
hubspot-log-call.md
0
1
export
hubspot-log-call
2
from
"abdullahbeam/nexus-design-abdullah"
from
"abdullahbeam/nexus-design-abdullah"
3
Log a call engagement in HubSpot CRM. Load when user says 'log call', 'record call', 'add call', 'call made'. Requires title, optional body and duration.
2026-01-05
ff-ml-modeling.md
0
1
export
ff-ml-modeling
2
from
"zazu-22/ff_data_analytics"
from
"zazu-22/ff_data_analytics"
3
Expert guidance on machine learning and feature engineering for fantasy football player projection models. Use this skill when building predictive models, engineering features from player statistics, selecting appropriate ML algorithms, or addressing sports-specific ML challenges. Covers feature engineering patterns, model selection frameworks, validation strategies, and interpretability techniques for fantasy football analytics.
2026-01-05