CI/CD
13574 skills in DevOps > CI/CD
profile-creator
Knowledge engineering pipeline that transforms messy human intent and repository analysis into living operational domain profiles
mcp
Build MCP (Model Context Protocol) servers to extend Claude's capabilities with database access, API integrations, or custom tools.
code-delta
Visualize proposed code changes in a structured ASCII format with file tree, impact summary, syntax-highlighted diff, and rationale. Use this skill when proposing refactors, simplifications, or any code modifications.
debugging
Four-phase debugging framework that ensures root cause identification before fixes. Use when encountering bugs, test failures, unexpected behavior, or when previous fix attempts failed. Enforces investigate-first discipline ('debug this', 'fix this error', 'test is failing', 'not working').
lexical-editor-image-management
Implement Lexical Editor with automatic image management using Laravel Observers. Converts base64 images to file storage, deletes unused images, and handles cleanup. Use when building WYSIWYG editors with rich content, managing media uploads in editors, implementing automatic image optimization, or setting up Observer-based storage management for rich text editors.
moai-foundation-core
MoAI-ADK's foundational principles - TRUST 5, SPEC-First TDD, delegation patterns, token optimization, progressive disclosure, modular architecture, agent catalog, command reference, and execution rules for building AI-powered development workflows
github
GitHub操作の統合スキル。issue操作、PR操作、レビュースレッド操作を提供。使用ケース:(1)issue取得/作成/更新、(2)PR作成(事前チェック統合)、(3)レビューコメント取得、(4)スレッド返信、(5)スレッド解決、(6)PRのCI状態取得、(7)ワークフローのログ取得
tmdb-data
TMDB API integration specialist for fetching movies, TV shows, and managing TMDB data
pnpm-workspace-config
pnpm workspace YAML configuration templates and validation logic for monorepo workspace patterns. Includes 5 required standards (architecture-specific patterns for consumer vs library repos, exact path matching, no missing directories, no extra patterns, alphabetical ordering). Critical distinction between consumer repos (specific paths like packages/contracts/*) and library repos (broad patterns like packages/*). Use when creating or auditing pnpm-workspace.yaml files.
pre-push
Run CI-equivalent checks before git push. Executes format, lint, test, and meta check in order. Automatically fixes errors and retries until all checks pass.
role
Load specific role(s) for focused work. Use when user says "role [name]" or wants to work with specific roles. Supports single or multiple roles.
tdd-green
Execute the GREEN phase of TDD by implementing the minimum code needed to make the failing test pass. Follows the principle of simplest solution that could possibly work.
vercel-deploying
Automatically deploys to Vercel production, uses Vercel MCP to fetch build logs, analyzes errors, fixes them, and retries until successful deployment. Use when deploying to production or fixing deployment issues.
kargo-skill
Comprehensive Kargo GitOps continuous promotion platform skill. Use when implementing progressive delivery pipelines, promotion workflows, freight management, ArgoCD integration, warehouse configuration, stage pipelines, verification templates, or any Kargo-related tasks. Covers installation, core concepts, patterns, security, and complete YAML examples.
frontend-css
Write and maintain CSS following the project's chosen methodology, design system, and styling approach. When creating or modifying stylesheets, CSS files, or style-related code. When working on files that contain CSS, Tailwind classes, styled-components, CSS modules, or any styling approach. When implementing visual designs, layouts, colors, typography, or spacing. When applying utility classes, theming, or design tokens. When optimizing styles for performance or ensuring consistency with the project's CSS framework.
epic-breakdown-planner
Decompose large epics into manageable, ordered user stories with clear dependencies and implementation strategy. Analyzes epic scope, identifies task dependencies, plans implementation sequence, estimates effort, and defines integration requirements for WCS migration projects.
wsc-chronicle
Emit and query WSC chronicle events. Use when recording world events, checking event history, tracing causality chains, or finding events by type, location, or participants.
typescript-mcp
Use this skill when building MCP (Model Context Protocol) servers with TypeScript on Cloudflare Workers. This skill provides production-tested patterns for implementing tools, resources, and prompts using the official @modelcontextprotocol/sdk. It prevents 10+ common errors including export syntax issues, schema validation failures, memory leaks from unclosed transports, CORS misconfigurations, and authentication vulnerabilities. This skill should be used when developers need stateless MCP servers for API integrations, external tool exposure, or serverless edge deployments. For stateful agents with WebSockets and persistent storage, consider the Cloudflare Agents SDK instead. Supports multiple authentication methods (API keys, OAuth, Zero Trust), Cloudflare service integrations (D1, KV, R2, Vectorize), and comprehensive testing strategies. Production tested with token savings of ~70% vs manual implementation.Keywords: mcp, model context protocol, typescript mcp, cloudflare workers mcp, mcp server, mcp tools
mock-strategy-guide
Guides users on creating mock implementations for testing with traits, providing test doubles, and avoiding tight coupling to test infrastructure. Activates when users need to test code with external dependencies.
bt-tasks
Track multi-session work with dependencies using bt (Brian's Tasks). Use when work spans multiple sessions, has dependencies, or requires persistent context across compaction cycles. For simple single-session linear tasks, TodoWrite remains appropriate.