AgentSkillsCN

session-summary

总结当前会话中所使用的 Claude Code 功能

SKILL.md
--- frontmatter
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