Instructions file CodexOpenCode
Instructions for jahala/tilth, a project described as: Smart(er) code reading for humans and AI agents. Reduces cost per correct answer by 40% on average. Install: cargo install tilth -or- npx tilth.
Instructions file CodexOpenCode
Instructions for jahala/tilth, a project described as: Smart(er) code reading for humans and AI agents. Reduces cost per correct answer by 40% on average. Install: cargo install tilth -or- npx tilth.
Instructions file
Instructions for jahala/tilth, covering tilth, project structure, languages supported, build, test, install and version bumps.
Skill Claude CodeCodex
Use the tilth CLI for code reading, outlining, search, callers, blast-radius deps, and structural diffs. Activate when the user asks to explore a repo, find a symbol, trace callers, read a file, view a diff, or analyze impact. Prefer tilth over grep/cat/find/ls — one invocation returns AST-aware outlines, definitions…
Skill Claude CodeCodex
Verify a feature's checks against real evidence. Owns audit.verdicts, runs smoke.cmd if defined, records drift, and is the only path to status = "verified". Trigger after /tend run completes, after /tend discover for a mature codebase, or anytime an honest read on whether a feature actually works is needed.
Skill Claude CodeCodex
Structure a new idea or external document (PRD, Jira/Linear export, plain text) into a tend feature polyglot with six slot claims, verifiable checks (each anchored to a slot), integration levels, and a smoke test. Trigger when a user has a new idea, a vague vision, or a doc to import.
Skill Claude CodeCodex
Apply scope, requirement, or dependency changes to a feature and cascade effects to dependents - including step traces and audit invalidation. Trigger when the user says "actually we need", "change X to Y", or requirements have shifted.
Skill Claude CodeCodex
One-time bootstrap that walks an existing codebase and creates feature polyglots for what's already built. Trigger when the user asks "what features exist?", "map the codebase", or wants to document an existing project that has no docs/tend/ files yet. Distinct from brainstorm - the input is code, not an idea.
Skill Claude CodeCodex
Author the article-style narrative body and inline SVG diagrams for a feature, subpage, or garden polyglot. Writes the narrative (markdown) and media (inline SVG / base64) fields. Trigger when a polyglot has slots + checks but its main content reads as a structured form rather than a focused essay — or after /tend run…
Skill Claude CodeCodex
Plan a feature end-to-end - implementation steps with test-first descriptions, optional user-flow steps (if UI), optional security additions (if sensitive), and the test specifications that drive RED in tend-run. Trigger when a feature has slots and checks but no steps.
Skill Claude CodeCodex
Establish the who-for / for-what-job spine of a project — ICP archetypes plus Klement-style Job Stories on each persona, refined opportunities, and scenario seeds. The catalog of "real people in real moments" that every downstream skill (especially tend-narrate) reads to keep features grounded in human stories rather…
Skill Claude CodeCodex
Take a feature from plan to execution. Either run the polyglot directly via bash .tend.html run (single-agent inline), or generate an execution plan via an adapter (Claude Tasks, Relay, Markdown, GitHub Issues) and let the external orchestrator drive. Updates step status during execution; never writes audit.result or…
Skill Claude CodeCodex
Show next-best action with reasons; route to the right tend- skill. Trigger when the user mentions features, planning, status, "what should I do", "what's next", "what should I work on", or any /tend command.
MCP server Claude CodeCodexCursor +2
Audit a JS/TS repo with established scanners, then fix the findings with parallel AI sessions in a safe scan-fix-rescan loop. Runs locally from the tend-cli npm package.
Instructions file
Instructions for jahala/umbel, covering umbel — project guidelines for claude code, what this is, non-negotiable principles, architecture layers (strict downward dependency) and stack.