rad-context-prompter

rad-context-prompter is a plugin for Claude Code from RadOrigin-LLC/RAD-Claude-Skills. Its manifest loads nothing; the 3 skills, 1 agent it bundles cost 932 tokens per session together, scanned A, original, Apache-2.0.

A collection of tools for writing, checking, explaining, and adapting instructions for AI systems. It also covers instructions for AI agents that repeat tasks until a goal is met.

In plain words
What is it for?
Use it to create prompts for systems such as Claude, GPT, Gemini, Codex, and image generators; inspect or shorten existing prompts; and check prompt and goal definitions with built-in scripts.
Why use it?
It helps find why an AI prompt gives poor results, unclear instructions, or fails to stop at the right time.

Plugin for Claude Code

Written for Claude Code: a Claude Code plugin manifest. Also seen: mentions Claude Code; mentions AGENTS.md; mentions Codex.

Good fit Use it to create prompts for systems such as Claude, GPT, Gemini, Codex, and image generators; inspect or shorten existing prompts; and check prompt and goal definitions with built-in scripts.

Compare 6 plugins from other repositories ↓
Install in Claude Code
/plugin marketplace add RadOrigin-LLC/RAD-Claude-Skills/plugin install rad-context-prompter
Install

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.

Clone the repo
git clone --depth 1 https://github.com/RadOrigin-LLC/RAD-Claude-Skills

Made for: Claude Code.

Wrote 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.

agentmods badge for rad-context-prompter

README.md
[![agentmods](https://agentmods.dev/badge/plugins/radorigin-llc/rad-claude-skills/rad-context-prompter.svg)](https://agentmods.dev/plugins/radorigin-llc/rad-claude-skills/rad-context-prompter)
Your own site
<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>
Per session not measured What this adds to a session before it is invoked.
When invoked not measured The manifest loads nothing itself; its 3 skills, 1 agent cost 932 tokens a session between them.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Security

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.

archive/plugins/rad-context-prompter/.claude-plugin/plugin.json · 14 lines

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-r

Read the full file on GitHub · 14 lines

Contents

What 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.

Changes

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.

  1. 8d ago First seen · 14 lines scan A fd5e2ca57deb

Subscribe to this mod's changes

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.

Related

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.

Orchestra-Research/AI-Research-SKILLs · not measured

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.

jnMetaCode/ai-shortfilm-prompts · not measured

prompt-architect

31-framework prompt engineering skill for analyzing and improving prompts across 7 intent categories.

ckelsoe/prompt-architect · not measured

prompt-decorators

Automatically enhance prompts with composable, categorized prompt decorators (reasoning, structure, tone, verification, minimal, meta) and an opt-in Haiku-based auto-selector.

synaptiai/prompt-decorators · not measured

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.

fusengine/agents · not measured

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…

richfrem/agent-plugins-skills · not measured