一键导入
megg-state
Manage session state for cross-session handoff
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Manage session state for cross-session handoff
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Read Claude Code documentation to learn about features, capabilities, hooks, skills, MCP, subagents, and how to use Claude Code effectively.
Close a dev-cycle session, capture learnings, and optionally commit. Use when development work is complete and ready to wrap up.
Fully autonomous development mode. Spec in, production-ready software out. Claude makes decisions, uses agents, commits locally. Only stops for hard blockers.
Run QA checks on current work. Tests, linting, type checking, build verification. Use during or after development to catch issues early.
Release candidate preparation. Final checks before merge - QA, security, review, changelog. The last gate before shipping.
Security audit with Sentinel. Checks for vulnerabilities, secrets, dependencies, and security best practices. Use before shipping or when working on auth/crypto/sensitive areas.
基于 SOC 职业分类
| name | megg-state |
| description | Manage session state for cross-session handoff |
| user-invocable | true |
| arguments | [{"name":"action","description":"clear | show (default captures state)","required":false}] |
Capture or manage session state for cross-session handoff.
## Working On
[One-liner: the main task/goal]
## Progress
- [What's been done]
- [Current status]
## Next
- [Immediate next steps]
## Context
[Relevant files, blockers, pending decisions - keep brief]
Call the mcp__megg__state tool with the content:
mcp__megg__state({ content: "<formatted content>" })
Confirm to user that state was saved
clear - Clear Statemcp__megg__state({ status: "done" })show - Display Current Statemcp__megg__state() with no arguments