@rightcode/agents
v0.1.5
Published
RightCode orchestrator and specialist agents with distributable workflow templates.
Readme
@rightcode/agents
RightCode orchestrator and specialist agents with portable workflow templates.
Install
Install into your target repository:
npx @rightcode/agents install --target .Important for VS Code GitHub Copilot Chat:
- Copilot discovers custom agents from the current workspace
.github/agentsdirectory. - Installing to a global home path like
C:\Users\<you>\.github\agentsdoes not make agents globally visible. - Install per repository (run the command in each repo root).
Host presets:
# GitHub-style repo layout (default)
npx @rightcode/agents install --host github --target .
# Claude Code layout
npx @rightcode/agents install --host claude --target .
# Codex layout
npx @rightcode/agents install --host codex --target .What is included
- Agent definitions:
agents/definitions/*.agent.md - Workflow templates:
agents/workflows/*.md - Governance docs:
agents/governance/*.md - Compatibility manifest:
agents/compatibility/skills-compatibility.json
Output paths
Installer writes to deterministic locations depending on selected host, including .github/agents, workflow template folders, and governance policy files.
Validate locally
npm run validateRepository
Source of truth lives in the RightCodeAI monorepo:
- Repository: https://github.com/rightcodehere/rightcodeai
- Package path:
packages/agents
License
MIT
