Skip to content

anyshift-io/claude-plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

anyshift / claude-plugins

License

Public Claude Code plugin marketplace maintained by Anyshift.

One marketplace, one install command, every Anyshift skill.

Install

In a Claude Code session:

/plugin marketplace add anyshift-io/claude-plugins
/plugin install annie-skills@anyshift

That's it. The skill is now loaded and the agent will reach for it whenever the user asks something that maps to Annie or the Anyshift MCP surface.

To see what else is in the marketplace:

/plugin marketplace browse anyshift

To update later (after we ship a new plugin or a new version of an existing one):

/plugin marketplace update anyshift

What's in here

Plugin What it does Source
annie-skills Teaches the agent how to drive the Annie CLI and the Anyshift MCP server: install + auth, the 5 read-only tools (get_resource_graph, get_recent_changes, get_dependents, get_blast_radius, get_temporal_diff), worked examples, failure modes. anyshift-io/annie-skills
sre-skills Vendor-neutral SRE methodology skills: investigate a live incident, analyze change impact, hand over oncall, author a postmortem, audit reliability. Runs offline against fixtures, no credentials required. anyshift-io/sre-skills

More plugins ship here as they land. See the plugins array in .claude-plugin/marketplace.json for the canonical list.

Related repositories

Contributing

Plugin contributions live in their source repos, not here. Send patches there. This repo holds only the marketplace catalog (.claude-plugin/marketplace.json).

If you want to propose a new plugin for the catalog, open an issue with a link to the plugin repo and a short pitch on what it does. Reviewers check: the plugin has a valid .claude-plugin/plugin.json, the skill / command / agent passes claude plugin validate, and the scope fits Anyshift's positioning (SRE, infrastructure-aware agents).

License

Apache 2.0. The catalog itself is licensed Apache 2.0; each listed plugin carries its own license, see the plugin's repo.

About

Anyshift's Claude Code plugin marketplace. Catalog of public plugins (skills, MCP servers) maintained by Anyshift. Add with `/plugin marketplace add anyshift-io/claude-plugins`.

Topics

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors