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.
git clone --depth 1 https://github.com/RadOrigin-LLC/RAD-Claude-SkillsWrote 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/plugins/radorigin-llc/rad-claude-skills/rad-context-prompter)<a href="https://agentmods.dev/plugins/radorigin-llc/rad-claude-skills/rad-context-prompter"><img src="https://agentmods.dev/badge/plugins/radorigin-llc/rad-claude-skills/rad-context-prompter.svg" alt="Measured on agentmods" height="20"></a>Grade A, and why
rad-context-prompter 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 8d 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 — 14 lines — stays where its author put it; the contents beside it link to each section on GitHub.
{
"name": "rad-context-prompter",
"version": "3.2.1",
"description": "Write, debug, reverse-engineer, and migrate AI prompts — now including agentic loops and goal conditions. The prompt-engineering skill covers writing patterns and platform-specific shape (Claude, GPT, Gemini, Claude Code, OpenAI Codex/AGENTS.md, image generators, agentic tools). The loop-goal-engineering skill authors loop prompts (Ralph-style, one-task-per-iteration), goal/completion conditions (Claude Code /goal, Codex Goal Mode, Stop hooks), and the four-file long-horizon scaffold — hardened against documented reward-hacking exploits. The prompt-decompiler skill routes between six modes — anatomize, translate, compress, decompose, forensics, diagnose. An autonomous prompt-debugger agent handles prompt-output failure analysis with an F1-F8 taxonomy (44 patterns, F8 = loop/goal failures).\n\nTwo bundled pure-stdlib validators, wired into the skills and agent: `scripts/lint-prompt.py` (missing role frame, vague instructions, unbounded length adjectives, conflicting formats, excessive emphasis, superhuman framing, imperative collisions) and `scripts/check-goal.py` (goal anatomy: named check, scope guard, bound, evidence display; gameability signatures G1-G7: unprotected tests, grep-only success, existence-only checks, absence-only checks, self-judged completion, skip-counting, effort-based success — G8 revert-satisfiability needs semantic judgment and stays with the skill; loop discipline: one task per iteration, file-based state, idempotent start, done signal). Both read file or stdin; emit JSON or human-readable findings.",
"author": {
"name": "RAD",
"url": "https://github.com/RadOrigin-LLC"
},
"license": "Apache-2.0",
"homepage": "https://github.com/RadOrigin-LLC/RAD-Claude-Skills/tree/main/plugins/rad-context-prompter",
"repository": "https://github.com/RadOrigin-LLC/RAD-Claude-Skills",
"keywords": ["prompt-engineering", "context-engineering", "system-prompts", "tool-rWhat it installs
The manifest is a name and a version. 3 skills, 1 agent travel with it, and installing the plugin installs all of them — 932 tokens a session between them. Each is measured on its own page, and each can be installed alone.
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.
- 8d ago First seen · 14 lines scan A fd5e2ca57deb
rad-context-prompter is a plugin published in the GitHub repository RadOrigin-LLC/RAD-Claude-Skills (5 stars, last pushed 21d ago), licensed Apache-2.0. 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
ideation
Research ideation frameworks including structured brainstorming and creative thinking. Use when exploring new research directions, generating novel ideas, or seeking fresh angles on existing work.
ai-shortfilm-prompts
A collection of five-part methods and reusable templates for writing cinematic prompts for AI video generation. It covers 21 subject areas and lists compatibility with tools such as Seedance, Kling, Sora, Veo, Jimeng, and Runway.
prompt-architect
31-framework prompt engineering skill for analyzing and improving prompts across 7 intent categories.
prompt-decorators
Automatically enhance prompts with composable, categorized prompt decorators (reasoning, structure, tone, verification, minimal, meta) and an opt-in Haiku-based auto-selector.
fuse-prompt-engineer
Expert Prompt Engineer with Context Engineering, Meta-Prompting, Chain-of-Thought, Few-Shot, Agent Design, 50+ Template Library, and A/B Testing.
obsidian-wiki-engine
Obsidian Wiki Engine - Karpathy-style LLM wiki + RLM distillation + vector search. Dual-representation knowledge graph: vault operations, cross-source concept synthesis, wiki node generation, RLM distillation, semantic health linting, graph traversal, canvas, bases, and progressive-disclosure query with vector DB…