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.zipInstalls 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`.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
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>andmt treebefore 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
.loromerge conflicts using themergesub-skill inmighty/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 closeoutand 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.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| mighty (this skill) | 0 | 5mo | No flags | Intermediate |
| ejs-session-init | 0 | 4mo | Review | Beginner |
| ejs-session-wrapup | 0 | 6mo | No flags | Intermediate |
| internal-comms | 8 | 3mo | No flags | Beginner |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by indexedlabs
View all by indexedlabs →You might also like
ejs-session-init
McFuzzySquirrel
>
ejs-session-wrapup
McFuzzySquirrel
Initialize and manage EJS artifacts throughout session lifecycle (Session Journey initialization, continuous updates, and finalization; ADR only when significant)
internal-comms
anthropics
A set of resources to help me write all kinds of internal communications, using the formats that my company likes to use. Claude should use this skill whenever asked to write some sort of internal communications (status reports, leadership updates, 3P updates, company newsletters, FAQs, incident reports, project updates, etc.).
notion-meeting-intelligence
openai
Prepare meeting materials with Notion context and Codex research; use when gathering context, drafting agendas/pre-reads, and tailoring materials to attendees.
notion-spec-to-implementation
openai
Turn Notion specs into implementation plans, tasks, and progress tracking; use when implementing PRDs/feature specs and creating Notion plans + tasks from them.
resume-handoff
parcadei
Resume work from handoff document with context analysis and validation