studio-docs-sync

A documentation-review workflow for Junjo AI Studio projects. It checks whether documentation and local coding-agent skills still match the code and tests.

In plain words
What is it for?
Use it to audit Studio docs and skills, clean up outdated architecture decision records, and decide which document should own each piece of information.
Why use it?
It helps prevent stale file links, conflicting instructions, and duplicated or misplaced explanations after implementation changes.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/mdrideout/junjo/studio-docs-sync
Any agent
npx skills add mdrideout/junjo --skill studio-docs-sync
Clone the repo
git clone --depth 1 https://github.com/mdrideout/junjo

Made for: Claude Code, Codex.

Per session 32 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 393 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00032 $0.00393
Opus 5 $0.00016 $0.00197
Sonnet 5 $0.00006 $0.00079
Haiku 4.5 $0.00003 $0.00039

Measured 2d ago against content hash 771849cc5574, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

studio-docs-sync 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 2d 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.

.agents/skills/studio-docs-sync/SKILL.md · 47 lines

What it actually says

Studio Docs Sync

Use This Skill When

  • The task reviews Studio documentation or skills for drift.
  • The task updates Studio documentation after implementation changes.
  • The task rationalizes ownership among ADRs, agent guidance, READMEs, and near-code documentation.

Ownership

  • Code and tests own implementation behavior.
  • ADRs own decisions, reasoning, and consequences.
  • AGENTS.md files provide concise runtime routing and mandatory constraints.
  • Skills provide task workflow and point to owners; they are not parallel architecture manuals.
  • READMEs provide human onboarding and links to deeper owners.

Workflow

  1. Inventory the active owners before drawing conclusions:
    • root and scoped AGENTS.md files
    • repo-local skills under .agents/skills/
    • Studio ADRs under apps/studio/docs/adr/ and apps/studio/ingestion/adr/
    • near-code docs such as apps/studio/TESTING.md and apps/studio/backend/app/db_sqlite/README.md
  2. Start from current code and tests.
  3. Check for stale file references, contradictory decisions, duplicated sources of truth, runtime defaults copied into prose, and implementation details in the wrong document.
  4. Report first when the request is an audit.
  5. When editing, update the owning document and use links elsewhere. Do not patch the same explanation into several files.

Validation

  • Re-read changed docs and skills for duplication and contradictions.
  • Verify every referenced path and command against the repository.
  • Verify that linked ADRs still exist and own the stated decision.
  • Keep Studio ADRs decision-level and skills workflow-level.
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. 2d ago First seen · 47 lines · 32 tokens per session scan A 771849cc5574

Subscribe to this mod's changes

studio-docs-sync is a skill published in the GitHub repository mdrideout/junjo (20 stars, last pushed 2d ago), licensed Apache-2.0. It adds 32 tokens to every session and 393 once invoked, about $0.0002 per session on Opus 5. 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-30.

Related

Other skills, from other repositories

agent-self-scheduling

Schedule AI agent runs with cron, loops, or external clocks while avoiding unsafe tight autonomous timers.

sickn33/agentic-awesome-skills · 24 tokens

dagr-producer

Emit and maintain a dagr run file — a live, contract-valid JSON description of recursive projects, tasks, attempts, gates, evidence, policies, events, and operator-message resolutions that dagr view renders as a DAG. Use when orchestrating agents or tracking multi-step work that a dagr pane should display.

aemrebarut/herdr-dagr · 70 tokens

diataxis-docs-writer

Write or improve software documentation using the Diátaxis framework — four documentation types (tutorials, how-to guides, reference, explanation), each serving a different user need. Use it whenever you're about to write or revise documentation for a finished feature, implementation, API, library, CLI, service, or…

calf-ai/calfkit-sdk · 218 tokens

opensource-guide-coach

Use when a user wants guidance on starting, contributing to, growing, governing, funding, securing, or sustaining an open source project, or asks about contributor onboarding, community health, maintainer burnout, code of conduct, metrics, legal basics, or open source project adoption.

calf-ai/calfkit-sdk · 60 tokens

pytest-coverage

Run pytest tests with coverage, discover lines missing coverage, and increase coverage to 100%.

calf-ai/calfkit-sdk · 22 tokens

writing-workspace-jobs

Author FSM workspace jobs. Use when creating, editing, or debugging jobs, signals, or FSM workflows in workspace.yml.

friday-platform/friday-studio · 30 tokens