promptify
Install this skill
npx skills add intellectronica/agent-skillsWorks across Claude Code, Cursor, Codex, Copilot & Antigravity
Promptify functions as an intermediary layer between vague user intent and machine-readable instruction sets. By applying structured transformation rules, it converts ambiguous conversational inputs into rigorous specification-style directives. It minimizes the hallucination risks often associated with conversational prompts by stripping away unnecessary conversational filler while preserving core intent. The utility enforces strict organizational standards—using specific markdown headings, bulleted lists, and numbered sequences—to ensure the target AI model interprets instructions as functional requirements rather than suggestions. The transformation adheres to strict length constraints, ensuring the output remains focused and actionable without injecting external information. This tool serves developers and automated agents requiring a standardized format for downstream task execution, ensuring consistent, reproducible results across various model architectures by maintaining a strict, non-conversational dialect.
When to Use This Skill
- •Preparing complex task descriptions for automated agent chains
- •Refining user-generated feedback into actionable bug report prompts
- •Standardizing documentation requests for technical writing models
- •Formatting ambiguous research queries into structured data extraction tasks
How to Invoke This Skill
Example prompts that trigger this skill in Claude Code, Cursor, or Antigravity:
- “Refine this prompt for better model accuracy
- “Turn this request into a clear specification
- “Format my instructions into a structured prompt
- “Optimize this input for an AI model
- “Rewrite this task description into technical specification language
Pro Tips
- 💡Start with your raw thought, no matter how unrefined; Promptify excels at structured elaboration.
- 💡If the output isn't quite right, review Promptify's generated prompt to identify areas for even greater specificity in your initial input.
- 💡Use Promptify as a learning tool to understand how to structure your own prompts more effectively for future AI interactions.
What this skill does
- •Converts conversational inputs into structured specification-style prompts
- •Applies mandatory markdown formatting for improved model hierarchy
- •Enforces strict length ratios relative to original user intent
- •Filters out non-essential natural language filler
- •Standardizes instructional tone for predictable execution
When not to use it
- ✕When preserving the creative tone of a request is required
- ✕When the input is already a highly technical or precise document
- ✕For tasks requiring conversational empathy or social nuances
Example workflow
- Accept raw user input text from the interface
- Analyze the input to extract core intent and necessary constraints
- Draft the new prompt using mandatory markdown headings and lists
- Validate that the output length is within the 0.75x to 1.5x constraint
- Strip all emojis, filler, and conversational pleasantries
- Deliver only the formatted prompt to the requester
Pitfalls & limitations
- !May strip essential context if the user's initial input is extremely brief
- !Strict length constraints can cause truncation of complex, multi-part requests
- !Inability to distinguish between required metadata and noise in poor inputs
FAQ
How it compares
Unlike manual refinement which is prone to inconsistencies, Promptify applies deterministic rules to ensure every prompt follows an identical, predictable structural pattern.
📄 Full skill instructions — original source: intellectronica/agent-skills
Transform user requests into detailed, precise prompts optimised for AI model consumption.
## Core Task
Rewrite the user's request as a clear, specific, and complete prompt that guides an AI model to produce the desired output without ambiguity. Treat the output as specification language, not casual natural language.
## Process
1. **Read and understand** - Read the user's request carefully to understand the full context, intent, and all details
2. **Plan the rewrite** - Consider what specific information, instructions, or context the AI model needs to fulfill the request effectively
3. **Rewrite as a detailed prompt** - Transform the request into a precise prompt with clarity, specificity, and completeness
## Writing Guidelines
### Structure
- Begin with a single short paragraph summarising the overall task
- Use headings (##, ###, ####) for sections only where appropriate (no first-level title)
- Use **bold**, _italics_, bullet points (
-), and numbered lists (1., 2.) liberally for organisation- Never use emojis
- Never use
* for bullet points, always use -### Language
- Use plain, straightforward, precise language
- Avoid embellishments, niceties, or creative flourishes
- Think of language as specification/code, not natural language
- Be clear and specific in all instructions
### Content
- Keep the prompt concise: 0.75X to 1.5X the length of the original request
- Do not add or invent information not present in the input
- Do not include unnecessary complexity or verbosity
## Output
Provide only the final prompt as markdown, without additional commentary or explanation.
How to Use This Skill Unit
Option A: Project-Specific (Recommended)
- Click "Download" above
- In your project, create the directory:
.agent/skills/promptify/ - Save the file as
SKILL.md - The agent will automatically discover the skill based on its description.
Option B: Global Installation (All Agents)
Save the file to these locations to make it available across all projects:
- Claude Code:
~/.claude/skills/intellectronica/agent-skills/promptify/SKILL.md - Cursor:
~/.cursor/skills/intellectronica/agent-skills/promptify/SKILL.md - Antigravity:
~/.gemini/antigravity/skills/intellectronica/agent-skills/promptify/SKILL.md
🚀 Install with CLI:npx skills add intellectronica/agent-skills
