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.
/plugin marketplace add V-Songbird/foundrynpx agentmods add plugins/v-songbird/foundry/marketplacegit clone --depth 1 https://github.com/V-Songbird/foundryGrade A, and why
foundry marketplace 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 2d 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 — 133 lines — stays where its author put it; the contents beside it link to each section on GitHub.
{
"$schema": "https://anthropic.com/claude-code/marketplace.schema.json",
"name": "foundry",
"description": "Claude Code plugins by Victor Villegas — tools that make Claude plan better, talk less, build leaner, and stop guessing.",
"owner": {
"name": "Victor Villegas",
"email": "[email protected]"
},
"plugins": [
{
"name": "foreman",
"source": {
"source": "url",
"url": "https://github.com/V-Songbird/foreman.git",
"sha": "22df2b355f488fb1e31d71fd43c8abf3f9a351a8"
},
"description": "Project continuity and roadmap trust: keeps a correctable roadmap in your repo, recommends the next task and says why it came first, and hands it off with the paths and symbols checked. Say what you want in plain language — one entrance routes it.",
"version": "2.4.1",
"license": "MIT",
"author": {
"name": "Victor Villegas",
"email": "[email protected]"
},
"homepage": "https://github.com/V-Songbird/foreman",
"repository": "https://github.com/V-Songbird/foreman",
"category": "productivity",
"keywords": [
"roadmap",
"planning",
"project-continuity",
"task-selection",
"handoff",
"background-agent",
"automation"
],
"tags": [
"roadmap",
"planning",
"project-continuity",
"task-selection",
"handoff",
"background-agent",
"automation"
],
"strict": true
},
{
"name": "hush",
"source": {
"source": "url",
"url": "https://github.com/V-Songbird/hush.git",
"sha": "8e9dd0914e82955d43c9cb7ba426014132f43116"
},
"description": "Trims command output, logs, and Claude's play-by-play before they pile up in the session, so long, noisy work stays quiet and readable. Install and forget — nothing to configure. Short questions with nothing to run cost a little more.",
"versioWhat 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.
- 2d ago First seen · 133 lines scan A e52288a6f563
foundry marketplace is a plugin published in the GitHub repository V-Songbird/foundry (5 stars, last pushed 3d ago), licensed MIT. Its token cost is not measured: this kind of file is read by the harness, not the model. 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 plugins, from other repositories
dev-tooling
Three MCP servers for PHP and JavaScript operations plus an optional PHP language server. PHP (php-tooling): PHPStan, ECS, Rector, PHPUnit, PHPUnit coverage gap analysis, Symfony Console. Administration (js-admin-tooling): ESLint, Stylelint, Prettier, Jest, TypeScript, Vite builds. Storefront (js-storefront-tooling)…
contributor-writing
Writing skills for Shopware core contributors: Architecture Decision Records, PR descriptions (trunk and feature-branch formats), commit messages, and RELEASEINFO/UPGRADE entries. Analyzes branch diffs, classifies changes, and writes content calibrated to change magnitude.
plugin-setup
Interactive setup skills for plugins that ship a SETUP.md. Bundles one setting-up skill per supported plugin: dev-tooling, gh-tooling, and chunkhound-integration.
shopware-documentation
Documentation-surface structuring for Shopware repositories. Size budgets, one subject per file, splitting oversized surfaces into docs/ siblings, and cross-reference integrity, backed by a measurement script.
chunkhound-integration
Semantic code research using ChunkHound's multi-hop search and LLM synthesis.
claude-ops
Claude Code operations toolkit. Twelve skills: audit-skill-visibility (audit whether each installed skill is actually VISIBLE to the model, and diagnose why most of a fleet never gets used — a skill is invisible when its description is dropped by Claude Code's skill-listing context budget, which sheds descriptions…