software-prompt-maker

software-prompt-maker is a skill for Claude Code, Codex from pilotspace/pilot-space. It costs 89 tokens per session (2,020 once invoked), scanned A, original, Apache-2.0.

A prompt-writing workflow that turns a complex software request into a structured prompt for planning or building a system.

In plain words
What is it for?
Use it when designing software, writing technical specifications, planning features, or breaking implementation into tasks.
Why use it?
It helps turn vague requirements into clearer goals, constraints, steps, and checks for the coding agent.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/pilotspace/pilot-space/software-prompt-maker
Any agent
npx skills add pilotspace/pilot-space --skill software-prompt-maker
Clone the repo
git clone --depth 1 https://github.com/pilotspace/pilot-space

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 software-prompt-maker

README.md
[![agentmods](https://agentmods.dev/badge/skills/pilotspace/pilot-space/software-prompt-maker.svg)](https://agentmods.dev/skills/pilotspace/pilot-space/software-prompt-maker)
Your own site
<a href="https://agentmods.dev/skills/pilotspace/pilot-space/software-prompt-maker"><img src="https://agentmods.dev/badge/skills/pilotspace/pilot-space/software-prompt-maker.svg" alt="Measured on agentmods" height="20"></a>
Per session 89 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,020 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00089 $0.02020
Opus 5 $0.00044 $0.01010
Sonnet 5 $0.00018 $0.00404
Haiku 4.5 $0.00009 $0.00202

Measured 4d ago against content hash 7bd0f55e2026, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

software-prompt-maker 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 4d 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.

.claude/skills/software-prompt-maker/SKILL.md · 270 lines

How it starts

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

Software Architect Prompt Engineer

Overview

Transform complex software engineering requests into optimal, production-ready prompts using research-backed techniques from the "Principled Instructions" paper (Bsharat et al., MBZUAI 2023) that demonstrated up to 45% improvement in response quality.

Core Principles Applied

This skill applies the most effective prompting principles from peer-reviewed research:

Principle Technique Impact
P3 Break down complex tasks into sequential steps +15-25% accuracy
P6 Stakes language ("$200 tip", "critical to success") +45% quality
P12 "Think step by step" / Chain-of-Thought +20-35% reasoning
P15 Self-evaluation with test criteria +10-20% completeness
P16 Assign expert persona/role +15-25% domain accuracy
P19 Chain-of-thought with few-shot examples +25-40% complex tasks

Prompt Generation Workflow

Phase 1: Requirement Extraction

To transform a user request into an optimal prompt, first extract:

  1. Business Objective - What outcome does the user need?
  2. Success Criteria - How will success be measured?
  3. Constraints - Technical, time, resource limitations
  4. Implicit Needs - Unstated requirements inferred from context
  5. Edge Cases - Potential failure scenarios to address

Phase 2: Prompt Assembly

Assemble the optimal prompt using this structure:

# Expert Persona (P16)
You are a [specific expert role] with 15 years specializing in [domain].
You excel at [key capabilities relevant to task].

# Stakes Framing (P6)
This is critical to [business impact]. Could save [value proposition].
I'll tip you $200 for a perfect, production-ready solution.

# Task Decomposition (P3)
Take a deep breath and work through this step by step:

1. [First logical step with clear deliverable]
2. [Second step building on first]
3. [Continue with dependency-aware ordering]
N. [Final step producing complete solution]

# Chain-of-Thought Guidance (P12, P19)
For each step:
- Consider alternatives and tradeoffs
- Identify edge cases and failure modes
- Validate assumptions before proceeding

# Self-Evaluation Framework (P15)
After your solution, rate your confidence (0-1) on:

1. **Completeness**: Did you cover all aspects?
2. **Clarity**: Is the solution easy to understand?
3. **Practicality**: Is it feasible and implementable?
4. **Optimization**: Does it balance performance, accuracy, complexity?
5. **Edge Cases**: Did you address potential challenges?
6. **Self-Evaluation**: Did you include refinement mechanisms?

Provide a score for each (0-1).
If any score < 0.9, refine your answer before presenting.

Read the full file on GitHub · 270 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 4d ago First seen · 270 lines · 89 tokens per session scan A 7bd0f55e2026

Subscribe to this mod's changes

software-prompt-maker is a skill published in the GitHub repository pilotspace/pilot-space (2 stars, last pushed 2mo ago), licensed Apache-2.0. It adds 89 tokens to every session and 2,020 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

enhance-prompt

Transforms vague UI ideas into polished, Stitch-optimized prompts. Enhances specificity, adds UI/UX keywords, injects design system context, and structures output for better generation results.

google-labs-code/stitch-skills · 41 tokens

prompt-optimization

Improve a prompt on the evaluations workbench through a measured loop. Score the baseline first, then duplicate the target column, form a hypothesis from failing rows, edit the copy's prompt draft, run, compare pass rate and cost, and repeat until the numbers hold. Use when the user asks to optimize or improve a…

langwatch/langwatch · 105 tokens

prompt-engineer

Writes, refactors, and evaluates prompts for LLMs — generating optimized prompt templates, structured output schemas, evaluation rubrics, and test suites. Use when designing prompts for new LLM applications, refactoring existing prompts for better accuracy or token efficiency, implementing chain-of-thought or few-shot…

Jeffallan/claude-skills · 93 tokens

prompt-master

Generates optimized prompts for AI tools. Activates only when the user explicitly asks to write, fix, improve, or adapt a prompt for a specific AI tool (LLM, Cursor, Midjourney, image AI, video AI, coding agents, etc.). Does not activate for general conversation, coding tasks, document writing, or other…

nidhinjs/prompt-master · 78 tokens

ideogram4

Prompting patterns for Ideogram 4 text-to-image — best-in-class in-image text rendering and exact color/layout control via structured JSON captions. Use when generating images that need legible on-image text (title cards, thumbnails, logos, signage, CTAs), precise brand colors, or controlled spatial layout. Triggers…

digitalsamba/claude-code-video-toolkit · 99 tokens

seedance-antislop

This skill should be used when a Seedance 2.0 prompt contains generic AI filler, hollow superlatives, vague cinematic language, bloated adjectives, weak verbs, or needs sharper production-specific wording.

Emily2040/seedance-2.0 · 48 tokens