📄 skillActiveCuratedhigh

MeisnerDan/mission-control

by MeisnerDan

Open-source task management for the agentic era. The command center for solo entrepreneurs who delegate work to AI agents.

Supported Platforms

🤖 Claude Code

Stars

471

Skill Type

🔄 Business Process & Team Automation

Quality Score

120/200

License

AGPL-3.0

Forks

59

Last Updated

Jun 11, 2026

Discovered

Apr 7, 2026

Validation

Passed

github.com/MeisnerDan/mission-control

Quality Breakdown

120/ 200

Content Signals

â—‹Gotchas/Edge Cases+40
✓Progressive Disclosure+30
â—‹Trigger Description+20
✓Verification/Safety+20
✓Code Examples+15
✓Composability+15

Repo Health

✓Recent Activity+15
✓Scripts/Automation+10
✓Real Usage (Issues)+10
✓Single Responsibility+10
✓Config/Persistence+10
✓Install Instructions+5

Multi-platform bonus: +5 pts if tool supports 2+ platforms. Score derived from 12 structural signals — not stars or popularity.

Trust & Verification

high

Broad system access required. Carefully review permissions before installing.

Active

Updated within the last 90 days. Actively maintained.

Unverified skill. Always review source code before installing any skill from an unknown author.

Risk Assessment

  • Multi-agent spawning and orchestration system: Repository explicitly implements agent swarms, autonomous agent execution, and orchestration capabilities (.claude/commands/orchestrate, agent spawning framework)
  • Persistent configuration in .claude/ directory: Contains .claude-plugin and .claude/commands structure that modifies Claude-specific configurations and command definitions
  • Autonomous operation without clear human approval gates: README describes agents executing tasks autonomously (deploying apps, posting to social media, running ad campaigns, moving money) with minimal human intervention
  • Complex daemon/service infrastructure: mission-control/ contains daemon.test.ts, ecosystem.config.js, and service-catalog.json suggesting persistent background agent execution and service orchestration
  • Credential and API management: Repository handles credentials, API calls, and payment systems integration as evidenced by approval-config.json, service-catalog.json, and references to deploying apps and moving money
  • Field operations and mission execution framework: data/field-ops/ contains missions.json, templates.json, and safety-limits.json indicating autonomous task execution with limited human oversight mechanisms