Skip to content

AI Coding Skills

Claude Code and OpenAI Codex skills for AI-assisted development with pico-actuator.

Installation

curl -sL https://raw.githubusercontent.com/dperezcabrera/pico-skills/main/install.sh | bash -s -- actuator

Or install all pico skills:

curl -sL https://raw.githubusercontent.com/dperezcabrera/pico-skills/main/install.sh | bash

Platform-specific

# Claude Code only
curl -sL https://raw.githubusercontent.com/dperezcabrera/pico-skills/main/install.sh | bash -s -- --claude actuator

# OpenAI Codex only
curl -sL https://raw.githubusercontent.com/dperezcabrera/pico-skills/main/install.sh | bash -s -- --codex actuator

What the skill covers

  • Adding a HealthIndicator / InfoContributor to an existing app
  • The failure-isolation and status-code contract of the endpoints
  • Wiring /health/live and /health/ready into Kubernetes probes
  • Testing indicators and endpoints (see Testing)