Skip to main content
Glama

Claude Code Prompt Engineer

by gr3enarr0w

engineer_prompt

Optimize and refine prompts for Claude Code with automatic language detection, task recognition, and interactive Q&A. Enhance prompt effectiveness for programming tasks offline without external APIs.

Instructions

Intelligently engineers and optimizes prompts for Claude Code, with interactive refinement and automatic optimization for maximum effectiveness.

Input Schema

NameRequiredDescriptionDefault
contextNoAdditional context about the codebase or project (optional)
interactiveNoWhether to enable interactive Q&A refinement (default: false)
languageNoThe programming language (optional, will be detected if not provided)
promptYesThe raw user prompt that needs engineering

Input Schema (JSON Schema)

{ "properties": { "context": { "description": "Additional context about the codebase or project (optional)", "type": "string" }, "interactive": { "description": "Whether to enable interactive Q&A refinement (default: false)", "type": "boolean" }, "language": { "description": "The programming language (optional, will be detected if not provided)", "type": "string" }, "prompt": { "description": "The raw user prompt that needs engineering", "type": "string" } }, "required": [ "prompt" ], "title": "engineer_promptArguments", "type": "object" }
Install Server

Other Tools from Claude Code Prompt Engineer

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/gr3enarr0w/cc_peng_mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server