Marketplace
Find the right skill for the job.
Browse the full catalog through outcome-first channels, technical facets, rating filters, and server-side pagination built for a large public marketplace.
cfn-docker-runtime
Consolidates six Docker-related skills into a single package for running CFN Loop agents in containers. Provides container spawning, Redis coordination, log collection, wave-based parallel execution, and MCP skill selection. Includes migration paths from previous separate skills.
pptx
Enables Claude to create, edit, and analyze PowerPoint presentations by working directly with .pptx file structures. Provides detailed workflows for text extraction, XML manipulation, and HTML-to-PPTX conversion with extensive design guidance for color palettes and layouts.
User Memory
A dual-mode memory system for Claude Code that maintains user preferences across sessions. The minimal version uses shell hooks and jq for zero-dependency operation, while the MCP version adds real-time tools, confidence decay, and session continuity. It extracts preferences from conversation patterns and stores them locally.
youtube-transcript
Download YouTube video transcripts when user provides a YouTube URL or asks to download/get/fetch a transcript from YouTube. Also use when user wants to transcribe or get captions/subtitles from a YouTube video.
ML Model Training
Build and train machine learning models using scikit-learn, PyTorch, and TensorFlow for classification, regression, and clustering tasks
obj-exporter
Three.js OBJExporter utility for exporting 3D geometry to Wavefront OBJ format. Use when converting Three.js scenes, meshes, or geometries to OBJ files for use in other 3D software like Blender, Maya, or MeshLab.
context7
Retrieve up-to-date documentation for software libraries, frameworks, and components via the Context7 API. This skill should be used when looking up documentation for any programming library or framework, finding code examples for specific APIs or features, verifying correct usage of library functions, or obtaining current information about library APIs that may have changed since training.
Delegating to Jira Agent
This skill delegates Jira-related queries to a specialized sub-agent to prevent context pollution in the main Claude session. It provides clear trigger patterns, delegation templates, and example flows for handling Jira operations without loading detailed API knowledge into the primary context.
k8s-security-policies
Provides ready-to-use YAML templates for implementing Kubernetes security controls including NetworkPolicy, Pod Security Standards, RBAC, and admission control with OPA Gatekeeper. It addresses common compliance requirements like CIS benchmarks and NIST frameworks with practical examples for production clusters.
design-system-from-reference
This skill guides Claude through extracting visual styles from UI screenshots and converting them into reusable design systems. It creates JSON style guides, builds React showcase apps with Tailwind, and establishes implementation rules for future development.
changelog-generator
Converts git commit history into user-friendly changelogs by categorizing commits, filtering internal changes, and translating technical language for stakeholders. Includes concrete examples, transformation rules, and integration scripts.
invoice-organizer
Automates invoice and receipt organization by extracting key data from PDFs and images, renaming files with standardized formats, and sorting them into categorized folders. Creates a CSV summary for accounting. Saves manual effort during tax season and expense reconciliation.
caro-shell-helper
This skill helps users generate safe POSIX shell commands from natural language using Caro. It provides clear safety assessments, teaches POSIX compliance, and offers installation guidance. The workflow includes command validation, risk explanation, and execution guidance.
handler-storage-s3
Provides AWS S3 file operations for Claude through the fractary-file plugin. Supports multiple authentication methods including IAM roles, profiles, and access keys. Handles upload, download, delete, list, and presigned URL generation with structured JSON outputs and clear error handling.
archive-task
This skill automates the atomic archival of completed tasks by updating todo.md and changelog.md in a single commit. It enforces correct workflow patterns, prevents split commits, and includes safety checks for task completion state. The tool integrates with git workflows and handles changelog archiving when files grow too large.
senior-devops
Comprehensive DevOps skill for CI/CD, infrastructure automation, containerization, and cloud platforms (AWS, GCP, Azure). Includes pipeline setup, infrastructure as code, deployment automation, and monitoring. Use when setting up pipelines, deploying applications, managing infrastructure, implementing monitoring, or optimizing deployment processes.
morph-search
A Claude Skill that wraps WarpGrep for high-speed codebase searching at 20x grep speed. Provides regex pattern matching across files and basic file editing with clear command examples. Requires external morph server setup.
multi-tool-pipeline
Provides a reference Python script template for sequentially calling multiple MCP tools. Shows the async/await pattern, error handling, and CLI argument structure. Useful as a starting point for developers building custom tool pipelines.
news-extractor
新闻站点内容提取。支持微信公众号、今日头条、网易新闻、搜狐新闻、腾讯新闻。当用户需要提取新闻内容、抓取公众号文章、爬取新闻、或获取新闻JSON/Markdown时激活。
bmad-method
The BMAD Method skill helps make data-driven technology decisions by evaluating what's Best (industry standard), Most Appropriate (context fit), and aligned with Design (architecture vision), balancing trade-offs for optimal outcomes.
cfn-docker-wave-execution
This skill orchestrates Docker container execution in parallel waves with memory-aware spawning. It parses batching plans, spawns containers with tier-based memory limits, monitors execution via polling, collects results with exit code analysis, and performs cleanup. It's designed for running multiple agent containers simultaneously in CI/CD or development workflows.
ghe-requirements
A structured requirements management system for GitHub Elements projects that enforces strict versioning, linking to issues, and backup protocols. It provides templates, folder organization, and validation commands to maintain traceability between specs and implementation.
ai-native-development
Build AI-first applications with RAG pipelines, embeddings, vector databases, agentic workflows, and LLM integration. Master prompt engineering, function calling, streaming responses, and cost optimization for 2025+ AI development. Includes local LLM inference with Ollama for 93% CI cost reduction.
fastapi-clean-architecture
Build FastAPI applications using Clean Architecture principles with proper layer separation (Domain, Infrastructure, API), dependency injection, repository pattern, and comprehensive testing. Use this skill when designing or implementing Python backend services that require maintainability, testability, and scalability.