Browse Skills

1731 skills found

cloudflare-api-orchestration.md
2
1 export cloudflare-api-orchestration
2 jukasdrj from "jukasdrj/books-v3"
3 BooksTracker v2 - Sprint 1: Diversity tracking and reading session management (iOS 26, Swift 6)
2026-02-20
polishing-issues.md
2
1 export polishing-issues
2 chrisrodz from "chrisrodz/dotfiles"
3 dotfiles
2026-03-23
documentation-writer.md
2
1 export documentation-writer
2 ClementWalter from "ClementWalter/rookie-marketplace"
3 A claude code marketplace with random plugins created by Claude herself
2026-01-10
oracle.md
2
1 export oracle
2 LarsEckart from "LarsEckart/dotfiles"
3 Use the @steipete/oracle CLI to bundle a prompt plus the right files and get a second-model review (API or browser) for debugging, refactors, design checks, or cross-validation.
2026-04-17
project-spec.md
2
1 export project-spec
2 Soborbo from "Soborbo/claudeskills"
3 Generate CLAUDE.md project files. Execution contracts that eliminate ambiguity.
2026-04-05
create-blueprint.md
2
1 export create-blueprint
2 keremk from "keremk/renku"
3 An incremental build tool for AI generated media asset and prompt pipelines
2026-04-18
skill-creator.md
2
1 export skill-creator
2 thrawny from "thrawny/dotfiles"
3 My dotfiles
2026-04-18
skill-creator.md
2
1 export skill-creator
2 observerw from "observerw/skill-creator-skill"
3 Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends agent' capabilities with specialized knowledge, workflows, or tool integrations.
2026-03-12
kubernetes-debugger.md
2
1 export kubernetes-debugger
2 rodrigodelmonte from "rodrigodelmonte/k8s-debugging-plugin"
3 Kubernetes debugging and troubleshooting best practices using MCP kubernetes tools.Use when: (1) Pods are failing, pending, or in CrashLoopBackOff/ImagePullBackOff states,(2) Services are unreachable or DNS resolution fails, (3) Deployments aren't rolling out,(4) Nodes are unhealthy or unschedulable, (5) Resource issues (OOM, CPU throttling),(6) Any "why isn't my Kubernetes workload working?" questions.Provides systematic debugging workflows using kubectl_get, kubectl_describe, kubectl_logs,exec_in_pod, and other MCP kubernetes tools.
2026-01-02
automation-best-practices.md
2
1 export automation-best-practices
2 Intuned from "Intuned/cookbook"
3 Best practices for writing reliable browser automation scripts with Intuned. Use when writing, reviewing, or editing automation code, scraping scripts, or browser-based workflows. Provides guidance on selectors, waiting strategies, anti-detection, performance optimization, and SDK patterns.
2026-04-16
obsidian-tag-normalizer.md
2
1 export obsidian-tag-normalizer
2 jeongsk from "jeongsk/langchain-academy"
3 LangChain·LangGraph·RAG 기반 벡터 DB 구축부터 문서 인덱싱·검색, LLM 통합 워크플로우까지 핵심 개념과 단계별 튜토리얼 및 예제 코드 제공
2026-04-08
deno-debugger.md
2
1 export deno-debugger
2 willkelly from "willkelly/deno-debug-skill"
3 An attempt to get claude code connected to a remote debugger to troubleshoot typescript problems in deno
2025-12-11
ai-image-asset-generator.md
2
1 export ai-image-asset-generator
2 Kartikk-26 from "Kartikk-26/Claude-Code-Skills"
3 This repository contains Claude Code skills for automating production-ready development tasks such as Docker containerization and agentic app workflows
2025-12-17
frontend-dev-guidelines.md
2
1 export frontend-dev-guidelines
2 medorion from "medorion/ai-nx-starter"
3 A template for best performing Claude Code Agentic capabilities for a monorepo using Angular + NestJS + TypeORM. Includes auto activated Skills, Hooks and Subagents
2026-01-10
implementation-postmortem.md
2
1 export implementation-postmortem
2 leynos from "leynos/agent-helper-scripts"
3 Helper scripts to be run by agentic coding tools
2026-04-17
go-uber-style.md
2
1 export go-uber-style
2 nhlongnguyen from "nhlongnguyen/dotfiles"
3 Use this skill when writing Go code following the Uber Go Style Guide. Provides comprehensive guidance on idiomatic Go patterns, error handling, concurrency safety, performance optimization, and test-driven development. Covers all critical Uber Go rules including channel sizing, goroutine management, interface design, and proper error handling. Appropriate for any task involving .go files, Go code reviews, refactoring, or implementing Go best practices.
2026-03-03
medusa-backend.md
2
1 export medusa-backend
2 Modsens3 from "Modsens3/medusa-backend-skill"
3 Complete Medusa backend API reference and integration guide
2026-01-17
elevenlabs-agents.md
2
1 export elevenlabs-agents
2 taskcrew from "taskcrew/elevenlabs-agents"
3 Complete toolkit for integrating ElevenLabs Conversational AI agents with Claude Code - includes skill definition and MCP server
2026-04-12
canvas-design.md
2
1 export canvas-design
2 JoaquinCampo from "JoaquinCampo/codex-skills"
3 Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.
2026-03-23
guide.md
2
1 export guide
2 XiaoLFeng from "XiaoLFeng/claude-marketplace"
3 claude 应用市场
2026-04-05
i18n-translator.md
2
1 export i18n-translator
2 mjanv from "mjanv/premiere-ecoute"
3 Music tools for Twitch streaming
2026-04-14
aws-cdk-development.md
2
1 export aws-cdk-development
2 iimuz from "iimuz/dotfiles"
3 AWS Cloud Development Kit (CDK) expert for building cloud infrastructure with TypeScript/Python. Use when creating CDK stacks, defining CDK constructs, implementing infrastructure as code, or when the user mentions CDK, CloudFormation, IaC, cdk synth, cdk deploy, or wants to define AWS infrastructure programmatically. Covers CDK app structure, construct patterns, stack composition, and deployment workflows.
2026-04-18
mermaid.md
2
1 export mermaid
2 pgolm from "pgolm/dotfiles"
3 ~/.*
2026-04-17
developing-openai-agents-sdk-agents.md
2
1 export developing-openai-agents-sdk-agents
2 mikekelly from "mikekelly/developing-openai-agents-sdk-agents"
3 Build, create, debug, review, implement, and optimize agentic AI applications using the OpenAI Agents SDK for TypeScript. Use when creating new agents, defining tools, implementing handoffs between agents, adding guardrails, debugging agent behavior, reviewing agent code, or orchestrating multi-agent systems with the @openai/agents package.
2026-01-30