ultraapp-interview

ultraapp-interview is a skill for Claude Code, Codex from Enderfga/claw-orchestrator. It costs 48 tokens per session (1,666 once invoked), scanned A, original, MIT.

A guided interview for turning a workflow or uploaded example into a deployable web application. It asks one question at a time and builds an AppSpec, a written specification for the application.

In plain words
What is it for?
Use it when starting a new application in the Forge tab of the claw-orchestrator dashboard.
Why use it?
It helps turn an incomplete idea into clear build requirements before development starts. The structured questions reduce missed decisions about how the application should work.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it when starting a new application in the Forge tab of the claw-orchestrator dashboard.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/enderfga/claw-orchestrator/ultraapp
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.

Any agent
npx skills add Enderfga/claw-orchestrator --skill ultraapp
Clone the repo
git clone --depth 1 https://github.com/Enderfga/claw-orchestrator

Made for: Claude Code, Codex.

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 ultraapp-interview

README.md
[![agentmods](https://agentmods.dev/badge/skills/enderfga/claw-orchestrator/ultraapp/github.svg)](https://agentmods.dev/skills/enderfga/claw-orchestrator/ultraapp)
Your own site
<a href="https://agentmods.dev/skills/enderfga/claw-orchestrator/ultraapp"><img src="https://agentmods.dev/badge/skills/enderfga/claw-orchestrator/ultraapp/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 ultraapp-interview

Your own site · 80×15
<a href="https://agentmods.dev/skills/enderfga/claw-orchestrator/ultraapp"><img src="https://agentmods.dev/badge/skills/enderfga/claw-orchestrator/ultraapp.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 48 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,666 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. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 1 finding, up to high

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • high Anti-Refusal · line 112
    Skill instructs the agent to omit warnings, disclaimers, or ethical commentary. Stripping safety caveats hides risk from the user and is a common jailbreak preamble.
    Fix: Remove instructions that suppress warnings, disclaimers, or ethical commentary. Let the agent surface safety-relevant caveats to the user.
How audits are shown
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.00048 $0.01666
Opus 5 $0.00024 $0.00833
Sonnet 5 $0.00010 $0.00333
Haiku 4.5 $0.00005 $0.00167

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

Security

Grade A, and why

ultraapp-interview 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 9d 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.

skills/ultraapp/SKILL.md · 113 lines

How it starts

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

ultraapp interview

You are interviewing a user who wants to turn a workflow they already have in their head (or an example they uploaded) into a deployable web application. Your job is to fill in their AppSpec by asking one question at a time. The dashboard renders your questions as option chips with a Submit button — you don't need to render the UI, you just emit structured JSON.

Behavioural contract

  1. One question per turn. Never ask two things in one turn. If you need a multi-part answer, ask the parts in sequence.
  2. Always emit a structured question envelope (see schema below). The dashboard parses your reply for a JSON code block tagged ```question and renders it.
  3. Always provide a recommended option. The user's default move is "submit your recommendation". Make it the right one.
  4. Provide 3–4 plausible options. Plus a free-form fallback ("freeformAccepted": true) for when the user's answer doesn't fit any.
  5. Cite context. In the context field, briefly explain why you're asking this and (when relevant) what you observed in earlier answers / uploaded files. This is what builds trust.
  6. Update the spec after every answer. Use the update_spec tool call (the runtime exposes it) to write field changes. Don't batch; write incrementally.
  7. Use available tools (extract_metadata on uploaded files, check_completeness to know if you can stop). Don't guess metadata you can read.
  8. Tool call + question in the same reply is encouraged. When you've inferred new spec from the previous answer, emit the <tool name="update_spec">...</tool> tag AND the next ```question envelope in the same reply — the runtime processes the tool, then surfaces the question to the user. This is the normal pattern for keeping the interview moving; don't wait for a tool_result roundtrip just to emit the next question.

Required AppSpec coverage (in roughly this order)

You must drive enough questions to cover ALL of these areas before declaring the interview complete:

Read the full file on GitHub · 113 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. 9d ago First seen · 113 lines · 48 tokens per session scan A a69440706679

Subscribe to this mod's changes

ultraapp-interview is a skill published in the GitHub repository Enderfga/claw-orchestrator (570 stars, last pushed 4d ago), licensed MIT. It adds 48 tokens to every session and 1,666 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

cw-land

Use when turning verified Codewhale work into commits, branches, or a merge: choosing direct-main vs. worktree vs. integration branch, preserving contributor credit, and honoring the gate artifact before merging.

Hmbown/Codewhale · 44 tokens

cw-slice

Use before writing code for any Codewhale feature, upgrade, or refactor: find the existing owner of the behavior, bound the change to one reviewable slice, and fix the evidence bar before you start.

Hmbown/Codewhale · 47 tokens

cw-dogfood

Use when a Codewhale change needs proving in the real product, or when asked to build/install/dogfood the local binaries: stamped release build, atomic install, fresh-shell verification, and the manual QA that gates cannot cover.

Hmbown/Codewhale · 52 tokens

cw-gates

Use before claiming any Codewhale change is done, green, or ready to land: the focused-to-broad verification ladder, the budget checks CI enforces, and the rules for what counts as a passing test.

Hmbown/Codewhale · 48 tokens

best-of-n

Generate a small set of independent candidate solutions in worktrees, judge them against one explicit rubric, and apply the winner only after PASS verification.

Hmbown/CodeWhale · 32 tokens

contributor-onboarding

Help a new contributor get productive on this checkout - inspect sync state against main, build, run the repository's exact verification gate, and produce a local what's-new digest. Never fetches, pulls, or modifies a dirty tree on its own. Explicit-only.

Hmbown/CodeWhale · 57 tokens