Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add Knuckles-Team/repository-manager --skill repository-manager-workspace-validationgit clone --depth 1 https://github.com/Knuckles-Team/repository-managerWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/knuckles-team/repository-manager/repository-manager-workspace-validation)<a href="https://agentmods.dev/skills/knuckles-team/repository-manager/repository-manager-workspace-validation"><img src="https://agentmods.dev/badge/skills/knuckles-team/repository-manager/repository-manager-workspace-validation/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/knuckles-team/repository-manager/repository-manager-workspace-validation"><img src="https://agentmods.dev/badge/skills/knuckles-team/repository-manager/repository-manager-workspace-validation.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00115 | $0.01444 |
| Opus 5 | $0.00057 | $0.00722 |
| Sonnet 5 | $0.00023 | $0.00289 |
| Haiku 4.5 | $0.00012 | $0.00144 |
Grade A, and why
repository-manager-workspace-validation scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 111 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Repository Manager — Workspace Validation & Maintenance
Install, build, validate and version-maintain the managed projects of a workspace over the repository-manager MCP server. Validation runs each project's pre-commit hooks and pytest suite and returns a structured pass/fail report; maintenance drives phased, dependency-ordered version bumps.
When to use
- Validate one or all projects (pre-commit + pytest) and get a pass/fail report (
rm_projectsvalidate). - Install or build a project ecosystem (
rm_projectsinstall/build). - List workspace projects / their branches (
rm_workspacelist/list_branches). - Scaffold, template, or save a
workspace.yml(rm_workspacesetup/template/save). - Run phased version-bump maintenance across the workspace (
rm_workspacemaintain).
When NOT to use
- Isolated per-session branch worktrees →
repository-manager-worktree-orchestration. - Bulk clone / pull / push / commit →
repository-manager-bulk-git-operations.
Prerequisites & environment
Connect via the mcp-client skill against the repository-manager MCP server.
| Variable | Required | Notes |
|---|---|---|
REPOSITORY_MANAGER_WORKSPACE / WORKSPACE_PATH |
✅ | Workspace root |
WORKSPACE_YML |
optional | Manifest filename (default workspace.yml) |
WORKSPACE_REPORTS |
optional | Where validation reports are written |
RM_JOB_STALE_SECONDS |
optional | Background-job reap threshold |
WORKSPACE_MANAGEMENTTOOL / PROJECT_MANAGEMENTTOOL |
optional | Gate the tool tags on |
Tools & actions
| Condensed tool | Actions |
|---|---|
rm_projects |
install, build, validate, validate_status |
rm_workspace |
list, list_branches, setup, template, save, maintain, maintain_status |
Key parameters
repositories— comma-separated project names/paths to scoperm_projects(action="validate"); omit to target all. Notprojects— that isrm_workspace(action="maintain")'s scoping field (see below); the two condensed tools use different parameter names for the same idea.validatereturns a job id; poll it withvalidate_status(passjob_id,summary).failed_only— forvalidate: re-validate only repositories whose most-recent run failed (ignored ifrepositoriesis set; forces re-validation of that set).commit_code/commit_message— forvalidate: after validation passes, stage + pre-commit + commit across the targeted repos before any bump.auto_bump/auto_push/bump_part— forvalidate: chain a phased version bump and/or push once validation passes (seerepository-manager-workspace-releasefor the full DAG/consent story).part— version part to bump forrm_workspace(action="maintain")(major|minor|patch).projects— comma-separated repo names to scoperm_workspace(action="maintain")(this tool's field IS namedprojects, unlikerm_projects'srepositories).phase/auto_start— phased maintenance controls;dry_runto preview bumps.yml_path/config_dict/use_default— forsetup/template/save.
What ships with it
1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 10d ago First seen · 111 lines · 115 tokens per session scan A 109403508ee1
repository-manager-workspace-validation is a skill published in the GitHub repository Knuckles-Team/repository-manager (2 stars, last pushed 13d ago), licensed MIT. It adds 115 tokens to every session and 1,444 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
init-workspace-verification
Verify init completeness.
debug-optimize-lcp
Guides debugging and optimizing Largest Contentful Paint (LCP) using Chrome DevTools MCP tools. Use this skill whenever the user asks about LCP performance, slow page loads, Core Web Vitals optimization, or wants to understand why their page's main content takes too long to appear. Also use when the user mentions…
regex-mastery
Use this skill when writing regular expressions, debugging pattern matching,optimizing regex performance, or implementing text validation. Triggers on regex, regular expressions, pattern matching, lookahead, lookbehind, named groups, capture groups, backreferences, and any task requiring text pattern matching.
specflow-use
To connect Rosetta with Grid Dynamics SpecFlow MCP; only when SpecFlow is mentioned and the MCP is installed.
opik-diagnose
Surface the Opik traces worth a developer's attention, ranked by signal — Diagnostics issues first, then errors, failed tool calls, latency, regressions, and low online-eval scores. With the Opik MCP connected it lists the project's agentinsightsissue entities, then fills the gaps with list (filters, sort, a time…
ue-mcp-epic-routing
Use when deciding between ue-mcp's native category actions and Epic's wrapped ToolsetRegistry tools (the epic actions, incl. the Blueprint graph DSL) for a task in Unreal. Pulls in when authoring Blueprint graph bodies, or any time both a native action and an epic action could do the job and you need to pick.