Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add caipe-io/ai-platform-engineering --skill check-deployment-statusgit clone --depth 1 https://github.com/caipe-io/ai-platform-engineeringWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/caipe-io/ai-platform-engineering/check-deployment-status)<a href="https://agentmods.dev/skills/caipe-io/ai-platform-engineering/check-deployment-status"><img src="https://agentmods.dev/badge/skills/caipe-io/ai-platform-engineering/check-deployment-status/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/caipe-io/ai-platform-engineering/check-deployment-status"><img src="https://agentmods.dev/badge/skills/caipe-io/ai-platform-engineering/check-deployment-status.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00054 | $0.00626 |
| Opus 5 | $0.00027 | $0.00313 |
| Sonnet 5 | $0.00011 | $0.00125 |
| Haiku 4.5 | $0.00005 | $0.00063 |
Grade A, and why
check-deployment-status scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
Check Deployment Status
Retrieve and analyze the current state of all ArgoCD-managed applications. Surface any that are `OutOfSync`, `Degraded`, `Missing`, or `Unknown`, and provide clear next steps.
Instructions
- List all ArgoCD applications using the ArgoCD agent's MCP tools. Request application name, project, sync status, health status, and target revision.
- Categorize results into:
- Healthy & Synced - no action needed
- OutOfSync - drift detected between desired and live state
- Degraded / Unhealthy - runtime health issues (crashloops, pending pods, failed probes)
- Missing / Unknown - application or resources cannot be found
- For each unhealthy application, provide:
- Application name and namespace
- Current sync and health status
- Last sync timestamp and result
- Resource-level details (which pods/deployments are failing)
- Suggested remediation (sync, rollback, check resource limits, etc.)
- Summary table at the top with total counts per status category.
Output Format
```markdown
Deployment Status Summary
| Status | Count |
|---|---|
| Healthy | 42 |
| OutOfSync | 3 |
| Degraded | 1 |
| Missing | 0 |
Issues Requiring Attention
1. my-app (namespace: production)
- Sync Status: OutOfSync
- Health: Degraded
- Last Sync: 2026-02-08T14:23:00Z (Failed)
- Details: Deployment `my-app` has 0/3 ready replicas. Pod `my-app-7d4b8c` in CrashLoopBackOff.
- Recommended Action: Check container logs for startup errors. Verify resource limits and environment variables. ```
Examples
- "Show me the status of all ArgoCD applications"
- "Are there any deployments that are out of sync?"
- "Check deployment health after the last release"
- "Which applications are degraded in the staging cluster?"
Guidelines
- Always paginate results (default page size: 20) to avoid OOM with large application counts
- Group results by project or cluster when there are more than 50 applications
- Highlight time since last successful sync for OutOfSync apps
- If all applications are healthy, confirm with a brief positive summary rather than listing every app
- When degraded apps are found, check for recent deployment events that may correlate
What ships with it
1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 10d ago First seen · 61 lines · 54 tokens per session scan A 3f4f3b3ca9ec
check-deployment-status is a skill published in the GitHub repository caipe-io/ai-platform-engineering (407 stars, last pushed yesterday), licensed Apache-2.0. It adds 54 tokens to every session and 626 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
multi-service-orchestration
PM2 process management, backend/frontend cascade execution, parallel worktree builds, and cross-service integration testing.
ledger
Optimizing FinOps and cloud cost: IaC-based estimation, right-sizing, RI/SP recommendations, anomaly detection, budget alerts, AI/GPU workload economics. Use to forecast or cut cloud spend.
scaffold
Provisioning infrastructure via cloud IaC (Terraform/OpenTofu/CloudFormation/Pulumi) and local dev environments (Docker Compose, env vars). Use for IaC design or multi-cloud provisioning.
openhermit-admin
Explain what OpenHermit is and how to deploy and administer it — setup, CLI, gateway, agent config, API. Use when the user asks about installing, operating, or administering an OpenHermit deployment. For how agents behave for their owners/users/guests, see openhermit-guide.
diagram-architecture
Dark-themed SVG architecture/cloud/infra diagrams as HTML.
mend
Remediating known failure patterns automatically from Triage diagnoses and Beacon alerts: runbooks with safety-tier classification, staged verification, rollback. Use for automated remediation.