Browse Skills
17720 skills found
Bun Bundler.md
9
1
export
Bun Bundler
2
from
"secondsky/claude-skills"
from
"secondsky/claude-skills"
3
This skill should be used when the user asks about "bun build", "Bun.build", "bundling with Bun", "code splitting", "tree shaking", "minification", "sourcemaps", "bundle optimization", "esbuild alternative", "building for production", "bundling TypeScript", "bundling for browser", "bundling for Node", or JavaScript/TypeScript bundling with Bun.
2026-01-05
cfn-task-config-init.md
9
1
export
cfn-task-config-init
2
from
"masharratt/claude-flow-novice"
from
"masharratt/claude-flow-novice"
3
Initialize structured task configuration for CFN Task Mode with scope boundaries and deliverables
2026-01-05
langgraph-workflows.md
9
1
export
langgraph-workflows
2
from
"LangConfig/langconfig"
from
"LangConfig/langconfig"
3
Expert guidance for designing LangGraph state machines and multi-agent workflows. Use when building workflows, connecting agents, or implementing complex control flow in LangConfig.
2026-01-05
Unnamed Skill.md
9
1
export
Unnamed Skill
2
from
"secondsky/claude-skills"
from
"secondsky/claude-skills"
3
Clerk authentication for React, Next.js, Cloudflare Workers. Use for auth setup, protected routes, JWT verification/templates, clerkMiddleware, shadcn/ui integration, testing flows, or encountering secret key errors, JWKS cache issues, JWT size limits, CSRF vulnerabilities.
2026-01-05
ml-pipeline-automation.md
9
1
export
ml-pipeline-automation
2
from
"secondsky/claude-skills"
from
"secondsky/claude-skills"
3
Automate ML workflows with Airflow, Kubeflow, MLflow. Use for reproducible pipelines, retraining schedules, MLOps, or encountering task failures, dependency errors, experiment tracking issues.
2026-01-05
defense-in-depth.md
9
1
export
defense-in-depth
2
from
"masharratt/claude-flow-novice"
from
"masharratt/claude-flow-novice"
3
Multi-layer validation strategy for CFN Loop to prevent "consensus on vapor" and ensure robust, high-quality deliverables
2026-01-05
Chrome DevTools.md
9
1
export
Chrome DevTools
2
from
"pacphi/sindri"
from
"pacphi/sindri"
3
Debug web pages directly in Chrome using DevTools capabilities via MCP
2026-01-05
Fluxwing Screen Scaffolder.md
9
1
export
Fluxwing Screen Scaffolder
2
from
"trabian/fluxwing-skills"
from
"trabian/fluxwing-skills"
3
Build complete UI screens by composing multiple uxscii components. Use when working with .uxm files, when user wants to create, scaffold, or build .uxm screens like login, dashboard, profile, settings, or checkout pages.
2026-01-05
mcp-builder.md
9
1
export
mcp-builder
2
from
"LangConfig/langconfig"
from
"LangConfig/langconfig"
3
Comprehensive guide for creating Model Context Protocol (MCP) servers. Use when building MCP servers, integrating external APIs, or creating tool interfaces for LLMs.
2026-01-05
gh-code-review.md
9
1
export
gh-code-review
2
from
"bkircher/skills"
from
"bkircher/skills"
3
Conduct a thorough and in-depth code review. Use this skill when conducting a code review for a PR on GitHub.
2026-01-05
Unnamed Skill.md
9
1
export
Unnamed Skill
2
from
"secondsky/claude-skills"
from
"secondsky/claude-skills"
3
Content Collections TypeScript-first build tool for Markdown/MDX content. Use for blogs, docs, content sites with Vite + React, MDX components, type-safe Zod schemas, Contentlayer migration, or encountering TypeScript import errors, path alias issues, collection validation errors.
2026-01-05
Bun Shell.md
9
1
export
Bun Shell
2
from
"secondsky/claude-skills"
from
"secondsky/claude-skills"
3
Bun shell scripting with Bun.$, Bun.spawn, subprocess management. Use for shell commands, template literals, or command execution.
2026-01-05
mesh-builder.md
9
1
export
mesh-builder
2
from
"eighteyes/tx"
from
"eighteyes/tx"
3
Build TX V4 meshes - agent configs, prompts, routing. Use for new meshes, agent roles, or multi-agent workflows. Triggers - mesh, routing, agents, multi-agent, config.yaml
2026-01-05
cursor.md
9
1
export
cursor
2
from
"Dicklesworthstone/agent_flywheel_clawdbot_skills_and_integrations"
from
"Dicklesworthstone/agent_flywheel_clawdbot_skills_and_integrations"
3
Control Cursor AI code editor via CLI. Open files, folders, diffs, and manage extensions.
2026-01-05
Jupyter Notebooks.md
9
1
export
Jupyter Notebooks
2
from
"pacphi/sindri"
from
"pacphi/sindri"
3
Comprehensive Jupyter notebook operations - create, execute, and analyze notebooks with full cell manipulation
2026-01-05
chrome-devtools.md
9
1
export
chrome-devtools
2
from
"secondsky/claude-skills"
from
"secondsky/claude-skills"
3
Browser automation with Puppeteer CLI scripts. Use for screenshots, performance analysis, network monitoring, web scraping, form automation, or encountering JavaScript debugging, browser automation errors.
2026-01-05
workflow-executor-inline.md
9
1
export
workflow-executor-inline
2
from
"memorysaver/looplia-core"
from
"memorysaver/looplia-core"
3
Inline workflow executor for proxy providers (ZenMux, custom API providers).
Executes workflow steps directly in the main context WITHOUT spawning Task subagents.
Use this skill when:
- Running looplia workflows via ZenMux or other proxy providers
- Task subagents fail with "invalid_model" errors
- You need inline execution without context isolation
Architecture: Each workflow step is executed INLINE (no Task tool) - read skill, execute
mission, write output, then proceed to next step. All steps share the main context.
v0.6.6: Created for cross-provider compatibility with ZenMux.
2026-01-05
webapp-testing.md
9
1
export
webapp-testing
2
from
"pacphi/sindri"
from
"pacphi/sindri"
3
Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.
2026-01-05
mcp-builder.md
9
1
export
mcp-builder
2
from
"pacphi/sindri"
from
"pacphi/sindri"
3
Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).
2026-01-05
workers-ci-cd.md
9
1
export
workers-ci-cd
2
from
"secondsky/claude-skills"
from
"secondsky/claude-skills"
3
Complete CI/CD guide for Cloudflare Workers using GitHub Actions and GitLab CI. Use for automated testing, deployment pipelines, preview environments, secrets management, or encountering deployment failures, workflow errors, environment configuration issues.
2026-01-05
nano-banana-prompts.md
9
1
export
nano-banana-prompts
2
from
"secondsky/claude-skills"
from
"secondsky/claude-skills"
3
Generate optimized prompts for Gemini 2.5 Flash Image (Nano Banana). Use for image generation, crafting photo prompts, art styles, or multi-turn editing workflows with best practices.
2026-01-05
flow-coach.md
9
1
export
flow-coach
2
from
"cgbarlow/skills"
from
"cgbarlow/skills"
3
Interactive claude-flow orchestration coach that guides users through swarm topology selection, agent deployment, memory configuration, and SPARC workflows. Use when learning claude-flow, choosing between swarm vs hive-mind, selecting agents, or optimizing multi-agent coordination. NEVER auto-executes - always displays recommendations and asks first.
2026-01-05
prp-generator.md
9
1
export
prp-generator
2
from
"henkisdabro/wookstar-claude-code-plugins"
from
"henkisdabro/wookstar-claude-code-plugins"
3
Generate comprehensive Product Requirement Plans (PRPs) for feature implementation with thorough codebase analysis and external research. Use when the user requests a PRP, PRD, or detailed implementation plan for a new feature. Conducts systematic research, identifies patterns, and creates executable validation gates for one-pass implementation success.
2026-01-05
conference-scheduler.md
9
1
export
conference-scheduler
2
from
"stephanj/conference-scheduling-skill"
from
"stephanj/conference-scheduling-skill"
3
Generate optimized conference schedules using Google OR-Tools CP-SAT solver. Use when the user needs to create conference schedules from CSV data with constraints like speaker conflicts, track distribution, room assignments, educational flow, and speaker availability. Supports both single-day and multi-day conferences. Handles inputs from Google Sheets CSV exports with talks (ID, title, summary, track, level, speakers, availability) and schedule slots (day, times, rooms). Outputs CSV and Markdown schedules.
2026-01-05