在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用status
星标5
分支2
更新时间2026年3月6日 09:19
GIVERNY reports current state of thoughts/ and context.
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
GIVERNY reports current state of thoughts/ and context.
用 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.
Initialize the thoughts/ directory structure.
GIVERNY executes PLAN phase. Creates atomic implementation plan.
GIVERNY executes a small atomic task. Skips full workflow for simple changes.
| name | status |
| description | GIVERNY reports current state of thoughts/ and context. |
Report the current state of the thoughts/ directory and session context.
Check thoughts/ structure:
find thoughts/ -name "*.md" -type f 2>/dev/null | head -20
List recent research:
ls -lt thoughts/shared/research/*.md 2>/dev/null | head -5
List active plans:
ls -lt thoughts/shared/plans/*.md 2>/dev/null | head -5
Check git status:
git status --short
Report context usage
GIVERNY STATUS
📁 thoughts/ structure:
shared/research/ [N docs]
shared/plans/ [N docs]
personal/notes/ [N docs]
📚 Recent Research:
- 2025-12-05-pipeline-nulls.md (today)
- 2025-12-04-auth-flow.md (yesterday)
📋 Active Plans:
- 2025-12-05-null-handling.md [approved]
- 2025-12-04-auth-refactor.md [draft]
📊 Context: X%
🔀 Git Status:
[staged/unstaged changes summary]
Ready for commands.
⚠️ No thoughts/ directory found.
Initialize with the /init-thoughts skill.