Browse Skills
17720 skills found
elevenlabs-agents.md
0
1
export
elevenlabs-agents
2
from
"taskcrew/elevenlabs-agents"
from
"taskcrew/elevenlabs-agents"
3
Work with ElevenLabs Conversational AI agents - initiate calls, retrieve transcripts, manage phone numbers, and analyze agent conversations. Use when building or testing voice AI applications.
2026-01-05
coding-guidelines.md
0
1
export
coding-guidelines
2
from
"roman-16/.nixos"
from
"roman-16/.nixos"
3
Coding patterns and guidelines for TypeScript/JavaScript, Rust, and frontend frameworks. Use this skill when writing TypeScript/JavaScript or Rust code, or working with SolidJS, Tailwind CSS, daisyUI, React Native, Expo, or NativeWind. Provides idiomatic patterns and best practices.
2026-01-05
secure.md
0
1
export
secure
2
from
"adaptive-enforcement-lab/claude-skills"
from
"adaptive-enforcement-lab/claude-skills"
3
Find and fix security issues before they become incidents. Vulnerability scanning, SBOM generation, supply chain security, and secure authentication workflows.
2026-01-05
helm-chart-creation.md
0
1
export
helm-chart-creation
2
from
"mub7865/Hackathone-2"
from
"mub7865/Hackathone-2"
3
Complete patterns for creating and managing Helm charts: chart structure, templates, values, dependencies, and deployment workflows for packaging Kubernetes applications.
2026-01-05
test-driven-development.md
0
1
export
test-driven-development
2
from
"cskiro/claudex"
from
"cskiro/claudex"
3
Use PROACTIVELY when enforcing TDD red-green-refactor, setting up test infrastructure, configuring coverage gates, or implementing the Testing Trophy model. Installs git hooks, npm scripts, and CLAUDE.md configuration to enforce test-first development. Supports coverage thresholds and test distribution analysis. Not for prototypes or projects without test requirements.
2026-01-05
moai-project-template-optimizer.md
0
1
export
moai-project-template-optimizer
2
from
"duaragha/full_tracker"
from
"duaragha/full_tracker"
3
Handle template comparison and optimization workflows including backup detection, smart merging, and update completion reporting. Enhanced with Context7 MCP for up-to-date documentation.
2026-01-05
backend-dev-guidelines.md
0
1
export
backend-dev-guidelines
2
from
"aMilkStack/Claude-Code-Config"
from
"aMilkStack/Claude-Code-Config"
3
Comprehensive backend development guide for Node.js/Express/TypeScript microservices. Use when creating routes, controllers, services, repositories, middleware, or working with Express APIs, Prisma database access, Sentry error tracking, Zod validation, unifiedConfig, dependency injection, or async patterns. Covers layered architecture (routes → controllers → services → repositories), BaseController pattern, error handling, performance monitoring, testing strategies, and migration from legacy patterns.
2026-01-05
cloudflare-mcp-server.md
0
1
export
cloudflare-mcp-server
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Use this skill when building Model Context Protocol (MCP) servers on Cloudflare Workers. This skill should be used when deploying remote MCP servers with TypeScript, implementing OAuth authentication (GitHub, Google, Azure, etc.), using Durable Objects for stateful MCP servers, implementing WebSocket hibernation for cost optimization, or configuring dual transport methods (SSE + Streamable HTTP). The skill prevents 15+ common errors including McpAgent class export issues, OAuth redirect URI mismatches, WebSocket state loss, Durable Objects binding errors, and CORS configuration mistakes. Includes production-tested templates for basic MCP servers, OAuth proxy integration, stateful servers with Durable Objects, and complete wrangler.jsonc configurations. Covers all 4 authentication patterns: token validation, remote OAuth with DCR, OAuth proxy (workers-oauth-provider), and full OAuth provider implementation. Self-contained with Worker and Durable Objects basics. Token efficiency: ~87% savings (40k → 5k tokens).
2026-01-05
engineering-report-generator.md
0
1
export
engineering-report-generator
2
from
"vamseeachanta/workspace-hub"
from
"vamseeachanta/workspace-hub"
3
Generate engineering analysis reports with interactive Plotly visualizations, standard report sections, and HTML export. Use for creating dashboards, analysis summaries, and technical documentation with charts.
2026-01-05
git-workflow.md
0
1
export
git-workflow
2
from
"ericbrian/multi-user-test-fest-issue-tracker"
from
"ericbrian/multi-user-test-fest-issue-tracker"
3
Guidelines for version control, commit conventions, and repository management.
2026-01-05
excalidraw-diagram.md
0
1
export
excalidraw-diagram
2
from
"albertsikkema/albertsikkema.github.io"
from
"albertsikkema/albertsikkema.github.io"
3
Create an Excalidraw diagram from a text description. Use when the user wants to create a diagram, flowchart, architecture diagram, or visual explanation for their blog post.
2026-01-05
session-logs.md
0
1
export
session-logs
2
from
"agentydragon/ducktape"
from
"agentydragon/ducktape"
3
Discover and analyze Claude Code session logs from ~/.claude/projects, including finding the current session and extracting tool calls, user messages, and conversation history
2026-01-05
feature-in-worktree.md
0
1
export
feature-in-worktree
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Develop features in isolated git worktrees with autonomous testing and iteration. Use when the user asks to develop a feature in a separate worktree, wants isolated feature development, or mentions working without affecting the current directory.
2026-01-05
invoice-organizer.md
0
1
export
invoice-organizer
2
from
"Snoopiam/claude_all_skills"
from
"Snoopiam/claude_all_skills"
3
Automatically organizes invoices and receipts for tax preparation by reading messy files, extracting key information, renaming them consistently, and sorting them into logical folders. Turns hours of manual bookkeeping into minutes of automated organization.
2026-01-05
pr-formatter.md
0
1
export
pr-formatter
2
from
"coopeverything/TogetherOS"
from
"coopeverything/TogetherOS"
3
**AUTO-TRIGGER when user says:** "create PR", "format PR", "prepare PR body", "what category for this PR", "generate PR keywords"Formats TogetherOS pull requests with proper category (Cooperation Path), keywords, progress markers, and validation. Auto-selects category from module, generates relevant keywords, ensures correct structure for automation.Use proactively without asking permission when task matches skill purpose.
2026-01-05
nx-monorepo.md
0
1
export
nx-monorepo
2
from
"Asmayaseen/hackathon-2"
from
"Asmayaseen/hackathon-2"
3
Nx monorepo management skill for AI-native development. This skill should be used when working with Nx workspaces, project graphs, affected detection, code generation, and caching. Use when: analyzing dependencies, running affected commands, generating code, configuring Nx Cloud, or optimizing build performance. Invoke nx-mcp tools for documentation queries.
2026-01-05
using-prisma.md
0
1
export
using-prisma
2
from
"FortiumPartners/ensemble"
from
"FortiumPartners/ensemble"
3
Prisma 5+ ORM with schema-first design, type-safe client, migrations, and database integrations (Supabase, PlanetScale, Neon). Use for TypeScript/JavaScript database access.
2026-01-05
tutopanda-documentary-producer.md
0
1
export
tutopanda-documentary-producer
2
from
"keremk/tutopanda-claude"
from
"keremk/tutopanda-claude"
3
Coordinate Tutopanda CLI and MCP to generate, edit, inspect, and preview documentary videos (video-audio-music blueprint with FinalVideo export). Use when users ask for Tutopanda to build, edit, or review movies inside Claude Code.
2026-01-05
newsletter-campaign-workflow.md
0
1
export
newsletter-campaign-workflow
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Guide for working with newsletter campaigns, RSS processing workflows, article generation, MailerLite integration, multi-tenant isolation, campaign status management, Vercel workflows, advertorial rotation, and publication automation. Use when creating campaigns, processing RSS feeds, generating articles, managing workflow steps, handling campaign statuses, or working with newsletter-related database operations.
2026-01-05
test-generator.md
0
1
export
test-generator
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Universal test generation skill that works with any language or framework. Detects project conventions, generates unit/integration/API/validation tests, and evolves through learning. Use when user asks to "write tests", "create tests", "generate tests", "add test coverage", "test this function/class/component", or any testing-related request. Supports JavaScript, TypeScript, Python, PHP, Go, Java, Ruby, Rust, C#, and more.
2026-01-05
anndata.md
0
1
export
anndata
2
from
"jackspace/ClaudeSkillz"
from
"jackspace/ClaudeSkillz"
3
This skill should be used when working with annotated data matrices in Python, particularly for single-cell genomics analysis, managing experimental measurements with metadata, or handling large-scale biological datasets. Use when tasks involve AnnData objects, h5ad files, single-cell RNA-seq data, or integration with scanpy/scverse tools.
2026-01-05
api-integration.md
0
1
export
api-integration
2
from
"j0KZ/mcp-agents"
from
"j0KZ/mcp-agents"
3
Master third-party API integration in ANY language with best practices and patterns
2026-01-05
presentation-generator.md
0
1
export
presentation-generator
2
from
"foolpoet44/ai-pm-agent"
from
"foolpoet44/ai-pm-agent"
3
Google Slides presentation creation for PM deliverables. Use when creating presentations from PRDs, pitching ideas, stakeholder updates, or product roadmaps. Triggers on "presentation", "slides", "pitch deck", "stakeholder meeting", "Google Slides".
2026-01-05
python-uv.md
0
1
export
python-uv
2
from
"beshkenadze/claude-skills-marketplace"
from
"beshkenadze/claude-skills-marketplace"
3
Manage Python projects with uv. Use when creating Python projects, managing dependencies, running scripts, or installing Python versions.
2026-01-05