AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Product Knowledge

skill-understudylabs-understudy-agent-tools-product-knowledge · by understudylabs

Use when a user asks what Understudy is, how Understudy Desktop works, how local model serving, Fusion sidekick, evals, model candidate results, rollout labs, Product Knowledge, or Understudy product capabilities should be explained to developers, customers, or agents.

No reviews yet
0 installs
26 views
0.0% view→install

Install

$ agentstack add skill-understudylabs-understudy-agent-tools-product-knowledge

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-understudylabs-understudy-agent-tools-product-knowledge)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Product Knowledge? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Product Knowledge

Explain Understudy as local-first infrastructure for improving LLM systems from real work: capture traces, run evals, compare model routes, optimize prompts or policies, and promote the cheapest route that meets the quality gate.

Use this skill for product explanations, onboarding copy, agent-facing help, and UI feature descriptions. Keep the answer concrete and tied to product surfaces the user can inspect.

Safety Gates

Do not claim Understudy uploads data, spends money, creates accounts, downloads models, or calls hosted providers automatically. State the local-first boundary and ask for explicit approval before describing a hosted or paid action as the next step.

Do not invent product availability. If a capability depends on local runtimes, warm model slots, account credentials, or a release channel, say that directly.

Resolve CLI

Product explanations usually do not need the CLI. When you need live local status, prefer the installed understudy binary:

understudy status --json

If working inside a checkout where the binary is unavailable:

npm run build
node dist/bin.js status --json

Product Surfaces

  • Desktop app — local control plane for chat, model serving, traces, evals, usage, account setup, and training workflows.
  • Local serving — warm MLX slots for Understudy-suffixed local models, with first-run bootstrap for runtimes and model downloads.
  • Chat harness — custom Rust execution layer that streams answers, reasoning, tool calls, tool results, and sidekick activity to the UI.
  • Fusion sidekick — a smaller local model lane used for bounded read-only work while the main lane keeps planning, ambiguity, and final review.
  • Evals / rollout lab — run task suites across model candidates and harness modes, watch each rollout, persist scores, and inspect failures.
  • Candidate results — Test Results-style view that groups model-family task outcomes into passed, failed, running, skipped, score, latency, and drilldown rows.
  • Training — progression from evals to GEPA/prompt optimization, datasets, SFT, RL, and distributed rollout jobs.

Explanation Pattern

When explaining a feature, cover:

  1. What job it does for the developer.
  2. What evidence it uses or creates.
  3. What stays local by default.
  4. What the user can inspect in the UI.
  5. What action it enables next.

Prefer examples:

  • "Run local-fusion-smoke to compare main-only versus sidekick-parallel on the same questions."
  • "Open Candidate results to see which model family passed, failed, or needs failure drilldown."
  • "Use rollout detail to inspect the exact failed question before promoting a route."

Guardrails

  • Do not claim hosted upload, provider spend, telemetry, or account creation happens automatically.
  • Do not claim eval scores are universal benchmarks; describe them as workload-specific gates unless the source is an external benchmark.
  • Do not present the sidekick as the final decision maker. The main lane owns final judgment.
  • Do not imply the Desktop app is fully offline unless runtimes and model weights are already installed.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.