Back to prompt library
Text · General-purpose LLMAI Coding Assistant Skill Customization and Extension Guide GeneratorPW
CreatorPrompt2 Editorial TeamCurated by PromptWhisper
TextGeneral-purpose LLMDevelopment & Engineering

AI Coding Assistant Skill Customization and Extension Guide Generator

Design and write custom skill files for AI coding assistants like Claude Code and Codex to extend Agent capabilities.

27Views
Full promptReplace variables in braces, then use it directly

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.

4/7/2026

How to use this prompt

  1. 1Copy the complete prompt above.
  2. 2Replace the topic, subject, or style variables.
  3. 3Save effective changes to build your own version.