From nexus
Captures TODOs, generates daily briefs, and enforces shared operating rules across Slack, Outlook, and Jira contexts. Run `nexus add` to track tasks or ask for a brief.
How this skill is triggered — by the user, by Claude, or both
Slash command
/nexus:nexusThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Shared operating rules for Codex and Claude Code sessions.
Shared operating rules for Codex and Claude Code sessions.
node "${CLAUDE_PLUGIN_ROOT}/bin/nexus.js" (requires Node >= 18; no npm install)~/.nexus/TODOS.md, ~/.nexus/state.jsonWhen the user asks to remember, track, add, or follow up on something:
Work, Python, Claude, Codex, AWS, Jira, Slack, Outlook, Personal, General.node "${CLAUDE_PLUGIN_ROOT}/bin/nexus.js" add "<task>".If the script fails: check that Node >= 18 is installed (node --version).
Run node "${CLAUDE_PLUGIN_ROOT}/bin/nexus.js" todos --limit 8. Output grouped by label, sorted by recency.
When the user asks for a daily brief or "what's on my plate":
~/.nexus/TODOS.md.~/.nexus/state.json.node "${CLAUDE_PLUGIN_ROOT}/bin/nexus.js" add "<task>".For TODO operations:
Outcome: [what was done]
Actions: [commands run]
Evidence: [nexus script output or confirmation]
Next Step: [what the user should do next]
For daily briefs:
Outcome:
Urgent:
Today:
Waiting:
Added TODOs:
Risks:
Next Step:
Input: "Remember to follow up with finance about the Outlook invoice."
Output:
Outcome: TODO added under Work.
Actions: node "${CLAUDE_PLUGIN_ROOT}/bin/nexus.js" add "Follow up with finance about Outlook invoice"
Evidence: ✓ Added to ~/.nexus/TODOS.md
Next Step: Review during tomorrow's daily brief.
Input: "What's on my plate today?"
Output:
Outcome: Daily brief generated from TODOS.md and state.json.
Urgent: Deploy hotfix for auth service (due today)
Today: Review PR #42, sync with design team
Waiting: Finance invoice reply
Added TODOs: none new
Risks: Auth deploy blocks two downstream services
Next Step: Start with the auth hotfix deploy.
npx claudepluginhub aayushostwal/nexus --plugin nexusManages tasks via the taskwarrior CLI with annotations that reference markdown files, inline notes, and a Python script for opening task-related documents.
Captures tasks from conversations, generates prioritized daily plans, tracks patterns, and delivers energy-aware recommendations via MCP tools.