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
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 theannie skill automatically:
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 atanyshift-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).