# session-summary > Summarize Claude Code features used in current session - Author: half-nomad - Repository: half-nomad/agentic-workflow - Version: 20260209114130 - Stars: 2 - Forks: 0 - Last Updated: 2026-02-09 - Source: https://github.com/half-nomad/agentic-workflow - Web: https://mule.run/skillshub/@@half-nomad/agentic-workflow~session-summary:20260209114130 --- --- name: session-summary description: "Summarize Claude Code features used in current session" invocation: user --- # Session Feature Summary $ARGUMENTS --- Analyze the current conversation and identify Claude Code features used. ## Features to Track ### Core Tools - Task (subagent types: Explore, Plan, Bash, general-purpose, etc.) - TodoWrite / TaskCreate / TaskUpdate - AskUserQuestion - EnterPlanMode / ExitPlanMode - Skill (slash commands) - WebSearch / WebFetch - MCP tools (context7, grep-app, etc.) ### Custom Agents - @architect, @frontend-engineer, @librarian, @document-writer - Project-specific agents ### Skills - /maestro, /ultrawork, /swarm, /ralph - Project-specific skills ## Output Format ```markdown ## Session Feature Usage ### Used | Feature | Purpose | |---------|---------| | [Name] | [How used] | ### Not Used | Feature | Note | |---------|------| | [Name] | [Why not needed] | ``` ## Instructions 1. Scan conversation for tool invocations 2. Group by category 3. Describe purpose for used features 4. Note why unused features weren't needed 5. Present in markdown table format