media-idea — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited media-idea (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Brainstorm your next piece of content and produce a structured brief.
Use AskUserQuestion to explore:
Question 1: "What topic or area are you thinking about? It can be vague — we'll sharpen it together."
Question 2: "Who's the audience?"
Question 3: "What's the goal of this piece?"
If the user's topic would benefit from current context, offer to search:
"Want me to look up what's being discussed about this topic right now? I can search for recent articles and discussions to help find a unique angle."
If yes, use WebSearch with 2-3 queries:
Summarize findings: what angles are already covered, where there's a gap.
Based on the user's input and research, propose 3-5 content ideas. For each:
Use AskUserQuestion: "Which of these speaks to you? Or describe something different."
For the selected idea, propose a detailed outline:
Use AskUserQuestion: "How does this outline look?"
Check which adapters are configured:
for adapter in adapters/*/; do
name=$(basename "$adapter")
display=$(python3 -c "import yaml; print(yaml.safe_load(open('${adapter}adapter.yaml'))['display_name'])" 2>/dev/null)
echo "$name: $display"
doneUse AskUserQuestion: "Which platforms should we publish to?" Show configured platforms with multi-select.
Create the post directory and save the brief:
SLUG=$(echo "<title>" | tr '[:upper:]' '[:lower:]' | sed 's/[^a-z0-9]/-/g' | sed 's/--*/-/g' | sed 's/^-//' | sed 's/-$//')
DATE=$(date +%Y-%m-%d)
POST_DIR="content/posts/${DATE}-${SLUG}"
mkdir -p "$POST_DIR/assets" "$POST_DIR/variants"Write brief.yaml:
title: "<title>"
angle: "<angle>"
format: "<tutorial|opinion|case-study|listicle>"
audience: "<audience description>"
goal: "<teach|share|announce|story>"
length: "<short|medium|long>"
platforms: [<selected platforms>]
outline:
hook: "<opening hook>"
sections:
- title: "<section 1>"
description: "<one-line description>"
- title: "<section 2>"
description: "<one-line description>"
takeaway: "<key takeaway>"
cta: "<call to action>"
created: <ISO 8601 timestamp>Brief saved for "<title>":
Post directory: content/posts/<date>-<slug>/
Format: <format>
Target platforms: <platforms>
Sections: <count>
Next: run /media-write to start writing, or /media for the full workflow.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.