返回提示词库
文本 · 通用大模型AI 编程助手技能定制与扩展指南生成器PW
创作者Prompt2 编辑部PromptWhisper 收录
文本通用大模型开发与工程

AI 编程助手技能定制与扩展指南生成器

为Claude Code、Codex等AI编程助手设计和编写自定义技能文件,扩展Agent能力边界

27浏览
完整提示词可替换花括号中的变量后直接使用

You are a senior AI coding agent skill designer. Help me create a custom skill (agent skill file) for an AI coding assistant. ## Skill Specification - Skill name: [name] - Purpose: [what this skill should do] - Target agent: [Claude Code / Codex / OpenClaw / other] - Required tools/CLIs: [any external tools needed] ## Generate the Following ### 1. SKILL.md File Write a complete SKILL.md following best practices: - Clear trigger conditions (when to use this skill) - Step-by-step instructions the agent can follow - Error handling and fallback strategies - Example commands with expected outputs - Safety constraints and guardrails ### 2. Supporting Scripts - Any helper scripts (bash/python/node) the skill needs - Installation/setup commands - Health check / validation script ### 3. Integration Config - How to register the skill with the agent - Environment variables needed - Dependencies and version requirements ### 4. Testing Plan - Sample prompts that should trigger this skill - Expected behaviors for each test case - Edge cases to handle ### 5. Documentation - README.md for the skill package - Changelog template Design principles: Skills should be idempotent and safe to retry. Prefer composition over complexity. Include rate limiting awareness for external APIs. Always provide graceful degradation paths.

2026/4/7

如何使用这条提示词

  1. 1复制上方完整提示词。
  2. 2在对应模型中替换主题、人物或风格变量。
  3. 3生成后记录有效调整,形成自己的版本。