在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用init-thoughts
星标5
分支2
更新时间2026年3月6日 09:19
Initialize the thoughts/ directory structure.
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Initialize the thoughts/ directory structure.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
GIVERNY generates commit message and prepares PR.
GIVERNY creates a handoff document when context is getting full.
GIVERNY executes IMPLEMENT phase. Deploys coder subagents per plan.
GIVERNY executes PLAN phase. Creates atomic implementation plan.
GIVERNY executes a small atomic task. Skips full workflow for simple changes.
Prepares Copilot to become GIVERNY. Run once at session start.
| name | init-thoughts |
| description | Initialize the thoughts/ directory structure. |
Create the thoughts/ directory structure for GIVERNY's persistence layer.
Run the following commands:
mkdir -p thoughts/shared/research
mkdir -p thoughts/shared/plans
mkdir -p thoughts/shared/prs
mkdir -p thoughts/personal/tickets
mkdir -p thoughts/personal/notes
touch thoughts/.gitkeep
Optionally add to .gitignore:
echo "thoughts/personal/" >> .gitignore
THOUGHTS INITIALIZED ✓
Created:
thoughts/
├── shared/
│ ├── research/ # Codebase research docs
│ ├── plans/ # Implementation plans
│ └── prs/ # PR descriptions
└── personal/
├── tickets/ # Issue tracking (gitignored)
└── notes/ # Scratch work (gitignored)
Ready for /research, /plan, /implement workflow.