持續整合/部署
13574 skills in DevOps > 持續整合/部署
backend-queries
Write secure, optimized database queries using parameterized statements, proper indexing, and efficient data fetching patterns. Use this skill when writing database queries, ORM query methods, SQL statements, or data access layer code. When working on files containing Prisma queries, TypeORM query builders, raw SQL statements, database transaction logic, eager loading and joins, query optimization code, files implementing data pagination or filtering, cache strategies for expensive queries, or files handling database connection pooling and query timeouts.
postcss-config
PostCSS configuration template and validation logic for Tailwind CSS processing with Autoprefixer. Includes 4 required standards (required base plugins, critical plugin order with tailwindcss first and autoprefixer last, file naming as postcss.config.js, required dependencies). Use when creating or auditing postcss.config.js files to ensure correct CSS build pipeline.
add-dependency
Add a dependency to a Lean project's lakefile. Use when adding requires, dependencies, or imports to a project.
admin-infra-contabo
Deploys infrastructure on Contabo using Cloud VPS and Object Storage.Focuses on cost‑effective provisioning and Contabo-specific CLI/API quirks.Use when: provisioning Contabo Cloud VPS, configuring Object Storage, or troubleshooting Contabo-specific issues.Keywords: contabo, cntb, VPS, cloud compute, budget hosting, best value, object storage, infrastructure
cryptocurrency-tracing
Trace cryptocurrency wallet activity and blockchain transactions
helm-chart-architect
Design production-grade Helm charts through architectural reasoning rather than patternretrieval. Activate when designing new Helm charts for Kubernetes deployments, evaluatingchart architecture, making decisions about component packaging, or reviewing charts forextensibility and maintainability. Guides decision-making about dependencies, lifecyclehooks, configuration surface, and multi-environment deployment through context-specificreasoning rather than generic best practices.
estilo-literario
Canon de estilo narrativo para SyV - 13 reglas de construcción de prosa basadas en proporción áurea, elipsis emocional y sincretismo técnico-litúrgico
openlibrary-lookup
Book lookup, search, and citation generation using the OpenLibrary API. Now includes unified book_lookup.py tool supporting the convenient bib.isbn format. Use this skill when users ask to search for books, look up book information by ISBN, find books by author, get book details from OpenLibrary, search for information about authors or literary works, generate citations (APA7 format), or create BibTeX entries for Zotero. Triggers include queries like look up this book, search for books by author, find ISBN, what books has author written, get book details, generate APA citation, create BibTeX entry, cite this book, or bib.isbn with a number.
gitlab-ci-patterns
Build GitLab CI/CD pipelines with multi-stage workflows, caching, and distributed runners for scalable automation. Use when implementing GitLab CI/CD, optimizing pipeline performance, or setting up automated testing and deployment.
sql-optimization-patterns
Master SQL query optimization, indexing strategies, and EXPLAIN analysis for Supabase/PostgreSQL to dramatically improve database performance. Includes PostGIS spatial optimization, RLS performance, and Supabase-specific patterns. Use when debugging slow queries, designing database schemas, optimizing RPC functions, or improving application performance.
calculate-velocity
팀 Velocity 계산. Use when (1) Sprint 종료 시 Velocity 기록,(2) 생산성 분석, (3) 일정 예측 시.
create-pull-request
Use when the user asks to create a pull request or PR for their work - creates PR using available tools with clear, concise title and description following standard template
flutter-development
Comprehensive Flutter development guidance covering widget composition (including ADHD-friendly UI patterns), state management (Bloc and Riverpod), navigation with go_router, platform-specific code for iOS/Android/Web/Desktop, Material Design 3 implementation, and performance optimization. Use when building Flutter applications, implementing state management, creating cross-platform features, optimizing performance, or designing accessible user interfaces.
spacing-scale
Generates consistent spacing tokens using base values and ratios. Use when creating margin/padding systems, gap tokens, or layout spacing. Outputs CSS custom properties, Tailwind config, or JSON tokens.
javascript-testing-patterns
Implement comprehensive testing strategies using Jest, Vitest, and Testing Library for unit tests, integration tests, and end-to-end testing with mocking, fixtures, and test-driven development. Use when writing JavaScript/TypeScript tests, setting up test infrastructure, or implementing TDD/BDD workflows.
dheplab-newsletter
DHEPLab Newsletter content pipeline for LinkedIn and Substack. Creates, optimizes,and manages thought leadership content establishing DHEPLab as the premier voicein digital health economics. Use for LinkedIn posts, Substack newsletters, contentcalendar management, and engagement tracking.
supabase-expert
This skill should be used when working with Supabase database operations in the MyJKKN project, including creating modules, updating schemas, writing RLS policies, creating database functions, implementing Auth SSR, or developing Edge Functions. Automatically triggers when user mentions 'database', 'table', 'SQL', 'Supabase', 'migration', 'RLS', 'policy', or 'Edge Function'.
planning-framework
Apply structured thinking before coding. Use when: starting new features, making architectural decisions, refactoring large components, or evaluating implementation approaches. Includes Musk's 5-step algorithm and ICE scoring framework.
obsidian-facet-selection
Selecciona una faceta de trabajo segun la peticion y registra la decision con fuentes.
test-case-generator
Automated test case generation specialist that creates comprehensive unit tests, integration tests, and test scenarios from code, requirements, or specifications across multiple testing frameworks