Manusで任意のスキルを実行
ワンクリックで
ワンクリックで
ワンクリックでManusで任意のスキルを実行
始める$pwd:
$ git log --oneline --stat
stars:209
forks:20
updated:2026年2月27日 12:56
ファイルエクスプローラー
SKILL.md
Instantly retrieve the list of active plans categorized by their Kanban columns (CREATED, PLAN REVIEWED, CODED, CODE REVIEWED).
Diagnose and fix stale or missing plan entries in the Switchboard plans dropdown.
Standardized high-fidelity protocol for interacting with the Gemini CLI.
| name | Apply Patch |
| description | Apply AI-generated code edits from a response file to the local codebase. |
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.
response.md).src/utils.js
```javascript
const foo = 'bar';
node:
node .agent/skills/apply_patch/apply-patch.js <path_to_response_file>
After running the patch, you should checking git status or git diff to verify the applied changes.