agentsclimarketplace

Megg state

Skill ToruAI/toru-claude-agents/skills/megg-state

Multi-agent team for Claude Code: 7 AI specialists (strategy, dev, security, sales, design, data, research) that collaborate and challenge you. Dev-cycle workflow with machine-verifiable completion.

Install
npx -y skills add ToruAI/toru-claude-agents --skill megg-state

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 15 stars15 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Hand off an unfinished session to the next one — what's done, what's next, what's blocked.

SKILL.md

1.3 KB, as published. Nobody here has run it

Session State Management

Capture or manage session state for cross-session handoff.

Process

Default (no argument) - Capture State

  1. Review what was worked on in this session
  2. Summarize into this format:
## 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]
  1. Call the mcp__megg__state tool with the content:

    mcp__megg__state({ content: "<formatted content>" })
    
  2. Confirm to user that state was saved

clear - Clear State

  1. Call mcp__megg__state({ status: "done" })
  2. Confirm state was cleared

show - Display Current State

  1. Call mcp__megg__state() with no arguments
  2. Display the current state or "No active state"

Notes

  • State is ephemeral - overwritten each session
  • Auto-expires after 48 hours or when marked done
  • Hard limit of 2k tokens to prevent bloat
  • Keep content concise and actionable

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.