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.
ko
Imported from https://github.com/wasabeef/claude-code-cookbook.
fr
Imported from https://github.com/wasabeef/claude-code-cookbook.
es
Imported from https://github.com/wasabeef/claude-code-cookbook.
cloudwatch
AWS CloudWatch monitoring for logs, metrics, alarms, and dashboards. Use when setting up monitoring, creating alarms, querying logs with Insights, configuring metric filters, building dashboards, or troubleshooting application issues.
cloudformation
AWS CloudFormation infrastructure as code for stack management. Use when writing templates, deploying stacks, managing drift, troubleshooting deployments, or organizing infrastructure with nested stacks.
feishu-rich-card
Send rich interactive cards with embedded images in Feishu group chats. Use when reporting progress, sharing analysis results, or presenting any content that benefits from mixed text+image layout in Feishu. Combines SVG UI templates (or matplotlib/PIL charts) with Feishu Card Kit API.
svg-ui-templates
Generate professional SVG UI panels for structured information display. Use when presenting lists, task checklists, pipeline/dependency status diagrams, or rich-text report layouts as SVG images. Covers four templates - list-panel, checklist-panel, pipeline-status, richtext-layout. Style is professional, business-oriented, academic-grade with Material Design color palette.
reddit-commenter
A skill for writing natural and valuable comments on Reddit communities. Includes the complete workflow from subreddit exploration, comment writing, review, posting, to tracking.
tax-advisor
This skill should be used when the user asks tax-related questions, wants advice on deductions or tax savings, or needs expert guidance equivalent to a tax accountant (税理士) or life planner. Trigger phrases include: "税金について教えて", "控除は使える?", "確定申告の相談", "節税", "ふるさと納税の上限", "iDeCoの効果", "住宅ローン控除", "青色申告のメリット", "消費税はかかる?", "扶養に入れる?", "配偶者控除", "医療費控除", "法人成り", "経費になる?", "税率を教えて", "所得税の計算", "住民税", "社会保険料", "103万の壁", "130万の壁", "インボイス", "簡易課税", "税制改正", "開業届", "副業バレ", "白色申告", "税務調査", "特定支出控除", "予定納税", "中間納付".
okr-frameworks
Writes effective OKRs using Christina Wodtke's best practices and Google's OKR methodology. Use when setting goals, aligning teams, creating measurement frameworks, or tracking quarterly progress.
extractor
Analyzes acceptance criteria to identify task dependencies and generate execution sequences. Helps teams visualize dependencies before sprint planning, reducing blockers. Outputs JSON with direct/indirect dependencies and parallel opportunities.
execution
A wrapper tool for executing individual sprints within multi-sprint epics. It injects sprint-specific context, manages CFN Loop execution, enforces scope boundaries, validates deliverables, and reports results with PROCEED/ITERATE/ABORT outcomes.
ci-cd-pipelines
Provides CI/CD pipeline templates for GitHub Actions with clear examples for test, build, and deploy stages. Includes Docker container building, deployment strategies comparison, and best practices like immutable artifacts and secrets management.
claude-code-viewer
Imported from https://www.skillhub.club/skills/d-kimuson-claude-code-viewer.
claude-code-by-agents
Imported from https://www.skillhub.club/skills/baryhuang-claude-code-by-agents.
pdf-text-replace
Replace text in fillable PDF forms by updating form field values. This skill should be used when users need to update names, addresses, dates, or other text in PDF form fields.
prototype
Quick proof-of-concept to validate an idea with minimum code. Use when asking 'can I do X?' before committing to full implementation. Triggers on: prototype, POC, prove this works, quick hack, spike, demo this, can I do X. Produces surgical code that informs production design.
nlp-pipeline-builder
This skill builds specialized NLP pipelines for text classification, sentiment analysis, named entity recognition, and text generation using transformer models like BERT, with integrated text preprocessing and fine-tuning for production systems.
cfn-sprint-execution
Consolidates three sprint management tools into a single package for CFN Loop projects. Provides sprint planning, execution tracking, and wave-based checkpointing functionality. The consolidation reduces tool fragmentation but lacks concrete examples of actual usage patterns.
terraform-expert
Provides Terraform code patterns for AWS infrastructure including VPC, ECS, and RDS modules. Shows project structure, state management with S3 backend, and common patterns like for_each loops. Includes practical examples but lacks interactive guidance.
deep-research
A Claude hook that detects natural language phrases like 'deep dive' or 'use your noodle' and injects instructions for enhanced research mode. It triggers WebSearch, Explore agents, and systematic thinking based on user intent keywords.
core-tester
A testing agent that generates unit, integration, and E2E tests with code examples. It includes pre/post hooks for environment validation and integrates with Jest/Vitest. Covers test pyramid concepts, FIRST principles, and provides concrete patterns for different test types with performance and security testing examples.
Auditing Test Quality
Automates detection of vanity tests and poor test patterns through static analysis. Provides concrete steps to refactor tests with behavioral naming, better mock ratios, and meaningful assertions. Includes CI integration and language-specific configurations for Python, JavaScript, and Java test suites.
moai-foundation-claude
Provides a structured reference kit for creating Claude Code skills with official patterns. Includes templates for skills, sub-agents, commands, hooks, and IAM permissions. Offers concrete examples of delegation patterns, file references, and session management for developers building on Claude's platform.