name: Apply Patch description: Apply AI-generated code edits from a response file to the local codebase.
Apply Patch Skill
This skill allows the agent to apply code changes generated by another agent (like Flash) without consuming tokens to read and manually type the edits.
Usage
-
Generate Response: Ensure the upstream agent (Flash) has output its response to a file (e.g.,
response.md). -
Format Requirement: The response file MUST have file paths preceding code blocks.
src/utils.js ```javascript const foo = 'bar'; -
Execute:
Run the script using
node:node .agent/skills/apply_patch/apply-patch.js <path_to_response_file>
Verification
After running the patch, you should checking git status or git diff to verify the applied changes.
chat Comments (0)
Sign in to join the discussion and leave a comment.
Skill Details
GitHub Stars
33
GitHub Forks
2
Created
Mar 2026
Last Updated
3个月前
tools
tools automation tools
Related Skills
Build your own?
Join 12,000+ developers contributing to the Claude ecosystem.
No comments yet. Be the first to share your thoughts!