aidemo: Skill for Claude Code

.claude/skills/aidemo-blog/SKILL.md

aidemo-blog is a skill for Claude Code from tandryukha/aidemo. It costs 0 tokens per session (1,702 once invoked), scanned A, original, MIT.

A site-specific adapter for generating batches of blog articles through a shared blog-writing system. A blog wave means producing a planned group of articles in one run.

In plain words
What is it for?
Use it to start or continue an aidemo article batch, generate the next planned articles, or run a blog-generation wave.
Why use it?
It gives the shared writing process the site’s rules, topics, citation policy, release schedule, and model settings without duplicating those rules.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: model in frontmatter; mentions Codex.

This is tandryukha/aidemo's own configuration. It tells Claude Code how to work on aidemo itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything aidemo configures →

Reuse

Borrowing it

Nothing to install: this file belongs to tandryukha/aidemo. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/tandryukha/aidemo/main/.claude/skills/aidemo-blog/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/tandryukha/aidemo

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 aidemo-blog

README.md
[![agentmods](https://agentmods.dev/badge/skills/tandryukha/aidemo/aidemo-blog/github.svg)](https://agentmods.dev/skills/tandryukha/aidemo/aidemo-blog)
Your own site
<a href="https://agentmods.dev/skills/tandryukha/aidemo/aidemo-blog"><img src="https://agentmods.dev/badge/skills/tandryukha/aidemo/aidemo-blog/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for aidemo-blog

Your own site · 80×15
<a href="https://agentmods.dev/skills/tandryukha/aidemo/aidemo-blog"><img src="https://agentmods.dev/badge/skills/tandryukha/aidemo/aidemo-blog.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,702 The whole file, excluding the scripts and references it only reads on demand.
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.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00000 $0.01702
Opus 5 $0.00000 $0.00851
Sonnet 5 $0.00000 $0.00340
Haiku 4.5 $0.00000 $0.00170

Measured today against content hash d567ebc82d82, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

aidemo-blog 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 today.

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.

.claude/skills/aidemo-blog/SKILL.md · 119 lines

How it starts

The opening of the file, as written. The whole thing — 119 lines — stays where its author put it; the contents beside it link to each section on GitHub.

aidemo-blog — blog waves for aidemo (thin adapter)

The engine holds the logic; this file holds only what is specific to aidemo. Do not duplicate doctrine here — fetch it live so it can never go stale.

Run the guide and follow it

blog-engine guide wave-runbook     # the 6 phases, disk-is-ledger, packing, launchd autoresume
blog-engine guide authoring        # writer contract + non-hallucination doctrine
blog-engine guide sdxl-taxonomy    # hero image failure taxonomy + judge rubric
blog-engine guide model-tiering    # opus-first; sonnet token-save; codex serial-only
blog-engine guide source-policy    # Tier 1-4 citation whitelist
blog-engine guide cadence          # plan release cadence before bulk-generating

The engine-owned blog-wave skill is the orchestrator runbook — it drives the six phases and defers to the guides above. Follow it. Everything below is aidemo-local.

aidemo's local files (the engine reads these; you point at them)

  • blog/blog.config.json — machine-enforced values: site/brand, word & link budgets, banned-diction additions, cluster→style routing, citation policy + host tiers, model tiers + wave size, cadence. The engine gates read this; never restate a config value in this skill.
  • blog/style/writer-overrides.md — aidemo's voice, tone, and claims policy. Appended verbatim to every rendered lane prompt under a STRICT — these win on conflict header. This is where editorial voice lives, not here.
  • blog/data/topics.json — the hub-and-spoke topic map (slugs, clusters, pillars, crossLinks, science/evidence hooks).
  • your generation log — the lab notebook + hero-debt table; append one entry per wave. This repo keeps it under blog/data/ or docs/blog/ (generation-log.md); if yours is elsewhere, record the exact path in the gotchas region below so future waves and blog-engine feedback find it.
  • blog/data/articles/ — the corpus (disk is the ledger).

Self-update (do this at a wave boundary, never mid-wave)

Read the full file on GitHub · 119 lines

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. today Changed · +2 lines d567ebc82d82
  2. 9d ago First seen · 117 lines · 0 tokens per session scan A a39259c53d7e

Subscribe to this mod's changes

aidemo-blog is a skill published in the GitHub repository tandryukha/aidemo (7 stars, last pushed today), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,702 tokens. 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 skills, from other repositories

demo-video

Produce a polished, ScreenStudio-style 60fps product demo video of a web app with a tiny, dependency-light pipeline — Playwright frame capture + a multiprocess Pillow compositor streaming into ffmpeg (no Node/Remotion). Drives the app one step per frame so playback is true 60fps regardless of capture speed, then…

surajshetty3416/demo-video-skill · 181 tokens

motion-graphics

Build frame-exact motion graphics — animated logos, kinetic typography, brand videos, animated titles and social clips — as a single HTML file driven by a paused Web Animations timeline, then export them to MP4 in 1:1, 4:5 and 9:16. Use this whenever someone wants to animate a wordmark or logo, make a video from text…

acelera-agency/html-animation · 188 tokens

product-demo

Shoot, animate, title and optionally score product demo videos with Remotion — for a landing page, docs, onboarding, an app store listing or a social post. Use when editing anything under src/compositions/, when the user asks for a new demo clip, an intro or an animated title, asks for sound or a version for social…

Alexwtlf/agentic-product-demo · 97 tokens

creador_videos_ai

Build a 30-second cinematic marketing video for any website URL using the Causal AI Digital pipeline (Playwright iframe scroll tour + ElevenLabs voice off + whisper.cpp word-level synced subtitles + FFmpeg audio mux). Use when the user asks to generate a promotional/marketing video for a website, create a cinematic…

jnichor/creador_videos_ai · 160 tokens

pr-to-video

Turn a GitHub pull request (a PR URL, owner/repo#N, or 'this PR' in a checked-out repo) into a code-change explainer video — changelog, feature reveal, fix, or refactor walkthrough built from the diff, commits, and files: the input is a code change, not a website. Not a product promo (/product-launch-video) or a no-PR…

heygen-com/hyperframes · 104 tokens

general-video

Author or edit a custom HyperFrames composition when no specialized workflow fits, or when BRIEF.md sets flow: companion. Use for longer or multi-scene pieces, brand and sizzle reels, montages, static loops, static title cards, footage remixes, and freeform builds. Use motion-graphics instead for a short unnarrated…

heygen-com/hyperframes · 92 tokens