Agent skills
Timoni publishes its skills following the Agent Skills standard. Each skill is a self-containedSKILL.md file that an agent loads into its context
when a task calls for it.
Install the skills
- skills CLI
- Claude Code
- Manual
Install all the Timoni skills into any supported agent (Claude Code, Cursor, Codex, Copilot and others) with:The command discovers the skills from the Timoni website and places them in the agent’s skills directory.
What the skills cover
Docs MCP server
The Timoni documentation is exposed as a streamable HTTP MCP server athttps://timoni.sh/mcp. It requires no authentication and provides tools for searching
the documentation and fetching pages as markdown, so that agents can answer questions
and look up details that go beyond the skills, using the latest published docs.
Connect the MCP server
- Claude Code
- Codex
- Cursor
- OpenCode
- VS Code
Register the server for the current project with:Or add it to the project
.mcp.json file to share it with your team:.md to its URL,
for example timoni.sh/bundle.md. The full index is published at
timoni.sh/llms.txt for agents that work without MCP.
Example prompts
With the skills installed and the MCP server connected, agents can carry out tasks such as:- Deploy the
oci://ghcr.io/stefanprodan/modules/redismodule in thecachenamespace with persistence enabled, and show me the diff before applying. - Create a bundle that deploys podinfo and redis to the
appsnamespace, reading the redis password from theredis-authSecret at apply time. - Write a runtime for the
stagingandproductionkube contexts and apply the bundle to both, with two replicas in staging and three in production. - Scaffold a Timoni module for my web app with a typed config for the image, replicas and ingress host, vendor the cert-manager CRDs, and add a test job.
- Upgrade all the instances in the
monitoringnamespace to the latest module versions and report their status.