promptkitty-assemble

promptkitty-assemble is a skill for Claude Code, Codex from baldaworks/promptkitty. It costs 78 tokens per session (939 once invoked), scanned A, original, MIT.

A command-line tool that finds a suitable PromptKit template and fills it in for an engineering task. A command-line tool is a program operated by typing commands in a terminal.

In plain words
What is it for?
Use it to assemble prompts for tasks such as requirements writing, design work, bug investigation, or code review.
Why use it?
It reduces the work of choosing a prompt template and gathering the information needed to use it correctly.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions subagents.

Good fit Use it to assemble prompts for tasks such as requirements writing, design work, bug investigation, or code review.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/baldaworks/promptkitty/promptkitty-assemble
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 baldaworks/promptkitty --skill promptkitty-assemble
Clone the repo
git clone --depth 1 https://github.com/baldaworks/promptkitty

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 promptkitty-assemble

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/baldaworks/promptkitty/promptkitty-assemble"><img src="https://agentmods.dev/badge/skills/baldaworks/promptkitty/promptkitty-assemble.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 78 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 939 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.
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.00078 $0.00939
Opus 5 $0.00039 $0.00469
Sonnet 5 $0.00016 $0.00188
Haiku 4.5 $0.00008 $0.00094

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

Security

Grade A, and why

promptkitty-assemble 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 10d 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.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

  • assemble — 97% identical, 2 lines differ
cli/assets/cursor/skills/promptkitty-assemble/SKILL.md · 78 lines

How it starts

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

PromptKitty Assemble

Use promptkitty when installed. Otherwise use the pinned fallback npx --yes @baldaworks/[email protected] for every command in the task. Resolve this once and keep the same command form throughout the workflow.

Use only the public PromptKitty CLI. Do not read PromptKit component source files or fetch PromptKit from the network.

Discover and inspect

  1. Reduce the task to a short intent query and search templates:

    promptkitty search "<intent>" --type template --json
    

    Retry with fewer domain-specific words when needed. Use promptkitty list --type template --json only when search cannot identify a candidate.

  2. Select the best template from its name, description, and category. If two candidates imply materially different workflows, explain the difference briefly and ask the user to choose.

  3. Inspect the selected template:

    promptkitty show "<template>" --json
    

    Treat every key in metadata.params as required. Reuse values supplied by the user or available in task context. Ask for missing values; never invent them. An empty value is valid only when the user intentionally leaves that parameter empty.

Assemble the source

Use --param "<name>=<value>" for short values and --param-file "<name>=<path>" for files or long multiline input. Quote assignments so shell metacharacters remain data. Add composition flags only when the user requests or confirms them.

promptkitty assemble "<template>" \
  --param "<name>=<value>" \
  --param-file "<name>=<path>"

Interactive templates

When metadata.mode is interactive:

  1. Resolve every declared parameter and run a provisional assembly without writing it to the target project.
  2. Read the provisional prompt only far enough to identify its first questioning, validation, and user-confirmation gate.
  3. Perform that first phase with the user. Read-only inspection is allowed when already authorized and necessary to answer the phase. Do not edit files, generate deliverables, run side-effectful commands, commit, or continue past the first confirmation gate.
  4. Fold confirmed answers into the matching declared parameters. Append a concise preflight decision summary to context when that parameter exists; otherwise refine only semantically matching declared parameters. Never add undeclared parameters.
  5. Re-run assemble with the enriched values. This is the final source prompt. Do not execute its later phases.

Read the full file on GitHub · 78 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. 10d ago First seen · 78 lines · 78 tokens per session scan A 34a5d7b7efe4

Subscribe to this mod's changes

promptkitty-assemble is a skill published in the GitHub repository baldaworks/promptkitty (5 stars, last pushed 1mo ago), licensed MIT. It adds 78 tokens to every session and 939 once invoked, about $0.0004 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-31.

Related

Other skills, from other repositories

prompt-improver

Transform vague prompts into precise, verifiable structured XML prompts that coding agents execute reliably. Modes: execute (default — generate then run) and plan (generate XML for review first). Use when the user says improve prompt, make this work better, prompt engineer, structure a request, plan a complex change…

owenob1/prompt-improver · 104 tokens

ai-wrapper-product

Expert in building products that wrap AI APIs (OpenAI, Anthropic, etc.) into focused tools people will pay for. Not just 'ChatGPT but different' - products that solve specific problems with AI. Covers prompt engineering for products, cost management, rate limiting, and building defensible AI businesses. Use when: AI…

Dokhacgiakhoa/Agent-Skills-4-Vibe-Coding-CLI · 84 tokens

ai-product

Every product will be AI-powered. The question is whether you'll build it right or ship a demo that falls apart in production. This skill covers LLM integration patterns, RAG architecture, prompt engineering that scales, AI UX that users trust, and cost optimization that doesn't bankrupt you. Use when: keywords…

Dokhacgiakhoa/Agent-Skills-4-Vibe-Coding-CLI · 71 tokens

ai-engineering-toolkit

6 production-ready AI engineering workflows: prompt evaluation (8-dimension scoring), context budget planning, RAG pipeline design, agent security audit (65-point checklist), eval harness building, and product sense coaching.

sickn33/agentic-awesome-skills · 47 tokens

guidance

Control LLM output with regex and grammars, guarantee valid JSON/XML/code generation, enforce structured formats, and build multi-step workflows with Guidance - Microsoft Research's constrained generation framework.

davila7/claude-code-templates · 38 tokens

outlines

Guarantee valid JSON/XML/code structure during generation, use Pydantic models for type-safe outputs, support local models (Transformers, vLLM), and maximize inference speed with Outlines - dottxt.ai's structured generation library.

davila7/claude-code-templates · 50 tokens