Top Rated
The most starred skills loved by the community. Quality guaranteed!
assume-cloudformation-role
by Daisuke897
Assume AWS IAM role for CloudFormation operations and set temporary credentials as environment variables. Use when working with CloudFormation stacks or when authentication setup is needed before AWS CloudFormation operations.
aws-sso-login
by Daisuke897
Authenticate to AWS using Single Sign-On (SSO). Use when AWS CLI operations require SSO authentication or when SSO session has expired.
commit-message-generator
by Daisuke897
Generate appropriate commit messages based on Git diffs
skill-creator
by rory-data
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 the Agent's capabilities with specialised knowledge, workflows, or tool integrations.
airflow
by rory-data
Manages Apache Airflow operations including listing, testing, running, and debugging DAGs, viewing task logs, checking connections and variables, and monitoring system health. Use when working with Airflow DAGs, pipelines, workflows, or tasks, or when the user mentions testing dags, running pipelines, debugging workflows, dag failures, task errors, dag status, pipeline status, list dags, show connections, check variables, or airflow health.
docker-best-practices
by rory-data
Docker and container image best practices including multi-stage builds, security hardening, layer optimization, and Alpine/slim variants. Use when writing or reviewing Dockerfiles, container configurations, or docker-compose files.
authoring-dags
by rory-data
Workflow and best practices for writing Apache Airflow DAGs. Use when the user wants to create a new DAG, write pipeline code, or asks about DAG patterns and conventions. For testing and debugging DAGs, see the testing-dags skill.
golang-conventions
by rory-data
Go coding standards for Go 1.21+, including idioms, error handling, testing patterns, concurrency, and golangci-lint configuration. Use when writing, reviewing, or refactoring Go code, working with goroutines, or setting up Go projects.
debugging-dags
by rory-data
Comprehensive DAG failure diagnosis and root cause analysis. Use for complex debugging requests requiring deep investigation like "diagnose and fix the pipeline", "full root cause analysis", "why is this failing and how to prevent it". For simple debugging ("why did dag fail", "show logs"), the airflow entrypoint skill handles it directly. This skill provides structured investigation and prevention recommendations.
managing-astro-local-env
by rory-data
Manage local Airflow environment with Astro CLI. Use when the user wants to start, stop, or restart Airflow, view logs, troubleshoot containers, or fix environment issues. For project setup, see setting-up-astro-project.
markdown-conventions
by rory-data
Documentation and content creation standards for Markdown files. Use when writing, reviewing, or formatting Markdown documentation, README files, or technical content.
python-testing-patterns
by rory-data
Implement comprehensive testing strategies with pytest, fixtures, mocking, and test-driven development. Use when writing Python tests, setting up test suites, or implementing testing best practices.
principal-data-engineer
by rory-data
Expert-level guidance on data platform architecture, pipeline design patterns, and engineering rigor. Use when designing data platforms, reviewing Airflow DAGs, working with Polars/DuckDB/dbt, establishing data quality contracts, implementing composable data stacks, or architecting lakehouse solutions with Iceberg.
testing-dags
by rory-data
Complex DAG testing workflows with debugging and fixing cycles. Use for multi-step testing requests like "test this dag and fix it if it fails", "test and debug", "run the pipeline and troubleshoot issues". For simple test requests ("test dag", "run dag"), the airflow entrypoint skill handles it directly. This skill is for iterative test-debug-fix cycles.
python-conventions
by rory-data
Python coding standards including PEP 8, type hints, modern syntax (3.11+), ruff formatting, uv package management, and best practices. Use when writing, reviewing, or refactoring Python code, setting up Python projects, or managing dependencies.
continuous-claudemd-updates
by vijaykpatel
Maintains CLAUDE.md in sync with codebase changes after commits. Use when (1) A commit has been made and CLAUDE.md needs updating, (2) User explicitly requests CLAUDE.md update or audit, (3) Major refactoring or architectural changes occur, (4) New conventions or patterns are established, (5) Files referenced in CLAUDE.md are deleted/moved. Keeps documentation concise by moving verbose content to docs/ folder with links, removes outdated information, and ensures CLAUDE.md reflects current codebase state.
vibe-testing
by Niserucine
This skill should be used when the user asks to "test my specs", "validate my design docs", "find gaps in my architecture", "stress-test the spec", "vibe test", "pressure test the docs", or mentions spec validation before implementation begins.
Golang Backend Development
by septemhill
Architectural standards and coding practices for the Go backend.
elevenlabs-storyteller
by liuhetian
使用 ElevenLabs API 将故事文本转换为高质量语音音频。适用于用户需要讲故事、朗读文本、生成有声读物或进行文本转语音时使用。
spores
by liet-codes
Directory of works-in-progress seeking collaborators. Register projects, discover collaborators, search by tags.
digital-clone
by Xeron2000
AI digital clone generator. Analyzes your Claude Code conversation history to extract speaking style, thinking patterns, vocabulary habits, and interests. Creates an evolving personality profile so AI can mimic your expression style. Works with any language, cross-platform (Windows/macOS/Linux). Triggers: "digital clone", "clone my style", "mimic my speaking", "create my clone", "personality profile", "数字克隆", "克隆我的风格", "模仿我说话"
easy-app-maker
by rustcrazy
"一站式应用制作平台,专为非程序员设计。支持创建 Web 应用、H5 页面、智能文档、聊天机器人和内容创作工具。通过简单对话即可生成完整的、可运行的应用代码。Use when user wants to create applications without coding, needs quick prototypes, or wants to automate content/document generation."
commit
by aravhawk
Commits with perfect messages. Use when making a commit.
prod-ready
by aravhawk
Production-readiness audit covering linting, security, edge cases, and deployment checks. Only trigger when the user explicitly says "run prod-ready workflow" — do not run proactively.