Provides an interface to manage project tasks, decisions, and evidence using the Mighty graph system.

Install

mkdir -p .claude/skills/mighty && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/9541" && unzip -o skill.zip -d .claude/skills/mighty && rm skill.zip

Installs to .claude/skills/mighty

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Use the `mt` tool to work with this repo’s Mighty graph: run `mt prime` at session start; prefer `mt search`/`mt tree`/`mt show` before reading code; create specs/decisions/tasks and link evidence; triage `mt inbox`; and close out with `mt closeout` then `mt commit`. For full workflow + templates, run `mt prime`.
314 charsno explicit “when” triggerlonger than Claude Code's old 250-char listing cap (fine on current versions)
Intermediate

Key capabilities

  • Prime Mighty graph
  • Search project context
  • Create specs and tasks
  • Triage inbox

How it works

Uses the mt tool to manage project tasks, decisions, and context within the Mighty graph.

Inputs & outputs

You give it
Task or search query
You get back
Mighty graph update

When to use mighty

  • Searching for project context
  • Creating new project tasks
  • Linking evidence to decisions
  • Triaging inbox items

About this skill

Mighty (mt)

Session start

  • Run mt prime.
  • If you need the repo prefix for citations, run mt repo show.

Find context first

  • Prefer mt search <keyword> and mt tree before grepping code.
  • Deep dive entities with mt show <id>.
  • Use citations in descriptions: [Title](cite:<id_prefix>-spec-...) / ...-dec-... / ...-task-... (always include link text).
  • Resolve .loro merge conflicts using the merge sub-skill in mighty/merge/.

Create and track work

  • New spec: mt new --title "..." --type feature --description-file -
  • New decision: mt decision new --title "..." --rationale "..."
  • New task: mt task new --title "..." --type task --description-file -
  • Start work: mt claim <task-id>
  • Link evidence/relationships: mt link ...

Inbox triage (when user runs mt inbox)

  • Fix obvious typos in titles.
  • Clarify titles to be concise/actionable.
  • Find/link parents via mt search.
  • Promote from triage → draft once clarified.

Before you say “done”

  • Run mt closeout and address anything it flags.
  • Record any missing decision(s), link evidence, then mt commit.

When not to use it

  • Ignoring inbox triage
  • Skipping closeout

Limitations

  • Must run mt prime at session start
  • Requires mt closeout before completion

How it compares

Provides a structured graph-based management system instead of flat task lists.

Compared to similar skills

mighty side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
mighty (this skill)05moNo flagsIntermediate
ejs-session-init04moReviewBeginner
ejs-session-wrapup06moNo flagsIntermediate
internal-comms83moNo flagsBeginner

Try saying

Example prompts that trigger this skill in your AI assistant.

Search skills

Search the agent skills registry