Plano Deployment and Security
SkillFiles & storageGuides your agent through Plano deployment setup, covering Docker networking, storage, readiness checks, and secret handling.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Plano Deployment and Security skill
About this capability
Apply Plano deployment and production security practices. Use for Docker networking, state storage choices, readiness checks, and environment-based secret handling.
What this skill tells your AI
The instructions your AI receives, as published by katanemo/plano in skills/plano-deployment-security/SKILL.md and read by ahel’s review.
Use this skill to harden production deployments and reduce runtime surprises.
When To Use
- "Fix unreachable agents in Docker"
- "Configure persistent conversation state"
- "Add readiness and health checks"
- "Prepare production deployment checklist"
Apply These Rules
deploy-dockerdeploy-statedeploy-health
Execution Checklist
- Use
host.docker.internalfor host-side services from inside Plano container. - Prefer PostgreSQL state storage for production multi-turn workloads.
- Verify
/healthzbefore traffic or CI assertions. - Ensure secrets remain environment-based, never hardcoded.
- Return deployment checks with failure-mode diagnostics.
Signals
- GitHub stars
- 7k
- Forks
- 486
- Last commit
- Aug 2026
Advanced
- Catalog kind
- skill
- Gateway key
plano-deployment-security- Source
- github.com/katanemo/plano