umbel: Skill for Claude Code

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

tend-position is a skill for Claude Code from jahala/umbel. It costs 119 tokens per session (5,113 once invoked), scanned A, original, MIT.

A project-discovery guide for defining who a product is for and what practical job those people need it to do. It records user types, their situations, and possible product opportunities.

In plain words
What is it for?
Use it to describe target users, write job stories, organize opportunities, and create realistic scenarios for product features.
Why use it?
It turns scattered interview notes, sales conversations, or founder assumptions into a shared reference. Later planning and writing can stay tied to real people and situations.

Skill for Claude Code

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

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-position/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-position

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/jahala/umbel/tend-position"><img src="https://agentmods.dev/badge/skills/jahala/umbel/tend-position.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 119 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,113 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.00119 $0.05113
Opus 5 $0.00060 $0.02557
Sonnet 5 $0.00024 $0.01023
Haiku 4.5 $0.00012 $0.00511

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

Security

Grade A, and why

tend-position 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 8d 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-position/SKILL.md · 448 lines

How it starts

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

Position: Who is this for, what job do they hire it for

Owns: catalog.personas[] (id, name, description, archetype, jobs[]) and catalog.opportunities[] (id, description, value, confidence, source, signals, personas: string[]) on the garden polyglot.

Job indexing is a load-bearing contract. Each persona's jobs[] is an ordered array. Downstream checks anchor to a specific job via validates_job: "<persona_id>:<job_index>""founder:0" means "persona founder, first Klement Job Story." Reordering jobs after publication silently retargets every check pointing at them, so treat the array like an append-only list once features start referencing it. If a job must be reordered or removed, /tend change requires an explicit reindex map so it can rewrite every dependent validates_job.

What this skill assumes

  • The garden polyglot exists and has at least a draft bet (the project knows roughly what it is).
  • The user has some sense of who the project is for — at minimum a few interview notes, sales-call snippets, or strong founder intuition. This skill structures what the user already knows; it does not generate ICPs from nothing.
  • It's OK if the catalog has shallow personas (name only) — this skill fills in archetype, jobs[], and opportunity.personas from there.
  • Downstream skills (/tend brainstorm, /tend audit) will be unwired without this skill's output. Run this before they need it.

Purpose

Tend's six slots tell you what you're building and why technically. They don't tell you who you're building it for or what job that person hires your product to do in a specific moment of their week. Without that, every downstream artifact — feature pages, narratives, evals — drifts toward technical-taxonomy voice.

This skill plants the spine:

  • ICP archetypes — one phrase per persona that names a real human with real stakes. Not roles ("Backend Engineer"), but situated archetypes ("Solo founder running a SaaS side project on weekends; values speed over polish; can't justify a day of tooling").
  • Klement Job Stories — 3–5 per persona, in the form: "When [situation], because [motivation], we believe [outcome]. We'll know we got it right when [validation]."
  • Refined opportunities — pains felt by which persona, value level, confidence (and source / signals if known).
  • Scenario seeds — 2–3 concrete moments per persona (a sentence or two each), captured in the persona's description or jobs. These are the openers tend-narrate uses to start feature pages with a story rather than a label.

Read the full file on GitHub · 448 lines

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. 8d ago First seen · 448 lines · 119 tokens per session scan A cba18451d8cf

Subscribe to this mod's changes

tend-position is a skill published in the GitHub repository jahala/umbel (2 stars, last pushed 3d ago), licensed MIT. It adds 119 tokens to every session and 5,113 once invoked, about $0.0006 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.