From mira
This skill should be used when the user asks "show my goals", "what should I work on", "update goal progress", "create a goal", "add milestone", "complete milestone", "track progress", "manage milestones", or wants to track work across multiple sessions.
npx claudepluginhub joshuarweaver/cascade-code-general-misc-3 --plugin conarylabs-miraThis skill uses the workspace's default tool permissions.
Manage goals and milestones that persist across Claude Code sessions.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
Manage goals and milestones that persist across Claude Code sessions.
Command: $ARGUMENTS
!mira tool goal '{"action":"list","limit":5}'
Parse the command and use the appropriate mcp__mira__goal action:
action="create" with the titleaction="get" with the goal_idaction="add_milestone"action="complete_milestone"action="update" with status="completed"/mira:goals # List all goals
/mira:goals add Implement auth system # Create new goal
/mira:goals show 103 # Show goal details
/mira:goals milestone 103 Add tests # Add milestone
/mira:goals complete 17 # Complete milestone