home/writing/prompt-shortcut-summary

PROMPT SHORTCUT SUMMARY

GPTClaudeGemini··388 copies·updated 2026-07-14
prompt-shortcut-summary.prompt
# Prompt Shortcut MCP - Implementation Complete

**Author**: aezi zhu  
**Date**: August 18, 2024  
**Status**: ✅ **FULLY IMPLEMENTED & READY**

## 🎯 Project Overview

Successfully implemented a **Prompt Shortcut MCP** that enables LLMs to use custom command shortcuts for enhanced interactions. Users can create shortcuts like `/th` for "think harder" or `/ider` for creative writing, making AI conversations faster and more efficient.

## ✅ Implementation Status

### Core System ✅ **COMPLETED**
- **Command Parser**: Recognizes and expands shortcuts like `/th`, `/ider`
- **Template Engine**: Expands `{input}` variables in prompt templates
- **Local Storage**: Persistent JSON storage in `~/.shortcut-mcp/shortcuts.json`
- **Category System**: Organize shortcuts by thinking, writing, coding, etc.
- **Usage Tracking**: Monitor most-used shortcuts

### Built-in Shortcuts ✅ **5 READY TO USE**
| Command | Purpose | Template |
|---------|---------|----------|
| `/th` | Think Harder | "Think harder about this problem. Analyze it step by step with deep reasoning and consider multiple perspectives. {input}" |
| `/ider` | Sci-Fi Writer | "You are a skilled science fiction writer. Based on the following prompt, write a compelling story with rich details, character development, and imaginative world-building: {input}" |
| `/code` | Expert Programmer | "You are an expert programmer. Write clean, well-documented, and efficient code for the following requirement. Include comments and follow best practices: {input}" |
| `/explain` | Simple Explainer | "Explain the following concept in simple terms that anyone can understand. Use analogies, examples, and break it down step by step: {input}" |
| `/pros-cons` | Analysis | "Analyze the following topic by listing the pros and cons. Be objective and consider multiple viewpoints: {input}" |

### MCP Tools ✅ **6 TOOLS IMPLEMENTED**
1. **`parse_shortcut`** - Detect and expand shortcut commands
2. **`list_shortcuts`** - Browse available shortcuts with filtering
3. **`create_shortcut`** - Create custom shortcuts with templates
4. **`update_shortcut`** - Modify existing shortcuts
5. **`delete_shortcut`** - Remove shortcuts safely
6. **`get_shortcut_details`** - Get comprehensive shortcut information

## 🚀 How It Works

### Basic Usage

fill the variables

This prompt has 1 variable. Pro fills them into a ready-to-paste prompt for you — no manual find-and-replace.

{input}
Unlock with Pro →

when to use it

Community prompt sourced from the open-source GitHub repo aezizhu/shortcut-mcp (MIT). A "PROMPT SHORTCUT SUMMARY" style prompt — adapt the placeholders and specifics to your task. Imported as-is and not independently retested here, so check the output before relying on it.

tags

writingcommunitygeneral

source

aezizhu/shortcut-mcp · MIT