home/roleplay/ai-prompt-4

ai Prompt

GPTClaudeGemini··1,056 copies·updated 2026-07-14
ai-prompt-4.prompt
# aide.aiPrompt

This configuration allows you to customize ==the template for AI prompts when batch copying files==. The template can include some variables:

**Template Parameters:**

| Parameter    | Description                    | Output Example                                                                                                        |
| ------------ | ------------------------------ | --------------------------------------------------------------------------------------------------------------------- |
| `#{content}` | Variable for full file content | <pre><code>File: example.js<br/>\`\`\`js<br/>const bar = "hello, aide";<br/>console.log(bar);<br/>\`\`\`</code></pre> |

**Usage Example:**

- **Default Template:**

  ```plaintext
  #{content}
  ```

- **Example:**
  ```plaintext
  Here is the code snippet:
  #{content}
  Please answer the following question:
  ```

fill the variables

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

{content}
Unlock with Pro →

when to use it

Community prompt sourced from the open-source GitHub repo nicepkg/aide (MIT). A "ai Prompt" 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

nicepkg/aide · MIT