promptkit

Solid

Sharpen the prompt before you send it, whether the one-shot instruction you're about to hand a coding agent or the system prompt your application ships. Use when the user says "optimize this prompt", "what's wrong with this prompt", "write or rewrite the system prompt my app ships", or "/promptkit".

AI & Automation 1 stars 0 forks Updated today MIT

Install

View on GitHub

Quality Score: 80/100

Stars 20%
10
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# promptkit Everything downstream starts *after* a prompt is written, and nothing looks at the sentence you're about to send. That sentence is the cheapest artifact in the workflow and the highest-leverage one: a vague instruction doesn't fail loudly, it produces a plausible wrong thing, and the cost lands three steps later in a review pass and a rebuild. promptkit sharpens the prompt. It never does the work the prompt describes. Two modes, split by **artifact** rather than by effort, because their rules genuinely contradict each other: - **[`task`](#mode-task)** is the instruction you're about to hand an agent in this session. Ephemeral: one send, then it's dead. Context gets baked in, placeholders are forbidden, and it can lean on the repo. - **[`system`](#mode-system)** is the prompt your application sends on every request. Durable: its variables *are* the interface, and it has to survive input written by someone trying to break it. Get the branch wrong and you ship a prompt that fails in exactly the way the other mode guards against. That's why the split exists. ## What promptkit is not - **Not the task executor.** Handed "add auth", it writes a prompt about adding auth. It does not add auth. This is the load-bearing safety rule and the most likely failure, because the model is perfectly capable of just doing the task and will drift toward it. - **Not the skill author.** A `SKILL.md` is a prompt, so this needs saying in both directions: authoring or improving a ski...

Details

Author
mimukit
Repository
mimukit/skills
Created
1 months ago
Last Updated
today
Language
Shell
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

prompt-builder

Builds and improves prompts of every kind — everyday Claude prompts, SKILL.md instruction bodies, skill descriptions, and agent/system prompts. Detects mode from input: critique-and-rewrite when the user pastes a draft, interview-and-build when the user describes a goal without a draft. Always does live web research on current Anthropic prompting guidance before producing output. Returns a short critique plus a copy/paste-ready prompt block. Use whenever the user asks for help writing, improving, rewriting, critiquing, sharpening, or scoping a prompt — including phrases like "help me write a prompt for…", "improve this prompt", "make this better", "what's wrong with this prompt", "rewrite this", "I need a system prompt for…", "draft a SKILL.md description for…", "write a prompt for", "sharpen this prompt", or whenever the user shares a block of text that is clearly an LLM prompt and asks for any kind of feedback or revision.

0 Updated today
cody-hutson
AI & Automation Listed

prompt-engineering

This skill should be used when the user says "write a prompt", "prompt engineering", "system prompt", "optimize my prompt", "create instructions for", "context engineering", "CLAUDE.md", "few-shot examples", "write me a Midjourney prompt", "create a GPT prompt", "prompt for Claude Code", "agentic prompt", "tool description", or needs to create, improve, or optimize prompts for any AI platform. Covers prompt writing, system prompts, tool descriptions, agentic workflows, prompt chaining, and cross-model migration. Use for any prompt-related task, even simple ones.

5 Updated 1 weeks ago
RadOrigin-LLC
AI & Automation Solid

prompt-generator

Turns a vague ask into a rigorous, grounded, token-efficient prompt: role + objective, testable done criteria, anti-hallucination (verify or say "I don't know"), anti-tokenmaxing (lead with the answer, output budget), strict agent discipline. Use proactively when the user hands over a prompt or task spec destined for another agent or LLM. Also on "write a prompt", "improve this prompt", "prompt for an agent". Not for human-facing prose or work you'll execute yourself this session.

12 Updated 3 weeks ago
alonbaron