home/roleplay/ai-prompt-3

ai Prompt

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

此配置允许你自定义==批量复制文件时 AI 提示词的模板==。模板可以包括一些变量:

**模板参数:**

| 参数         | 描述               | 输出示例                                                                                                              |
| ------------ | ------------------ | --------------------------------------------------------------------------------------------------------------------- |
| `#{content}` | 文件的完整内容变量 | <pre><code>File: example.js<br/>\`\`\`js<br/>const bar = "hello, aide";<br/>console.log(bar);<br/>\`\`\`</code></pre> |

**使用示例:**

- **默认模板:**

  ```plaintext
  #{content}
  ```

- **示例:**
  ```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