Understand-Anything
Graphs that teach > graphs that impress. Turn any code into an interactive knowledge graph you can explore, search, and ask questions about. Works with Claude Code, Codex, Cursor, Copilot, Gemini CLI, and more.
Graphs that teach > graphs that impress. Turn any code into an interactive knowledge graph you can explore, search, and ask questions about. Works with Claude Code, Codex, Cursor, Copilot, Gemini CLI, and more.
Pre-indexed code knowledge graph, auto syncs on code changes, for Claude Code, Codex, Gemini, Cursor, OpenCode, AntiGravity, Kiro, and Hermes Agent — fewer tokens, fewer tool calls, 100% local
npx @colbymchenry/codegraphA hand-picked collection of the finest of resources for the most awesome of agents, Claude Code, the undisputed champion of coding companions, from the unstoppable team at Anthropic PBC. A delectable showcase of top tier skills, ambidextrous agents, scintillating status lines, top notch developer tooling, and also we have plugins
Write me a midjourney prompt for a realistic samurai standing in the rain at night
lone samurai standing in heavy rain at night, traditional armor,
neon reflections on wet cobblestone street, cinematic lighting,
dramatic shadows, fog, ultra detailed, photorealistic,
shallow depth of field --ar 16:9 --v 6 --style raw
negative: blurry, low quality, watermark, cartoon, anime, extra limbs
🎯 Target: Midjourney · ⚡ Framework: Visual Descriptor · 💰 Tokens: Light (~60) · 💡 Strategy: Comma-separated descriptors over prose, lighting and mood anchored early, aspect ratio and version locked, negative prompt prevents style drift.
Prompt Master includes specific profiles for 20+ tools. For anything not on the list, it uses a Universal Fingerprint: 4 questions that let it write a quality prompt for any AI system it has never seen before.
| Tool | Category | What Prompt Master Fixes |
|---|---|---|
| Claude | Reasoning LLM | Removes padding, adds XML structure, specifies length |
| ChatGPT / GPT-5.x | Reasoning LLM | Output contract, verbosity control, completion criteria |
| Gemini 2.x | Reasoning LLM | Grounding anchors, citation rules, format locks |
| o3 / o4-mini | Thinking LLM | Short clean instructions only — never adds CoT (they think internally) |
| Ollama | Local LLM | Asks which model is loaded, includes system prompt for Modelfile |
| Qwen 2.5 / Qwen3 | Open-weight LLM | Chat template format, thinking vs non-thinking mode detection |
| Local models (Llama, Mistral) | Open-weight LLM | Shorter prompts, simpler structure, no complex nesting |
| DeepSeek-R1 | Reasoning LLM | Short clean instructions, strips CoT, suppresses thinking output if needed |
| MiniMax (M3 / M2.7) | Reasoning LLM | Temperature clamping, thinking tag control, structured output optimization |
| Claude Code | Agentic AI | Stop conditions, file scope, checkpoint output |
| Cursor / Windsurf | IDE AI | File path, function name, do-not-touch list, sequential prompt guidance |
| Cline (formerly Claude Dev) | Agentic IDE | File scope, approval gates, stop conditions, task breakdown |
| GitHub Copilot | Autocomplete AI | Exact function contract as docstring |
| Antigravity | Agentic IDE | Task-based prompting, Artifact verification, autonomy level |
| Bolt / v0 / Lovable |
| Full-stack generator |
| Stack spec, version, what NOT to scaffold |
| Figma Make | Full-stack generator | Component name references, frame-to-code scope |
| Google Stitch | Full-stack generator | Interface goal over implementation, Material Design 3 spec |
| Devin / SWE-agent | Autonomous agent | Starting state, target state, stop conditions |
| Manus | Autonomous agent | Task outcome focus, permission scope, memory anchors |
| OpenAI Computer Use | Computer-use agent | Screen state, allowed apps, stop before irreversible actions |
| Perplexity Computer | Computer-use agent | Artifact-first prompting, scoped permissions, verification steps |
| OpenClaw | Computer-use agent | Conversational precision, persistent memory, security constraints |
| Perplexity / SearchGPT | Search AI | Mode spec: search vs analyze vs compare |
| Midjourney | Image AI | Comma-separated descriptors, parameters, negative prompts |
| DALL-E 3 | Image AI | Prose description, text exclusion — edit vs generate detection |
| Stable Diffusion | Image AI | Weight syntax (word:1.3), CFG guidance, mandatory negative prompt |
| SeeDream | Image AI | Art style first, mood and atmosphere descriptors, negative prompt |
| ComfyUI | Image AI | Positive/negative node split, checkpoint-specific syntax |
| Meshy / Tripo / Rodin | 3D AI | Style + export format + polygon budget + rig requirements |
| BlenderGPT | 3D AI | Python script output, Blender version, scene context |
| Unity AI | 3D / Game AI | Game genre, platform target, mechanic description over code |
| Sora / Runway | Video AI | Camera movement, duration, cut style |
| LTX / Dream Machine / Kling | Video AI | Cinematic language, motion intensity, style reference |
| ElevenLabs | Voice AI | Emotion, pacing, emphasis, speech rate |
| Zapier / Make / n8n | Workflow automation | Trigger app + event, action app + field mapping |
| 12 | Undefined audience | "write something for users" | "Non-technical B2B buyers, no coding knowledge, decision-maker level" |
| 13 | No mention of prior failures | (blank) | "I already tried X and it failed because Y. Do not suggest X." |
| # | Pattern | Before | After |
|---|---|---|---|
| 14 | Missing output format | "explain this concept" | "3 bullet points, each under 20 words, one-sentence summary at top" |
| 15 | Implicit length | "write a summary" | "Write a summary in exactly 3 sentences" |
| 16 | No role assignment | (blank) | "You are a senior backend engineer specializing in Node.js and PostgreSQL" |
| 17 | Vague aesthetic adjectives | "make it look professional" | "Monochrome palette, 16px base font, 24px line height, no decorative elements" |
| 18 | No negative prompts (image AI) | "a portrait of a woman" | Add: "no watermark, no blur, no extra fingers, no distortion, no text" |
| 19 | Prose prompt for Midjourney | Full descriptive sentence | "subject, style, mood, lighting, --ar 16:9 --v 6" |
| # | Pattern | Before | After |
|---|---|---|---|
| 20 | No scope boundary | "fix my app" | "Fix only login form validation in src/auth.js. Touch nothing else." |
| 21 | No stack constraints | "build a React component" | "React 18, TypeScript strict, no external libraries, Tailwind only" |
| 22 | No stop condition for agents | "build the whole feature" | Explicit stop conditions + checkpoint after each step |
| 23 | No file path for IDE AI | "update the login function" | "Update handleLogin() in src/pages/Login.tsx only" |
| 24 | Wrong template for tool | GPT-style prose used in Cursor | Adapted to File-Scope Template with path + scope |
| 25 | Pasting entire codebase | Full repo context every prompt | Scoped to relevant function and file only |
| # | Pattern | Before | After |
|---|---|---|---|
| 26 | No CoT for logic task | "which approach is better?" | "Think through both approaches step by step before recommending" |
| 27 | Adding CoT to reasoning models | "think step by step" sent to o1/o3 | Removed, reasoning models think internally and CoT instructions degrade output |
| 28 | No self-check on complex output | (nothing) | "Before finishing, verify output against the constraints above" |
| 29 | Expecting inter-session memory | "you already know my project" | Always re-provide the Memory Block |
| 30 | Contradicting prior decisions | New prompt ignores earlier architecture | Memory Block with all established facts |
| # | Pattern | Before | After |
|---|---|---|---|
| 31 | No starting state | "build me a REST API" | "Empty Node.js project, Express installed, src/app.js exists" |
| 32 | No target state | "add authentication" | "/src/middleware/auth.js with JWT verify. POST /login and POST /register in /src/routes/auth.js" |
| 33 | Silent agent | No progress output | "After each step output: ✅ [what was completed]" |
| 34 | Unlocked filesystem | No file restrictions | "Only edit files inside src/. Do not touch package.json, .env, or any config file." |
| 35 | No human review trigger | Agent decides everything | "Stop and ask before: deleting any file, adding any dependency, or touching the database schema" |