npx claudepluginhub jbj338033/maestro --plugin maestroThis skill uses the workspace's default tool permissions.
Display the current Maestro state by reading from MCP tools.
Summarizes active Maestro session status including phase progress, file manifests, validation state, and unresolved errors without mutating state. Useful for read-only workflow checks.
Provides compact summary of Claude Code Hermit session state from SHELL.md: ID, status, task progress, current step, blockers, budget, cost. --full appends proposals, routines, activity. Triggers on status/progress queries.
Expert guidance for Next.js Cache Components and Partial Prerendering (PPR). **PROACTIVE ACTIVATION**: Use this skill automatically when working in Next.js projects that have `cacheComponents: true` in their next.config.ts/next.config.js. When this config is detected, proactively apply Cache Components patterns and best practices to all React Server Component implementations. **DETECTION**: At the start of a session in a Next.js project, check for `cacheComponents: true` in next.config. If enabled, this skill's patterns should guide all component authoring, data fetching, and caching decisions. **USE CASES**: Implementing 'use cache' directive, configuring cache lifetimes with cacheLife(), tagging cached data with cacheTag(), invalidating caches with updateTag()/revalidateTag(), optimizing static vs dynamic content boundaries, debugging cache issues, and reviewing Cache Component implementations.
Share bugs, ideas, or general feedback.
Display the current Maestro state by reading from MCP tools.
mcp__maestro__state_read to get session statemcp__maestro__mission_read to get mission progressKeep the output concise and scannable.