Skip to content

metalbear-co/skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mirrord Agent Skills

mirrord Agent Skills

A collection of skills for AI coding agents to work with MetalBear's mirrord. Skills are packaged instructions and scripts that extend agent capabilities for Kubernetes development workflows.

Skills follow the Agent Skills format.

Installation

Using npx (requires Node.js)

npx skills add metalbear-co/skills

Claude Code plugin

/plugin marketplace add metalbear-co/skills

Available Skills

Skill Description
mirrord-config Generate and validate mirrord.json configs
mirrord-quickstart Get started with mirrord from zero
mirrord-operator Set up operator for team environments
mirrord-ci Set up mirrord in CI pipelines
mirrord-db-branching Configure isolated database branches for development
mirrord-kafka Configure Kafka queue splitting with the mirrord operator

Usage

Skills are automatically available once installed. The agent will use them when relevant tasks are detected.

Examples:

  • "Create a mirrord config to steal traffic on port 3000 from pod/api-server"
  • "Validate my mirrord.json and fix any errors"
  • "I'm new to mirrord, how do I get started?"
  • "Help me connect my local Python app to my staging Kubernetes cluster"
  • "Install mirrord operator for my team"
  • "Set up mirrord for my GitHub Actions CI pipeline"

Skill Structure

Each skill contains:

  • SKILL.md - Instructions for the agent
  • scripts/ - Helper scripts for automation (optional)
  • references/ - Supporting documentation (optional)

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

About

MetalBear Skills for our users

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors