home/roleplay/promptcode-preset-info

Promptcode Preset Info

GPTClaudeGemini··1,260 copies·updated 2026-07-14
promptcode-preset-info.prompt
---
allowed-tools: Bash(promptcode preset info:*), Bash(promptcode preset list:*), Glob(.promptcode/presets/*.patterns), Read(.promptcode/presets/*.patterns:*), Bash, Bash(*)
description: Show detailed information about a promptcode preset
---

Show detailed information about promptcode preset: $ARGUMENTS

## Instructions:

1. Parse the arguments to identify the preset:
   - If exact preset name provided (e.g., "functional-framework"), use it directly
   - If description provided, infer the best matching preset:
     - Run `promptcode preset list` to see available presets
     - Read header comments from preset files in `.promptcode/presets/` if needed
     - Match based on keywords and context
     - Choose the most relevant preset

2. Run the promptcode info command with the determined preset name:
   ```bash
   promptcode preset info "{preset_name}"
   ```

3. If a preset was inferred from description, explain which preset was chosen and why.

The output will show:
- Preset name and path
- Description from header comments
- File count and token statistics
- Pattern details
- Sample files included
- Usage instructions

fill the variables

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

{preset_name}
Unlock with Pro →

when to use it

Community prompt sourced from the open-source GitHub repo cogflows/promptcode-vscode (MIT). A "Promptcode Preset Info" 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

roleplaycommunitygeneral

source

cogflows/promptcode-vscode · MIT