From Tech Radar
Show a stored Tech Radar result in a requested format (JSON default, or YAML/HTML). Defaults to the latest run; with a date, returns the run closest to it. Runs the bundled show.py script and returns its output — usable by humans and by external agents requesting results over a2adapt.
How this skill is triggered — by the user, by Claude, or both
Slash command
/tech-radar:show-resultThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Return a stored collect-news result. JSON is the canonical store; this selects a
Return a stored collect-news result. JSON is the canonical store; this selects a
run and emits it as JSON (default), YAML, or HTML to stdout by running
the bundled show.py (standard-library only, OS-agnostic). Read-only: it never
re-collects, never touches the latest pointers, and never hand-writes output.
YYYY-MM-DD or YYYY-MM-DD-HHMM.json (default) | yaml | html.Run from the project root and relay the output:
python3 plugin/skills/show-result/show.py [--date YYYY-MM-DD] [--format json|yaml|html]
json prints the stored file verbatim; yaml/html are generated by the sibling
scripts (export_yaml.py / render.py).If no results exist: "No stored results found. Run /tech-radar:collect-news first."
Another agent may request a result over a2adapt (e.g. "show the latest radar as
JSON", "give me the 2026-06-10 dashboard as HTML"). Map the request to
--date/--format, run show.py, and send the stdout back to the requester in
that format — not only to a human. JSON/YAML suit machine consumers; HTML suits a
human-facing view. Default to JSON when the requester doesn't specify.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub sergesha/claude-tech-radar --plugin tech-radar