By Bilou0412
Colibri team agents and coding standards. Shared skills (C#, .NET Framework, VueJS 3 front-end, SQL) plus specialized agents for code review, user stories, tickets, docs and architecture notes.
Adds an entry to the architectural release notes after an architectural or tooling change. Use when a ticket introduces a change that impacts how developers work or how the project is built (new tooling, new pattern, build system change, new DevTools setup, major dependency change, naming convention change, etc.).
Use when: sync instructions, update instructions, sync standards, update AI instructions. Syncs verbose coding standards (Documentations/coding-standards/) to lean skills (skills/).
Use when: review PR, review pull request, code review. Code review for the Colibri project (front-end, back-end, SQL).
Updates project technical documentation after code changes. Use after changes to Vite config, package.json, esbuild, MSBuild, or npm scripts. Synchronises Markdown documentation files with the actual state of the code.
Instructions de review PR pour le code front-end VueJS 3
C# coding standards for the Colibri project. Use when working on .cs files.
Guidance for working with .NET Framework projects. Includes project structure, C# language version, NuGet management, and best practices.
Front-end standards and best practices: VueJS 3 (Option API), jQuery, Razor, LESS. Colibri internal conventions.
Guidelines for generating SQL statements and stored procedures. Colibri conventions.
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Centralized agents and coding standards for the Colibri team, usable as both a GitHub Copilot plugin and a Claude Code plugin from this single repository.
| Component | Path | Copilot | Claude Code |
|---|---|---|---|
| Coding standards (skills) | skills/*/SKILL.md | ✅ same files | ✅ same files |
| Agents (source of truth) | agents/*.md | generated → copilot/agents/ | ✅ read directly |
| Manifest | plugin.json / .claude-plugin/plugin.json | plugin.json | .claude-plugin/plugin.json |
The skills are identical for both tools — one set of files, no duplication.
The agents have one source of truth (agents/*.md, Claude format); the Copilot
versions in copilot/agents/ are generated, never edited by hand.
This repo doubles as its own Claude Code marketplace (.claude-plugin/marketplace.json).
/plugin marketplace add <git-url-of-this-repo>
/plugin install colibri-ai-agents@colibri
/reload-plugins
Azure DevOps note: the
owner/reposhorthand only works for GitHub. Since this repo is hosted on Azure DevOps, pass the full git URL to/plugin marketplace add.
Or test locally without installing:
claude --plugin-dir /path/to/ColibriAIAgents
To auto-prompt teammates to install when they trust the project folder, add the
marketplace to a shared .claude/settings.json:
{
"extraKnownMarketplaces": {
"colibri": { "source": { "source": "git", "url": "<git-url-of-this-repo>" } }
},
"enabledPlugins": { "colibri-ai-agents@colibri": true }
}
Agents appear in /agents; skills load automatically by description.
Ctrl+Shift+P → Chat: Install Plugin From Source├── plugin.json # Copilot manifest (agents → copilot/agents/, skills → skills/)
├── .claude-plugin/
│ ├── plugin.json # Claude Code manifest
│ └── marketplace.json # Claude Code marketplace catalog (install source)
├── skills/ # SHARED coding standards (both tools read these)
│ ├── csharp/SKILL.md
│ ├── dotnet-framework/SKILL.md
│ ├── frontend/SKILL.md
│ └── sql/SKILL.md
├── agents/ # SOURCE OF TRUTH — Claude subagents (.md)
│ └── *.md
├── copilot/agents/ # GENERATED Copilot agents (.agent.md) — do not edit
│ └── *.agent.md
├── scripts/
│ ├── build-copilot-agents.mjs # regenerates copilot/agents/ from agents/
│ └── agents.meta.json # display names used for the Copilot picker
└── Documentations/ # verbose human-facing standards (skill sources)
skills/<topic>/SKILL.md. Done; both tools pick it up.agents/<name>.md (Claude format), then run:
node scripts/build-copilot-agents.mjs
This regenerates the Copilot equivalents.version in both plugin.json and .claude-plugin/plugin.json.agents/<slug>.md with frontmatter name, description, tools
(Claude tool names: Read, Grep, Glob, Edit, Write, Bash).scripts/agents.meta.json: {"<slug>": {"display": "Nice Name"}}.A GitHub Action (.github/workflows/sync-check.yml) runs
node scripts/build-copilot-agents.mjs --check and fails the PR if anyone edited a
Copilot agent by hand or forgot to regenerate. This prevents drift between the two tools.
Colibri.Web/... are intentional
(they point at the consuming project, not at this plugin).rulesync to generate every
format from one source. For just Copilot + Claude, this script is enough.npx claudepluginhub bilou0412/test --plugin colibri-ai-agentsComprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Intelligent draw.io diagramming plugin with AI-powered diagram generation, multi-platform embedding (GitHub, Confluence, Azure DevOps, Notion, Teams, Harness), conditional formatting, live data binding, and MCP server integration for programmatic diagram creation and management.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.