umbel: Skill for Claude Code

.claude/skills/tend-narrate/SKILL.md

tend-narrate is a skill for Claude Code from jahala/umbel. It costs 100 tokens per session (6,964 once invoked), scanned A, original, MIT.

A writing tool for turning a feature's structured notes into an article and adding diagrams as inline images.

In plain words
What is it for?
Use it to write narrative sections for features, subpages, or project overview pages, and to create simple SVG diagrams for them.
Why use it?
It helps when a feature is described mainly as fields and checks, but readers need a clear explanation. It keeps the written content and its diagrams together with the feature.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter. Also seen: mentions subagents.

This is jahala/umbel's own configuration. It tells Claude Code how to work on umbel 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 umbel configures →

Reuse

Borrowing it

Nothing to install: this file belongs to jahala/umbel. 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/jahala/umbel/master/.claude/skills/tend-narrate/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/jahala/umbel

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 tend-narrate

README.md
[![agentmods](https://agentmods.dev/badge/skills/jahala/umbel/tend-narrate/github.svg)](https://agentmods.dev/skills/jahala/umbel/tend-narrate)
Your own site
<a href="https://agentmods.dev/skills/jahala/umbel/tend-narrate"><img src="https://agentmods.dev/badge/skills/jahala/umbel/tend-narrate/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 tend-narrate

Your own site · 80×15
<a href="https://agentmods.dev/skills/jahala/umbel/tend-narrate"><img src="https://agentmods.dev/badge/skills/jahala/umbel/tend-narrate.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 100 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 6,964 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.00100 $0.06964
Opus 5 $0.00050 $0.03482
Sonnet 5 $0.00020 $0.01393
Haiku 4.5 $0.00010 $0.00696

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

Security

Grade A, and why

tend-narrate 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 11d 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.

.claude/skills/tend-narrate/SKILL.md · 565 lines

How it starts

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

Narrate: Slots + Code -> Article + Diagrams

Owns: narrative (markdown body, optional) and media (inline SVG / base64 images keyed by id, optional) on any kind — feature, subpage, garden.

How this skill must be invoked

This skill produces narrative content. It must be exercised end-to-end — not bypassed.

  • Invoke via the Skill tool (the agent reads this file and follows the workflow) — or via /tend narrate on the command line for human use. When an upstream agent needs many narratives written, it dispatches one subagent per polyglot with this skill loaded; it does not write a python loop that calls tend_update_feature with pre-baked strings.
  • No external helper scripts that bake narratives outside the skill. Anything that touches oo-data.narrative must come from a Skill run on that specific polyglot — that's how the quality bar is enforced. Scripts that orchestrate parallel skill runs are fine; scripts that substitute for a skill run are not.
  • Reads always go through tend's surfacesbash <file>.tend.html data | jq for one polyglot, MCP tend_get_context({ id, include_project_context }) for the project index. Don't reinvent oo-data extraction with regex in a node-eval script when the bash verb exists.

Purpose

Tend's main column is the article. The bet (six slots) is the lead. The rail holds graph and schema metadata. The narrative is the body — prose that ties the bet's one-liners into a coherent story, with embedded diagrams where pictures carry the load words can't.

A page with only slots reads like a form. A page with rich narrative reads like a focused essay — the difference between someone scanning your project and someone understanding it.

What this skill assumes

  • The feature has slots, checks, and decisions written (output of /tend brainstorm).
  • The catalog has personas[].archetype and personas[].jobs[] populated, and opportunities[].personas bound. If empty, redirect to /tend position — without the spine, narrative defaults to declarative voice.
  • The feature's checks carry validates_job where personas are bound. The narrative reads those pointers to find which persona-jobs to ground the story in.
  • The coverage_files exist on disk and are readable — narrative grounds itself in real code, not abstraction.

Read the full file on GitHub · 565 lines

Files

What ships with it

5 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. 11d ago First seen · 565 lines · 100 tokens per session scan A d9c9a9d371fc

Subscribe to this mod's changes

tend-narrate is a skill published in the GitHub repository jahala/umbel (2 stars, last pushed yesterday), licensed MIT. It adds 100 tokens to every session and 6,964 once invoked, about $0.0005 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-31.

Related

Other skills, from other repositories

clone-website

Reverse-engineer and clone one or more websites in one shot — extracts assets, CSS, and content section-by-section and proactively dispatches parallel builder agents in worktrees as it goes. Use this whenever the user wants to clone, replicate, rebuild, reverse-engineer, or copy any website. Also triggers on phrases…

JCodesMore/ai-website-cloner-template · 96 tokens

react-artifact

Author app-like designs in React/JSX and bundle them in-sandbox into the same single self-contained HTML artifact Design Studio delivers. Use when the design needs real state, complex interactivity, or component reuse beyond what vanilla JS comfortably handles.

juspay/xyne-spaces · 53 tokens

brand-identity

Brand strategy and identity design for businesses and products. Use when creating brand guidelines, developing visual identity systems, or defining brand positioning.

travisjneuman/.claude · 30 tokens

graphic-design

Professional graphic design principles for digital and print media. Use when creating visual designs, choosing color palettes, typography, layouts, or providing design feedback.

travisjneuman/.claude · 32 tokens

generic-react-ux-designer

Professional UI/UX design expertise for React applications. Covers design thinking, user psychology (Hick's/Fitts's/Jakob's Law), visual hierarchy, interaction patterns, accessibility, performance-driven design, and design critique. Use when designing features, improving UX, solving user problems, or conducting design…

travisjneuman/.claude · 69 tokens

guizang-ppt-skill

A generator for presentation decks delivered as a single HTML file that runs in a web browser. It provides magazine-style and Swiss-style visual templates for swipeable presentations.

seaworld008/Commonly-used-high-value-skills · 56 tokens