From orchestrator
Use when an open question, investigation, or tracked issue has been fully resolved. Prevents future sessions from revisiting solved problems and keeps the briefing focused on what's actually still open.
npx claudepluginhub spawnbox-dev/claude-plugins --plugin orchestratorThis skill uses the workspace's default tool permissions.
An open thread or commitment has been addressed. Close it:
Manages persistent context threads for cross-session work: lists all/open/resolved, closes or checks status by slug, creates new or resumes existing.
Creates structured handoffs and freeform logs for Claude Code session continuity. Commands: /trail:handoff, /trail:log <slug>, /trail:read. Supports subagent parent linking and note reading.
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.
An open thread or commitment has been addressed. Close it:
close_thread with the note ID (visible in briefing output or lookup results)resolution describing how it was resolvedIf you don't remember the note ID, call lookup with type=open_thread to find it.
This is important for knowledge hygiene - unresolved threads show up in every future session's briefing. Closing them keeps the signal-to-noise ratio high.