Browse Skills

44557 skills found

c4-diagrams.md
0
1 export c4-diagrams
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Creates and manages C4 architecture diagrams using PlantUML. Use when the user wants to visualize software architecture, create context/container/component/sequence diagrams, document system design with the C4 model, or mentions architecture diagrams, system design, or PlantUML. Supports iterative diagram building through conversational workflow.
2026-01-05
devops.md
0
1 export devops
2 NachoColl from "NachoColl/vaemptiness-website"
3 Executes git commands (fetch, rebase, commit, merge, push) following worktree workflow, then monitors ALL resulting deployments with temporal boundaries and cascade detection. After git push, monitors all workflows from the last 5 minutes including cascading workflows (e.g., Test → Deploy chains). Automatically tracks multiple parallel workflows and waits for triggered workflows. Use /devops-check for comprehensive monitoring with automatic fixing. All deployments are triggered by git push, not manual AWS CLI commands.
2026-01-05
testing-agent.md
0
1 export testing-agent
2 MRenAIAgent from "MRenAIAgent/mini_agent"
3 Use when designing tests, implementing test cases, running tests, analyzing test coverage, or fixing test failures. Apply when user mentions testing, test cases, TDD, coverage, or asks to run tests. Use proactively after implementation is complete to ensure adequate test coverage.
2026-01-05
deployments.md
0
1 export deployments
2 pluginagentmarketplace from "pluginagentmarketplace/custom-plugin-kubernetes"
3 Master Kubernetes Deployments, StatefulSets, DaemonSets, and workload orchestration. Learn deployment patterns and container orchestration strategies.
2026-01-05
tdd-failure-recovery.md
0
1 export tdd-failure-recovery
2 scooter-indie from "scooter-indie/gh-pmu"
3 Guide experienced developers through TDD failure scenarios and recovery procedures when tests behave unexpectedly
2026-01-05
n8n-workflow.md
0
1 export n8n-workflow
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Use when creating, deploying, or managing N8N workflows. Automatically uses N8N_HOST and N8N_API_KEY from environment.
2026-01-05
styling-guidelines.md
0
1 export styling-guidelines
2 pixu1980 from "pixu1980/karaoke-tracker"
3 Best practices for component CSS, design system consistency, and layout patterns. Use when authoring component styles.
2026-01-05
zensical-development.md
0
1 export zensical-development
2 zeulewan from "zeulewan/zeul-claude-plugins"
3 Best practices for developing zensical/Material for MkDocs static sites. Covers installation, virtual environments, project structure, responsive images, CSS, media embedding, and verification. Use for ANY Material for MkDocs project development beyond basic text editing.
2026-01-05
git-commit-from-diff.md
0
1 export git-commit-from-diff
2 BenderFendor from "BenderFendor/Thesis"
3 Create git commits by inspecting the current diff and staged changes, then crafting a concise commit message from the diff. Use when the user asks to commit changes, asks for a commit message based on the diff, or wants a commit workflow that stages files and commits in a single pass.
2026-01-05
parallel-worktrees.md
0
1 export parallel-worktrees
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Parallel development using git worktrees with Claude Code subagents. Use when spawning multiple async Claude agents across isolated worktrees, running parallel implementations, coordinating multi-agent workflows, leveraging LLM non-determinism for multiple solutions, or running background agents that signal completion. Triggers on "parallel agents", "worktrees", "subagents", "async Claude", "spawn agents", "parallel development", "multi-agent workflow", "background agents", "agent coordination", "parallel tasks".
2026-01-05
td-model-selection.md
0
1 export td-model-selection
2 teradata-labs from "teradata-labs/claude-cookbooks"
3 Automated model selection and comparison for optimal forecasting
2026-01-05
database-reset-staging.md
0
1 export database-reset-staging
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Resets staging database with full schema drop. Use for schema changes or migrations. SINGLE SOURCE OF TRUTH for staging database reset automation.
2026-01-05
test-data-seeding.md
0
1 export test-data-seeding
2 MUmerRazzaq from "MUmerRazzaq/fast-next-todo"
3 A skill for generating and seeding realistic test data into a database. Use this skill for tasks related to database seeding, test data generation, and populating a database for development, testing, or demo purposes. It supports idempotent seeding, relationship data generation (e.g., users and their tasks), and environment-specific data sets (dev, test, demo). Triggers: "seed database", "generate test data", "populate db", "database seeding".
2026-01-05
astrowind.md
0
1 export astrowind
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Astro 5.0 + Tailwind CSS landing page with blog, dark mode, and perfect PageSpeed scores.
2026-01-05
lesson-runner.md
0
1 export lesson-runner
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Run Python code in lesson context with proper uv and venv handling for agent-spike project. Activate when user wants to run tests, demos, or CLI commands for lessons in lessons/ directories. Project-specific for agent-spike multi-agent learning.
2026-01-05
forth-ai-brand.md
0
1 export forth-ai-brand
2 junhua from "junhua/forth-ai-homepage"
3 Apply Forth AI brand guidelines when creating frontends. Use for UI components, pages, applications, and design systems. Enforces radical simplicity, implicit elegance, abstract graphics, and the Forth AI visual identity.
2026-01-05
review-draft-story.md
0
1 export review-draft-story
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Comprehensive draft story review with parallel specialist sub-agents. Spawns PM, UX, and SM agents to review stories from product, design, and implementation readiness perspectives before development begins.
2026-01-05
python-data-engineering.md
0
1 export python-data-engineering
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Comprehensive Python data engineering patterns for AWS Data Lake, including PySpark, Pandas, Apache Airflow, AWS Glue, ETL pipelines, data quality, schema management, performance optimization, FastAPI services, streaming with Kafka/Kinesis, data validation with Great Expectations, testing strategies, error handling, logging, and production deployment on AWS EMR and Glue.
2026-01-05
e2e.md
0
1 export e2e
2 Higashi-Kota from "Higashi-Kota/llm-internal-rag-chat"
3 Playwright E2E testing patterns with chrome-devtools MCP integration.Reference for integration tests, A11y validation, and visual regression.
2026-01-05
managing-stacked-pull-requests.md
0
1 export managing-stacked-pull-requests
2 johnnymo87 from "johnnymo87/dotfiles"
3 This skill teaches how to manage stacked PRs (pr1 → pr2 → pr3) after the base PR merges. Covers rebasing dependent PRs onto the updated base branch using cherry-pick workflow. Use this when you have a chain of dependent PRs and need to update them after merging earlier PRs in the stack.
2026-01-05
leap-new.md
0
1 export leap-new
2 GlobalTC from "GlobalTC/leap-test"
3 Create a new LEAP feature with proper branch, directory structure, and goals.md. Use when starting a new feature to automate LEAP setup.
2026-01-05
rust-error-handling.md
0
1 export rust-error-handling
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Rust error handling patterns and best practices. Use when designing error types, implementing error propagation, adding error context, converting between error types, or debugging error handling issues.
2026-01-05
email.md
0
1 export email
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Email operations skill for sending, fetching, and reading emails via IMAP/SMTP.Uses curl with OpenSSL/LibreSSL for reliable TLS compatibility with Tencent Enterprise Mail and other providers.Credentials are securely stored in macOS Keychain.
2026-01-05
linear.md
0
1 export linear
2 ryantking from "ryantking/agentctl"
3 Comprehensive workflow for managing Linear issues. Use when creating, grooming, or working on Linear issues. Handles research-driven issue creation, project matching, feature decomposition into parallelizable sub-tasks, and execution with automatic state management. Proactively helps when user mentions Linear tickets or planning work.
2026-01-05