Claude
Skills
Sign in
← All categories

infrastructure

23 skills · 2 free · cap $19/skill or unlock all for $99

progressive-loading

Included

Implements hub-and-spoke lazy loading to minimize token usage in large skills. Use when building multi-module skills that need conditional on-demand loading.

infrastructure

evaluation-framework

Included

Provides weighted scoring, rubrics, and decision-threshold patterns. Use when designing quality gates, evaluation systems, or decision frameworks.

infrastructure

authentication-patterns

Included

Provides auth patterns for API keys, OAuth, and token management. Use when implementing or reviewing service authentication and credential handling.

infrastructure

damage-control

Included

Recovers broken agent state via crash recovery, context overflow, and merge conflict protocols. Use when an agent session fails or a worktree is corrupted.

infrastructure

storage-templates

Included

Provides templates and lifecycle patterns for storage and documentation systems. Use when organizing knowledge storage, config lifecycle, or naming conventions.

infrastructure

risk-classification

Included

Classifies agent tasks into 4 risk tiers (GREEN/YELLOW/RED/CRITICAL). Use when assessing action reversibility before committing to an approach.

infrastructure

utility

Included

Scores agent actions by expected gain, cost, uncertainty, and redundancy. Use when deciding whether to dispatch an agent or invoke a tool.

infrastructure

precommit-setup

Included

Configures pre-commit hooks for linting, type checking, formatting, and testing. Use when setting up a new project or adding quality gates to an existing one.

infrastructure

pytest-config

Included

Provides standardized pytest config, reusable fixtures, and CI integration patterns. Use when setting up or auditing a Python plugin's test infrastructure.

infrastructure

error-patterns

Included

Provides error classification, recovery, and graceful-degradation patterns. Use when implementing error handling or debugging resilience failures in any skill.

infrastructure

document-conversion

Included

Converts documents and URLs to markdown via tiered fallback (MCP markitdown, native tools, user notice). Use when a skill must ingest PDF, DOCX, or URL content.

infrastructure

testing-quality-standards

Included

Defines testing quality metrics, coverage thresholds, and anti-patterns. Use when establishing test gates or validating a test suite's coverage targets.

infrastructure

git-platform

Included

Detects git forge (GitHub/GitLab/Bitbucket) and maps CLI commands cross-platform. Use when writing skills that must run on any git hosting provider.

infrastructure

service-registry

Included

Registers external services with health checks, central config, and unified execution. Use when integrating multiple external services needing coordination.

infrastructure

supply-chain-advisory

Included

Audits dependency supply chains for bad versions, lockfile drift, and artifact integrity. Use when adding deps, handling incidents, or releasing a plugin.

infrastructure

usage-logging

Included

Implements structured usage logging and audit trails for cost and session tracking. Use when adding audit trails, usage analytics, or cost tracking to a skill.

infrastructure

quota-management

Included

Tracks quotas, monitors thresholds, and degrades gracefully for rate-limited APIs. Use when integrating external services that impose rate or cost limits.

infrastructure

sem-integration

Included

Provides sem semantic-diff detection, install-on-first-use, and fallback patterns. Use when building skills that consume git diff output.

infrastructure

workflow-setup

Included

Configures GitHub Actions CI/CD workflows for testing, linting, and deployment. Use when setting up automation for a Python, Rust, or TypeScript project.

infrastructure

makefile-generation

Included

Generates Makefiles with testing, linting, formatting, and automation targets. Use when starting a project or standardizing build automation.

infrastructure

content-sanitization

Included

Provides sanitization guidelines for external content in skills and hooks. Use when loading GitHub Issues, PRs, WebFetch results, or any untrusted input.

infrastructure

cicd-pipeline-qe-orchestrator

Included

Orchestrate quality engineering across CI/CD pipeline phases. Use when designing test strategies, planning quality gates, or implementing shift-left/shift-right testing.

infrastructurescripts

kubernetes-orchestration

Included

Comprehensive guide to Kubernetes container orchestration, covering workloads, networking, storage, security, and production operations

infrastructure

More categories