Browse Skills

17720 skills found

generating-infrastructure-as-code.md
2
1 export generating-infrastructure-as-code
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to generate Infrastructure as Code (IaC) configurations. It uses the infrastructure-as-code-generator plugin to create production-ready IaC for Terraform, CloudFormation, Pulumi, ARM Templates, and CDK. Use this skill when the user requests IaC configurations for cloud infrastructure, specifying the platform (e.g., Terraform, CloudFormation) and cloud provider (e.g., AWS, Azure, GCP), or when the user needs help automating infrastructure deployment. Trigger terms include: "generate IaC", "create Terraform", "CloudFormation template", "Pulumi program", "infrastructure code".
2026-01-05
dev-context.md
2
1 export dev-context
2 mpazaryna from "mpazaryna/claude-toolkit"
3 Context architecture skill for aligning work. Use when starting new features, making architectural decisions, or setting up implementation work. Generates interconnected ADR/Design/Spec/Plan scaffolding that agents can navigate and humans can enrich.
2026-01-05
nixtla-timegpt-finetune-lab.md
2
1 export nixtla-timegpt-finetune-lab
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 Guide users through TimeGPT fine-tuning workflows - from dataset prep to comparison experiments
2026-01-05
meteor-addon.md
2
1 export meteor-addon
2 MCDxAI from "MCDxAI/meteor-client-webgui"
3 Meteor Client addon development for Minecraft. Use when creating, updating, or working with Meteor Client addons - a Fabric mod framework for Minecraft. Covers workspace setup from the template repository, updating addons when Minecraft/Meteor versions change, finding reference implementations from verified addons, and understanding Meteor's addon structure and APIs.
2026-01-05
fosmvvm-fluent-datamodel-generator.md
2
1 export fosmvvm-fluent-datamodel-generator
2 foscomputerservices from "foscomputerservices/FOSUtilities"
3 Generate Fluent DataModels for FOSMVVM server-side persistence. Use when creating new database-backed entities, adding tables, or when the user mentions adding Models like Users, Ideas, Documents, etc. Uses fosmvvm-fields-generator for the Fields layer, then generates Fluent DataModel, migrations, and tests.
2026-01-05
finishing-a-development-branch.md
2
1 export finishing-a-development-branch
2 robertpelloni from "robertpelloni/workspace"
3 Complete feature development with structured options for merge, PR, or cleanup
2026-01-05
rollback-workflow-builder.md
2
1 export rollback-workflow-builder
2 patricio0312rev from "patricio0312rev/skillset"
3 Creates safe rollback procedures for deployments with automated workflows, rollback runbooks, version management, and incident response. Use for "rollback automation", "deployment recovery", "incident response", or "production rollback".
2026-01-05
mcpgraph.md
2
1 export mcpgraph
2 TeamSparkAI from "TeamSparkAI/mcpGraph"
3 Build no-code MCP servers with tools that compose and orchestrate other MCP tools, with data transformation and conditional logic.
2026-01-05
gh-repo-bootstrap.md
2
1 export gh-repo-bootstrap
2 regenrek from "regenrek/agent-skills"
3 Create a new GitHub repository with the gh CLI and bootstrap a local project in ~/projects with git init, README, remote setup, and initial push. Use when the user asks to create a repo (public/private) in their account, set up the local folder, add the upstream remote, and push the first commit.
2026-01-05
cybersecurity-policy-generator.md
2
1 export cybersecurity-policy-generator
2 diegocconsolini from "diegocconsolini/ClaudeSkillCollection"
3 Generate enterprise cybersecurity policies from 51 professional templates (SANS, CIS Controls) for ISO 27001, SOC 2, NIST, and CIS Controls compliance in Markdown, Word, HTML, and PDF formats
2026-01-05
api-documentation-generator.md
2
1 export api-documentation-generator
2 Dexploarer from "Dexploarer/hyper-forge"
3 Generates comprehensive API documentation including OpenAPI/Swagger specs, endpoint descriptions, request/response examples, and integration guides. Use when documenting APIs.
2026-01-05
generating-test-doubles.md
2
1 export generating-test-doubles
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill uses the test-doubles-generator plugin to automatically create mocks, stubs, spies, and fakes for unit testing. It analyzes dependencies in the code and generates appropriate test doubles based on the chosen testing framework, such as Jest, Sinon, or others. Use this skill when you need to generate test doubles, mocks, stubs, spies, or fakes to isolate units of code during testing. Trigger this skill by requesting test double generation or using the `/gen-doubles` or `/gd` command.
2026-01-05
hic-compartment-shift.md
2
1 export hic-compartment-shift
2 BIsnake2001 from "BIsnake2001/ChromSkills"
3 This skill performs A/B compartment shift analysis between two Hi-C samples.
2026-01-05
hugo-builder.md
2
1 export hugo-builder
2 novemberde from "novemberde/novemberde.github.io"
3 Build, serve, and deploy the Hugo static site. Use when building the site, testing locally, checking for errors, or deploying to GitHub Pages.
2026-01-05
task-debugger.md
2
1 export task-debugger
2 ahal from "ahal/dot-files"
3 Debug and fix failures in Taskcluster tasks. Use this skill when the user asks to debug a task, fix a failing task, or investigate task errors/failures. This skill uses the Taskcluster CLI to fetch task logs and definitions, analyzes errors, and uses `taskgraph load-task --develop` to reproduce and debug issues locally. Invoke this for any request involving Taskcluster task debugging, task failures, or when given a task ID to investigate.
2026-01-05
go-local-health.md
2
1 export go-local-health
2 regenrek from "regenrek/agent-skills"
3 Run local Go health checks (tests, coverage, lint) in Go repositories that contain go.mod/go.sum. Use when the user asks to run or interpret local Go test/coverage/lint workflows using tools like lazygotest, gocovsh, tparse, and golangci-lint. Do not use for Rust or non-Go projects.
2026-01-05
executing-plans.md
2
1 export executing-plans
2 heyJordanParker from "heyJordanParker/dotfiles"
3 Use when partner provides a complete implementation plan to execute in controlled batches with review checkpoints - loads plan, reviews critically, executes tasks in batches, reports for review between batches
2026-01-05
nixtla-prod-pipeline-generator.md
2
1 export nixtla-prod-pipeline-generator
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 Transform experiment workflows into production-ready inference pipelines with orchestration
2026-01-05
local-ci-runner-act.md
2
1 export local-ci-runner-act
2 IgorGanapolsky from "IgorGanapolsky/trading"
3 Run GitHub Actions workflows locally using ACT in Docker before pushing to verify CI will pass
2026-01-05
git.md
2
1 export git
2 bendrucker from "bendrucker/claude"
3 Git workflow and branching best practices. Use when working with git commands, creating branches, pushing changes, or managing worktrees.
2026-01-05
skill-creator.md
2
1 export skill-creator
2 nekorush14 from "nekorush14/dotfiles"
3 Guide for creating effective Agent Skills. Use when creating a new skill (or updating an existing skill) that extends capabilities with specialized knowledge, workflows, or tool integrations. Helps with skill initialization, validation, and best practices.
2026-01-05
code-review-digest-writer.md
2
1 export code-review-digest-writer
2 DiversioTeam from "DiversioTeam/agent-skills-marketplace"
3 Generates weekly code-review digest docs from PR review comments for any GitHub repository. If present, follows project-specific docs/review-digests/AGENTS.md guidelines. Use this to turn a date-bounded set of PR reviews into a structured markdown “newsletter” that captures themes, repeated issues, and concrete takeaways.
2026-01-05
qt-release.md
2
1 export qt-release
2 svetzal from "svetzal/cutiecoco"
3 Set up or troubleshoot GitHub Actions workflows for releasing cross-platform Qt applications. Use when building, signing, notarizing, or packaging Qt apps for macOS, Linux, or Windows.
2026-01-05
cloudflare-kv.md
2
1 export cloudflare-kv
2 dave1010 from "dave1010/tools"
3 Use when persisting tool data in Cloudflare KV - Describes bindings, key naming, and function conventions.
2026-01-05