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:
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/InfoContributorto an existing app - The failure-isolation and status-code contract of the endpoints
- Wiring
/health/liveand/health/readyinto Kubernetes probes - Testing indicators and endpoints (see Testing)