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.
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.
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.
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.
AWS Penetration Testing
This skill should be used when the user asks to "pentest AWS", "test AWS security", "enumerate IAM", "exploit cloud infrastructure", "AWS privilege escalation", "S3 bucket testing", "metadata SSRF", "Lambda exploitation", or needs guidance on Amazon Web Services security assessment.
bazi
计算八字以及大运流年信息,需要性别, ISO 8601 格式的时间两个参数
senior-devops
This skill provides three Python scripts for DevOps tasks: generating CI/CD pipelines, scaffolding Terraform configurations, and managing deployments. It includes reference documentation covering patterns and best practices. The scripts appear to automate common infrastructure setup tasks with configurable templates.
validate-constitution
A validation tool that checks code changes against project-specific rules like installation script formats and internal linking conventions. It runs automatically on git push via hooks and provides specific violation reports with fix suggestions.
faber-config
Loads and resolves FABER configuration files with workflow inheritance support. Handles namespace resolution, inheritance chain merging, and step validation. Provides deterministic operations for configuration management without file modification.
better-auth
Provides implementation guidance for Better Auth, a TypeScript authentication framework supporting email/password, OAuth providers, 2FA, passkeys, and session management. Includes setup steps for various frameworks, feature selection matrix, and implementation checklist.
mongodb
Comprehensive MongoDB reference skill with extensive coverage of CRUD operations, aggregation pipelines, indexing, and deployment strategies, making it an essential tool for MongoDB developers.
validate-git-safety
Prevents catastrophic git history rewrites by validating commands against protected version branches. Specifically blocks operations like filter-branch --all that could affect v1, v13, v21 markers. Returns JSON status indicating safe/blocked with affected branches and suggestions.
frame
A workflow automation skill that fetches work items from issue trackers, classifies work types, sets up development environments, and initializes workflow context. It coordinates with other agents and follows a structured execution flow with clear error handling and status reporting.
cfn-mdap-context-injection
A bash script that extracts relevant code sections from the MDAP codebase for debugging specific workflow failures. Groups files by functional area like Docker, CLI, or orchestration to provide targeted context without reading entire repositories.
edge-computing-patterns
Deploy to edge runtimes (Cloudflare Workers, Vercel Edge, Deno Deploy) for globally distributed, low-latency applications. Master edge middleware, streaming, and runtime constraints for 2025+ edge computing.
COMPLIANCE_VALIDATION
This skill validates medical residency schedules against ACGME regulations and institutional rules. It runs systematic audits, analyzes historical patterns, and suggests fixes for violations. It's designed for program coordinators who need to ensure schedules meet regulatory requirements before deployment and for reporting.
conversation-sync
A bash script that copies Claude Code conversation session files from .codex/sessions to .claude.json for context preservation across environment changes like WSL/Docker crashes. Provides filtering by date range, project, and dry-run mode.
faber-state
Provides CRUD operations for managing FABER workflow state files, supporting both per-run and legacy storage. Handles phase/step updates, artifact tracking, and completion marking with structured JSON responses.
dependency-upgrade
Provides a structured approach for upgrading major dependency versions, including compatibility analysis, staged rollout plans, and testing strategies. Offers concrete commands for npm/yarn, migration scripts, and automated update configurations like Renovate and Dependabot.
docker-log-debugger
Provides Docker Compose log filtering commands to identify errors in containerized applications. Focuses on grep patterns for error detection with time-based filtering and service-specific commands for common debugging scenarios.
verification-gate
A quality gate that runs automatically before declaring any task complete. It executes tests, builds, security checks, and code reviews silently, fixing issues when possible or prompting users with simple questions. Users only see success messages after all validations pass.