Automatic intelligent task tracking for Claude Code sessions. This skill silently manages a personal kanban board with context awareness, smart analysis, and agent integration.
From soloboardnpx claudepluginhub egorfedorov/soloboard --plugin soloboardThis skill uses the workspace's default tool permissions.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Migrates code, prompts, and API calls from Claude Sonnet 4.0/4.5 or Opus 4.1 to Opus 4.5, updating model strings on Anthropic, AWS, GCP, Azure platforms.
Configures VPN and dedicated connections like Direct Connect, ExpressRoute, Interconnect for secure on-premises to AWS, Azure, GCP, OCI hybrid networking.
Automatic intelligent task tracking for Claude Code sessions. This skill silently manages a personal kanban board with context awareness, smart analysis, and agent integration.
This skill is model-invoked. Analyze each user prompt and decide whether to create/update tasks.
Use task_smart_create instead of task_create. It automatically:
Before creating a new task, check existing tasks using task_list. If a similar task already exists, update it instead.
task_context_save (what was done, what's left)task_movetask_context_save on the old task with: files you examined, decisions made, remaining worktask_context_load to get the full context backtask_review to get a pre-close analysistask_agent_create with constraints and test commands.claude/agents/task-*.md file that can be launched in any sessiontask_agent_delete to clean upAt the START of every session, before doing anything else:
auto_init — it safely creates .kanban dir, project board, and session (idempotent)auto_init (if not called yet this session)task_list to check for duplicatestask_context_save on it
b. Call task_move to move it to "todo"task_smart_create with the user's prompt (NOT task_create)auto_init handles session creation automatically