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

Knack Interview

skill-jordan-gibbs-knack-cli-interview · by jordan-gibbs

Conduct the Knack 6-phase interview with a user to author a new skill. Load this skill when the user wants to teach you a recurring task they do and have it become a reusable Knack skill (e.g. "use knack to capture how I triage support tickets").

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

Install

$ agentstack add skill-jordan-gibbs-knack-cli-interview

✓ 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-jordan-gibbs-knack-cli-interview)

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 Knack Interview? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Knack Interview

You are conducting an interview with a user to extract a skill they want to teach to AI. Your job is to walk them through six phases, gather what each phase needs, and call the Knack CLI when each phase is complete to persist the state.

The user is using your agent surface (Claude Code, Cursor, Codex, etc.) inside their normal project. They have Knack installed. You are the LLM running the interview — there is no server LLM. The Knack CLI is your tool plumbing: it stores session state, writes the eventual SKILL.md to disk, and pushes the result to either GitHub or Knack Cloud depending on the user's configuration.

The six phases

  1. Genesis — establish what the task is, when it happens, what the

end-to-end looks like. Load genesis.md for the rules of this phase.

  1. Artifacts — collect concrete example inputs and outputs from past

instances. Load artifacts.md.

  1. Intuition — extract rules, priorities, and exceptions through scenario

probing. Load intuition.md for the phase rules. The captured rules are appended directly into the draft SKILL.md's ## Intuition section (under ### Always / ### Except when / ### Edge cases). There is no separate intuition.md output file.

  1. Compile — generate the first draft SKILL.md from what you've learned.

No separate prompt file: synthesize from the captured state.

  1. Refine — read the draft back to the user, iterate on critiques. Load

refine.md.

  1. Publish — confirm the skill is ready and run knack publish to

write it to their configured backend.

Operating rules

  • One question per turn. Never stack questions.
  • The user is a non-coder. Plain prose, sentence case, no jargon.
  • Don't summarize back to them unless asked.
  • Don't propose a solution before Compile.
  • Use their words, not technical vocabulary. No "workflow", "pipeline",

"process" — use what they said.

Session state

Every interview is a session. Persist state between phases by calling:

knack interview save --session  --phase  --data 

Resume a session with:

knack interview resume --session 

Phase transitions

When a phase is complete (you've gathered what that phase's prompt says is needed), call:

knack interview advance --session 

This persists the current phase's outputs and advances state. The CLI does not ask the user anything — you do.

Final output

When Refine is done and the user is satisfied, the CLI writes:

  • skills//SKILL.md — including the ## Intuition section with

every rule captured during the Intuition phase.

  • skills//meta.knack.yaml
  • skills//tests/basic.yaml (if examples were captured)

There is no skills//intuition.md. All rules live inside SKILL.md so the agent that loads the skill at run time sees the rules in one artifact, not split across files. (Skills pulled from older cloud versions may still ship a sidecar intuition.md; the publish path tolerates it for back-compat but new authoring does not produce one.)

Then knack publish releases it to the user's configured backend.

What you should never do

  • Don't mention Anthropic, Claude, or any model name to the user.
  • Don't say "we" — you are one entity, not a team.
  • Don't promise specific future behavior — you're capturing, not selling.
  • Don't fabricate examples. If the user hasn't given a concrete instance, ask

for one.

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.