rloisell/rl-agents-n-skills

5 stars · Last commit 2026-05-07

Shared Claude Code plugin: personas, skills, and subagents for rloisell projects

README preview

# rl-agents-n-skills

**Author**: Ryan Loiselle — Developer / Architect  
**AI tool**: GitHub Copilot — AI pair programmer / code generation  
**Updated**: April 2026

Shared **Claude Code plugin** containing persona agents, reusable skills, and
Claude Code subagents for rloisell BC Gov .NET/React/OpenShift projects.

This repo serves two toolchains from a single source:

| Toolchain | How it consumes this repo | Discovery path |
| --- | --- | --- |
| **VS Code / GitHub Copilot** | Git submodule at `.github/agents/` | `.github/agents/*/SKILL.md` |
| **Claude Code** | Plugin via `.claude/settings.json` | `agents/` subagents in plugin root |

> **Note on `.github/agents/`:** this path is the **mount point in consumer
> projects** — the location where downstream repos add this library as a git
> submodule. There is no `.github/` directory inside this library itself; SKILL
> files live at the repo root and become discoverable to VS Code only after a

View full repository on GitHub →