My own personal global AI agent behavior rules and per-language coding conventions, shipped as an Open Plugin Spec plugin, Agent Package Manager package, and marketplace (Claude Code, Copilot and Open Plugin formats).
Warning
Prefer APM installation: it offers broader agent compatibility than Open Plugin for rules.
Native plugin (limited compatibility):
my-agent plugin marketplace add kilianpaquier/agent-rules
my-agent plugin install agent-rules@agent-rulesAPM package (recommended):
apm install kilianpaquier/agent-rules -g --target <claude|copilot|...>APM plugin:
apm marketplace add kilianpaquier/agent-rules
apm install agent-rules@agent-rules -g --target <claude|copilot|...>This plugin ships an Agent Package Manager and Open Plugin standard rules (or instructions):
- Global AI agent behavior (response style, scope, process, code review, code style, design, testing)
- Docker
- Docker Compose
- GitLab CI
- Go
- Go tests
- Makefile
- Markdown
- Shell
- Terraform / OpenTofu
- TypeScript / JavaScript