Skip to main content
anyshift-io/annie-skills is a public Claude Code plugin from Anyshift. It packages ready-made skills that teach an AI agent how to install, authenticate, and drive every documented Anyshift surface: the Annie CLI for human users, and the remote MCP server for agent harnesses.
The plugin is the agent-facing companion to this documentation. The CLI and MCP pages describe what each surface does for a human or a harness; the plugin teaches a Claude Code agent when to reach for each one, how to chain the calls, and what to do when a call fails.

Install

1

Add the Anyshift marketplace

From a Claude Code session:
2

Install the annie-skills plugin

The plugin’s skill descriptions self-register inside Claude Code, so the agent picks them up automatically the next time you start a session. No config edits required.
You can also install the plugin directly from the GitHub source, see the repo’s README for the manual path.

What ships in the plugin

The plugin grows as the surface of Annie and the Anyshift MCP grows. Every skill ships with a self-contained SKILL.md runnable end-to-end in Claude Code, two worked examples against realistic scenarios, and an explicit failure-modes section.

Use it from Claude Code

Once installed, describe the task in natural language and Claude Code loads the annie skill automatically:
The skill picks the right tool, chains follow-up calls, cites resources by their stable id, and synthesises the answer. The user sees a clean answer, not the JSON.
The skill is read-only by design. If the user asks the agent to apply a change, the skill hands back to Terraform or your change-management flow rather than inventing write tools.

Adjacent skills

annie-skills is the vendor-specific layer that assumes Annie is available. sre-skills is the methodology layer that runs without Annie and pulls Annie in as optional context. They compose.

Source and contributions

The plugin source lives at anyshift-io/annie-skills under Apache 2.0. Issues and pull requests are welcome, see CONTRIBUTING.md for the contribution guide and the per-skill quality bar (self-contained SKILL.md, two worked examples, explicit failure-modes section, copy-pasteable install snippet).