Install
$ agentstack add skill-jordan-gibbs-knack-cli-interview ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo 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.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
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 →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
- 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.
- Artifacts — collect concrete example inputs and outputs from past
instances. Load artifacts.md.
- 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.
- Compile — generate the first draft SKILL.md from what you've learned.
No separate prompt file: synthesize from the captured state.
- Refine — read the draft back to the user, iterate on critiques. Load
refine.md.
- Publish — confirm the skill is ready and run
knack publishto
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## Intuitionsection with
every rule captured during the Intuition phase.
skills//meta.knack.yamlskills//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.
- Author: jordan-gibbs
- Source: jordan-gibbs/knack-cli
- License: MIT
- Homepage: https://getknack.ai
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.