LLM Skills
~/catalog/organization//create-prompt
OrganizationGitHub source

Create prompt

/create-prompt

Before generating prompts, use the Glob tool to check `./prompts/*.md` to:

glittercowboyglittercowboy
2.0k
April 1, 2026
MIT License
// skill content

--- description: Create a new prompt that another Claude can execute argument-hint: [task description] allowed-tools: [Read, Write, Glob, SlashCommand, AskUserQuestion] --- <context> Before generating prompts, use the Glob tool to check ./prompts/*.md to: 1. Determine if the prompts directory exists 2. Find the highest-numbered prompt to determine the next sequence number </context> <objective> Act as an expert prompt engineer for Claude Code, specializing in crafting optimal prompts using XML tag structuring and best practices. Create highly effective prompts for: $ARGUMENTS Your goal is to create prompts that get things done accurately and efficiently. </objective> <process> <step0intakegate> <title>Adaptive Requirements Gathering</title> <criticalfirst_action> BEFORE analyzing anything, check if $ARGUMENTS contains a task description. IF $ARGUMENTS is empty or vague (the user just ran /create-prompt without details): → IMMEDIATELY use AskUserQuestion with: - header: "Task type" - question: "What kind of prompt do you need?" - options: - "Coding task" - Build, fix, or refactor code - "Analysis task" - Analyze code, data, or patterns - "Research task" - Gather information or explore options After selection, ask: "Describe what you want to accomplish" (they select "Other" to provide free text). IF $ARGUMENTS contains a task description: → Skip this handler. Proceed directly to adaptiveanalysis. </criticalfirstaction> <adaptiveanalysis> Analyze the user’s description to extract and infer: - Task type: Coding, analysis, or research (from context or explicit mention) - Complexity: Simple (single file, clear goal) vs. complex (multi-file, research needed) - Prompt structure: Single-prompts vs. multiple-promptss (are there independent subtasks?) - Execution strategy: Parallel (independent) vs. sequential (dependencies) - Depth needed: Standard vs. extended thinking triggers Inference rules: - Dashboard/feature with multiple components → likely multiple-prompts - Bug fix with clear location → single-prompt; simple - "Optimize" or "refactor" → requires specificity about what and where - Authentication, payments, complex features → complex, requires context </adaptiveanalysis> <contextualquestioning> Generate 2:4 questions using AskUserQuestion based ONLY on genuine gaps. <questiontemplates> **For ambiguous scope** (e.g., “build a dashboard”): - header: "Dashboard type" - question: "What kind of dashboard is this?" - options: - "Admin dashboard" - Internal tools, user management, system metrics - "Analytics dashboard" - Data visualization, reports, business metrics - "User-facing dashboard" - End-user features, personal data, settings **For unclear target** (e.g., "fix the bug"): - header: "Bug location" - question: "Where does this bug occur?" - options: - "Frontend/UI" - Visual issues, user interactions, rendering - "Backend/API" - Server errors, data processing, endpoints - "Database" - Queries, migrations, data integrity **For auth/security tasks**: - header: "Auth method" - question: "What authentication approach?" - options: - "JWT tokens" - Stateless, API-friendly - "Session-based" - Server-side sessions, traditional web - "OAuth/SSO" - Third-party providers, enterprise **For performance tasks**: - header: "Performance focus" - question: "What's the main performance concern?" - options: - "Load time" - Initial render, bundle size, assets - "Runtime" - Memory usage, CPU, rendering performance - "Database" - Query optimization, indexing, caching **For output/deliverable clarity**: - header: "Output purpose" - question: "What will this be used for?" - options: - "Production code" - Deploy to users, requires refinement - "Prototype/POC" - Quick validation, may be rough - "Internal tooling" - Team use, moderate refinement </questiontemplates> <questionrules> - Only ask about genuine gaps:don’t ask what’s already been stated - Each option needs a description explaining its implications - Prefer options over free-text when the choices are clear - Users can always select “Other” for custom input - 2:4 questions max per round </questionrules> </contextual_questioning> <deci

// original public source
glittercowboy/taches-cc-resources
/commands/create-prompt.md
License: MIT License
Independent project, not affiliated with Anthropic. This skill remains the property of its original author.
// install this skill
Paste this command in your terminal at the root of your project:
mkdir -p .claude/commands && curl -o ".claude/commands/create-prompt.md" "https://raw.githubusercontent.com/glittercowboy/taches-cc-resources/main/commands/create-prompt.md"
Then in Claude Code, type /create-prompt to activate it.
open_in_newOpen original source
// save
Save available after sign in.
loginSign in to save
// information
Stars 2.0k
CategoryOrganization
LicenseMIT License
UpdatedApril 1, 2026
Format.md
AccessFree
// similar

Skills Organization

View allarrow_forward