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 agentmods add skills/makigjuro/cloudstack-ai-plugins/docsnpx skills add makigjuro/cloudstack-ai-plugins --skill docsgit clone --depth 1 https://github.com/makigjuro/cloudstack-ai-pluginsWhat 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 | $0.00043 | $0.02327 |
| Opus 5 | $0.00022 | $0.01163 |
| Sonnet 5 | $0.00009 | $0.00465 |
| Haiku 4.5 | $0.00004 | $0.00233 |
Grade A, and why
docs 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 yesterday.
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.
How it starts
The opening of the file, as written. The whole thing — 281 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Generate / Update Documentation
Generate or update markdown documentation by analyzing the actual codebase. Never fabricate -- every statement must be backed by code you've read.
Arguments
{target}-- What to document. One of:service {name}-- Full service documentation (endpoints, events, config)api {service}-- API endpoint reference for a servicearchitecture-- Update the technical architecture docdomain-- Update the domain model docrunbook {service}-- Operational runbook (health checks, alerts, troubleshooting)quickstart-- Update the quickstart / getting started guideall-- Regenerate all outdated docs
If no argument given, detect what's changed since last docs update and suggest what needs refreshing.
Configuration
Read cloudstack.json from the project root at the start of execution. Extract:
NAMESPACE=project.namespaceSOLUTION=backend.solutionPathSERVICES=backend.services[]FRONTEND_PATH=frontend.path(default:web)CHARTS_PATH=infrastructure.chartsPath(default:deploy/charts)TERRAFORM_PATH=infrastructure.terraformPath
If cloudstack.json does not exist, auto-detect by scanning the project structure.
Process
Step 1: Detect Scope
If no target specified:
# Find docs that may be stale -- compare last doc commit vs last code commit
git log -1 --format=%H -- docs/
git log -1 --format=%H -- src/ ${FRONTEND_PATH} ${CHARTS_PATH} ${TERRAFORM_PATH}
# Show what code changed since docs were last updated
git diff {last-docs-commit}..HEAD --stat -- src/ ${FRONTEND_PATH} ${CHARTS_PATH} ${TERRAFORM_PATH}
Present the user with a summary of what's changed and recommend which docs to update.
Step 2: Gather Evidence
Read the actual code -- do NOT guess or use stale memory. For each doc type:
Service doc (docs/services/{service-name}/README.md):
- Read
src/{Service}/{Service}.Host/Program.cs-- DI, middleware, config sections - Read
src/{Service}/{Service}.Host/Endpoints/-- all endpoint files - Read
src/{Service}/{Service}.Application/Commands/-- all command records - Read
src/{Service}/{Service}.Application/Queries/-- all query records - Read
src/{Service}/{Service}.Infrastructure/DependencyInjection.cs-- external dependencies - Read
src/{Service}/{Service}.Infrastructure/Persistence/Configurations/-- DB schema - Grep for messaging subjects/topics in the service
- Read Helm chart values if present:
${CHARTS_PATH}/{service-name}/values.yaml - Read
appsettings.jsonin the Host project -- configuration keys
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.
- yesterday First seen · 281 lines · 43 tokens per session scan A c76bd58b4fb3
docs is a skill published in the GitHub repository makigjuro/cloudstack-ai-plugins (1 stars, last pushed 1mo ago), licensed MIT. It adds 43 tokens to every session and 2,327 once invoked, about $0.0002 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-31.
Other skills, from other repositories
azure-mgmt-botservice-dotnet
Azure Resource Manager SDK for Bot Service in .NET. Management plane operations for creating and managing Azure Bot resources, channels (Teams, DirectLine, Slack), and connection settings. Triggers: "Bot Service", "BotResource", "Azure Bot", "DirectLine channel", "Teams channel", "bot management .NET", "create bot".
refresh-arm-sdk-release
WORKFLOW SKILL — Prepares Azure.ResourceManager SDK refresh pull requests in azure-sdk-for-net. WHEN: "prepare sdk refresh", "refresh Azure.ResourceManager package", "update ARM SDK from autorest tag", "refresh changelog dependencies". INVOKES: git and GitHub pull request tools for branch, commit, push, and PR…
golden-rss
Use when testing the rss golden build.
azsdk-common-pipeline-analysis
Analyze Azure SDK CI/CD pipeline failures into a structured diagnosis, and define the required output format. Load this skill before calling azsdkanalyzepipeline, which returns raw failure data that this skill interprets and formats. USE FOR: "pipeline failed", "build failure", "CI check failing", "tests failing in…
run-tests
Run project tests using Maven (mvn). Use when the user asks to run tests.
omh-code-review
This is a Hermes-native code-review workflow skill.