Session Tasks
Skill Verified ActiveAggregates tasks across Claude Code task lists and sessions — shows pending, in-progress, and completed tasks with dependencies. Use when the user asks "what tasks are pending", "show my tasks", "orphaned tasks", "task dependencies", or wants a cross-session task inventory.
To provide users with a comprehensive view of their tasks across all Claude Code sessions and task lists, enabling better tracking and management of work.
Features
- Aggregate tasks from filesystem and session JSONL
- Filter tasks by status (pending, in_progress, completed)
- View tasks from specific task lists
- Summarize task dependencies
- Identify orphaned tasks
Use Cases
- When asking 'what tasks are pending'
- When asking 'show my tasks'
- When looking for 'orphaned tasks'
- When needing to understand 'task dependencies'
Non-Goals
- Managing tasks outside of Claude Code
- Interacting with external task management systems
- Performing destructive actions on tasks without explicit commands
Installation
First, add the marketplace
/plugin marketplace add apappascs/claude-code-sessions/plugin install claude-code-sessions@claude-code-sessionsQuality Score
VerifiedTrust Signals
Similar Extensions
Validate Plugin
100Validate a Claude Code plugin structure, frontmatter, and MCP tool references
Running Claude Code Via Litellm Copilot
100Use when routing Claude Code through a local LiteLLM proxy to GitHub Copilot, reducing direct Anthropic spend, configuring ANTHROPIC_BASE_URL or ANTHROPIC_MODEL overrides, or troubleshooting Copilot proxy setup failures such as model-not-found, no localhost traffic, or GitHub 401/403 auth errors.
Guard
100Protect Claude Code sessions from context overflow by running a background daemon that monitors session size and auto-prunes before compaction hits. Use when the user says "guard", "protect session", "context getting long", "prevent compaction", "session management", or is running agent teams that need continuous context protection.
Create Command
100Interactive assistant for creating new Claude commands with proper structure, patterns, and MCP tool integration
Rule Effectiveness Analysis
100Analyze which rules are actively used vs inert. Detect coverage gaps. Recommend pruning to reduce token consumption.
Bootstrap Project
100Initializes the Claude Code configuration in a new or existing project using the dotforge template.