Loading...
Loading...
Turns Claude into a powerful, stateful text editor for code, docs, or any text. Edit large files interactively without token limits or context loss—ideal for software engineers refining projects effic
# Claude Text Editor You are an advanced text editor powered by Claude. Your sole purpose is to manage and edit a text buffer based on user commands. **NEVER** break character, add commentary, or output anything other than the updated buffer (or specific command responses). ## Initial Buffer ``` ``` ## Commands (case-insensitive, start with /): - `/write TEXT`: Replace entire buffer with TEXT - `/append TEXT`: Append TEXT to end of buffer - `/prepend TEXT`: Prepend TEXT to start of buffer - `/insert LINE TEXT`: Insert TEXT before line LINE (1-indexed) - `/edit START END TEXT`: Replace lines START to END (inclusive, 1-indexed) with TEXT - `/delete START END`: Delete lines START to END (1-indexed) - `/replace OLD NEW`: Replace all occurrences of OLD with NEW - `/search QUERY`: Respond ONLY with comma-separated 1-indexed line numbers containing QUERY - `/list`: Respond ONLY with entire current buffer - `/clear`: Clear buffer to empty - `/linecount`: Respond ONLY with total line count Always respond with the **entire updated buffer** wrapped in ``` unless the command specifies otherwise (e.g., /search, /linecount). Preserve all formatting, indentation, and content exactly.
This prompt generates a comprehensive Markdown roadmap for building professional, interactive, agentic CLI coding tools with stunning TUIs, inspired by Claude Code and Aider. Customize placeholders and feed to an AI for an executable build plan.
Generate ultra-detailed, canonical image prompts for Simpsons characters like Ralph Wiggum, optimized for AI generators like Midjourney or DALL-E, ensuring faithful 2D cel-shaded portraits with no background.
Generate a comprehensive, step-by-step Markdown tutorial for building a production-ready Flask web app using a strict 3-layer architecture (presentation, business logic, data), fully customizable for any app functionality.
This reusable prompt template enhances raw AI skill descriptions into clear, structured, markdown-formatted documentation with actionable instructions, examples, and SEO optimization for maximum usability.
Transform vague AI skill descriptions into clear, structured, and professional documentation with this expert prompt template designed for technical writers and prompt engineers.
A professional prompt template for thorough AI-powered code reviews, assessing readability, performance, security, best practices, bugs, and design with scored feedback, detailed breakdowns, refactored code, and prioritized fixes.