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 001TMF/harness-forgenpx agentmods add plugins/001tmf/harness-forge/marketplacegit clone --depth 1 https://github.com/001TMF/harness-forgeGrade A, and why
tmf-skills 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.
What it actually says
{
"name": "tmf-skills",
"owner": {
"name": "Tristan Farmer",
"email": "[email protected]"
},
"metadata": {
"description": "Skills by 001TMF",
"version": "1.0.0"
},
"plugins": [
{
"name": "harness-forge",
"source": "./",
"description": "Native Meta-Harness — run a harness-optimization loop natively: propose scaffolding variants around a fixed model, score each with a $0 deterministic test, keep the Pareto-best, loop.",
"version": "1.0.0",
"author": { "name": "Tristan Farmer", "email": "[email protected]" },
"homepage": "https://github.com/001TMF/harness-forge",
"repository": "https://github.com/001TMF/harness-forge",
"license": "MIT",
"keywords": ["meta-harness", "harness-optimization", "scaffold-evolution", "pareto", "prompt-optimization"],
"category": "development-workflows",
"strict": false,
"skills": ["./skills/meta-harness"]
}
]
}
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.
- 2d ago First seen · 28 lines scan A f8283dae2ea4
tmf-skills is a plugin published in the GitHub repository 001TMF/harness-forge (76 stars, last pushed 2mo 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-30.
Other plugins, from other repositories
agents
uwuclxdy's subagent definitions.
agenticat
uwuclxdy's curated personal stack of agents and skills.
skills
uwuclxdy's skill collection.
goal-by-goal
Reviewer-gated, goal-by-goal execution planning for Claude Code.
goal-by-goal
Convert any feature idea, plan, PRD, or brief into a sequenced goal-by-goal execution document with reviewer-gated commits — for everyday feature development, MVPs, migrations, and refactors. Generates a project brief, per-goal scope/tasks/acceptance criteria, an LLM-reviewer prompt, a progress tracker, and a reviews…
agent-teams
Orchestrate multi-agent teams for parallel code review, hypothesis-driven debugging, and coordinated feature development using Claude Code's Agent Teams.