🔧

DevOps

CI/CD, Infrastructure, and Cloud deployment skills

16146 skills in this category

theme-factory

Interactive UI theme generation when user needs help choosing colors/fonts.Generates cohesive themes based on brand personality using color harmony theory.Use when user asks for theme/color help OR building UI without design:- "What theme should I use?" "Help me pick colors" "Generate theme"- "What colors work well together?" "Suggest color palette"- User uncertain about design direction, needs aesthetic suggestions- Building UI/landing page with no design specs, needs complete themeKeywords: theme, color palette, colors, fonts, brand personality, color harmonyInteractive workflow: Ask personality → Present options → Generate custom theme.References pre-defined themes in .claude/themes/.Do NOT load for: User has clear aesthetic/colors, Figma/design file provided.Integrates with design-fundamentals: Generates themes following design principles.

phananhtuan09/ai-agent-workflow
0
0
업데이트 5d ago

git-commit-helper

Generate concise git commit messages from staged diffs. Use when the user asks for a commit message or wants help summarizing staged changes.

jroth55/skill-forge
0
0
업데이트 5d ago

when-releasing-new-product-orchestrate-product-launch

Use when launching a new product end-to-end from market research through post-launch monitoring.Orchestrates 15+ specialist agents across 5 phases in a 10-week coordinated workflow includingresearch, development, marketing, sales preparation, launch execution, and ongoing optimization.Employs hierarchical coordination with parallel execution for efficiency and comprehensive coverage.

majiayu000/claude-skill-registry
0
0
업데이트 5d ago

dbt-development

PROACTIVE skill - STOP and invoke BEFORE writing dbt SQL. Validates models against coding conventions for staging, integration, and warehouse layers. Covers naming, SQL structure, field conventions, testing, and documentation. CRITICAL - When about to write .sql files in models/, invoke this skill first, write second. Supports project-specific convention overrides and sqlfluff integration.

majiayu000/claude-skill-registry
0
0
업데이트 5d ago

web-build-deploy

Building and deploying React web applications. Use when configuring builds, deploying to Vercel/Netlify, setting up CI/CD, Docker, or managing environments.

CJHarmath/claude-agents-skills
0
0
업데이트 5d ago

pr-author-agent

AI-powered PR Author Agent that transforms Observability Diff Plans into Pull Requests. Use when: (1) Generating instrumentation code from Scout Agent output, (2) Creating OTel configuration, correlation headers, lineage specs, (3) Scaffolding telemetry validation tests, (4) Creating GitHub/GitLab PRs with observability artifacts. Triggers: "generate PR from diff plan", "create instrumentation PR", "scaffold observability code", "generate OTel config", "create telemetry PR".

Kart-rc/dataobservability-agents
0
0
업데이트 5d ago

troubleshoot

Read-only diagnostics and troubleshooting for SignalRoom. Use when debugging issues, checking system health, analyzing logs, or verifying connections. This skill restricts modifications to prevent accidental changes during investigation.

majiayu000/claude-skill-registry
0
0
업데이트 5d ago

sdd-tasks

Generate actionable, dependency-ordered task lists from implementation plans usingSpecification-Driven Development (SDD) methodology. Use when creating executablework breakdown, task lists, or executing the /tasks command.This skill analyzes design artifacts (plan, contracts, data models, test scenarios)and generates a sequenced task list with parallel execution markers. Tasks followTDD (test-first) and contract-first principles, with clear dependencies and file paths.Triggered by: /tasks command, user request for "task list", "work breakdown","implementation steps", or "what tasks do I need to complete?".

kelleysd-apps/sdd-agentic-framework
0
1
업데이트 5d ago

go-service-hexagonal

Define, review, and scaffold Go service directory structures using hexagonal (ports-and-adapters / “jexagonal”) architecture and Go best practices. Use when creating or refactoring Go services, deciding package boundaries, organizing cmd/internal/api/config/deploy/migrations, or choosing layouts for common service types (HTTP REST API, gRPC API, async worker/consumer, scheduled job, CLI, multi-binary repos).

majiayu000/claude-skill-registry
0
0
업데이트 5d ago

frs-facilities

Retrieves facility geometries from EPA's Facility Registry Service (FRS) for Illinois, Maine, and Ohio as GeoDataFrames

stillsame2016/deep-wenokn
0
0
업데이트 5d ago

exploiting-cloud-platforms

Marketplace

Exploit AWS, Azure, and GCP cloud misconfigurations including S3 buckets, IAM roles, metadata services, serverless functions, and cloud-specific privilege escalation. Use when pentesting cloud environments or assessing cloud security.

trilwu/secskills
0
0
업데이트 5d ago

deployment-configs

Marketplace

Docker, K8s, systemd configurations

vanman2024/ai-dev-marketplace
0
0
업데이트 5d ago

sdd-planning

Generate comprehensive implementation plans using Specification-Driven Development (SDD)methodology. Use when creating technical design, implementation roadmap, or executingthe /plan command.This skill orchestrates the plan-template.md execution flow, generating research, datamodels, API contracts, and test scenarios. It validates constitutional compliance(Library-First, Test-First, Contract-First) and prepares for task generation.Triggered by: /plan command, user request for "implementation plan", "technical design","how to implement", or "design this feature".

aseesy/DEMO
0
0
업데이트 5d ago

animation-skill

Create splash screens, ASCII art banners, and terminal animations. Use when building visual effects, loading screens, and branding elements.

majiayu000/claude-skill-registry
0
0
업데이트 5d ago

system-design-patterns

System design patterns for scalability, reliability, and performance. Use when: (1) designing distributed systems, (2) planning for scale, (3) making architecture decisions, (4) evaluating trade-offs.

majiayu000/claude-skill-registry
0
0
업데이트 5d ago

curriculum-review-pedagogy

Verify constructive alignment between objectives, activities, and assessments; validate instructional design quality and learning science principles. Use when reviewing curriculum quality, checking alignment, or validating pedagogical soundness. Activates on "review alignment", "check pedagogy", "validate curriculum", or "quality review".

majiayu000/claude-skill-registry
0
0
업데이트 5d ago

start-right

Comprehensive repository initialization and scaffolding for new projects. Use when setting up a new repository from scratch with git, GitHub, CI/CD workflows, branch protection, validation checks (format, lint, type-check, tests, builds), git hooks (husky/lefthook), GitHub Actions for PR and main branch validation, automated versioning and tagging, and project-specific release workflows. Ideal for solo developers who want production-ready repository setup including (1) Git initialization with main branch, (2) GitHub repository creation and configuration, (3) Branch protection rules, (4) PR workflow with squash merging and auto-delete branches, (5) Comprehensive validation checks, (6) Git hooks for pre-commit and pre-push validation, (7) GitHub Actions CI/CD pipelines, (8) Automated releases with GitHub Releases integration.

majiayu000/claude-skill-registry
0
0
업데이트 5d ago

global-coding-style

Maintain consistent code formatting, naming conventions, type safety, and automated code quality standards across PHP and TypeScript/JavaScript. Use this skill when writing or editing any PHP files (.php), TypeScript/JavaScript files (.ts, .tsx, .js, .jsx), when implementing type declarations and return types, when running code formatters (Laravel Pint, Ultracite) or linters, when running static analysis tools (Larastan), when naming variables, functions, classes, or files, when applying DRY principles, when removing dead code, or when preparing code for review or commit.

majiayu000/claude-skill-registry
0
0
업데이트 5d ago

local-ssl

Enable HTTPS for local development with trusted SSL certificates. Use when developers need to test SSL/TLS features, work with third-party APIs requiring HTTPS, or simulate production environments. Supports mkcert, OpenSSL, and automatic certificate trust configuration for macOS, Linux, and Windows.

caseymanos/dev-skills-marketplace
0
0
업데이트 5d ago

learning-feasibility-study

Assess technical, financial, operational, and organizational feasibility of learning projects including resource requirements, budget, timeline, and risk analysis. Use when evaluating project viability before committing resources. Activates on "feasibility study", "project viability", "resource planning", or "can we do this".

majiayu000/claude-skill-registry
0
0
업데이트 5d ago