بنقرة واحدة
prune-context
Claude Code context pruner: slash command to summarize session and reset token bloat
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Claude Code context pruner: slash command to summarize session and reset token bloat
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Orchestrate multi-agent teams in Claude Code — set up coordinated sessions with task delegation, inter-agent communication, and parallel execution
Leverage Claude Code's ultra-deep planning mode for complex architecture decisions, multi-file refactors, and system design
Deep code review using Claude Code's thorough analysis mode — security, performance, correctness, and maintainability
Safe isolated testing environment for multi-agent swarm topologies before production deployment
Automatically summarizes the current session context to prevent token window overflow.
Produces a campaign performance summary from session-log.md entries. Reports open rates, reply rates, and meeting conversion rates per sequence. Flags top performers (reply rate >10%) and underperformers (reply rate <3%). Recommends one concrete change per underperforming sequence.
| name | prune-context |
| description | Claude Code context pruner: slash command to summarize session and reset token bloat |
Activate when the user runs the /prune-context command, or when session token consumption is high, or when the context window is getting bloated in a long session.
Do not use at the beginning of a session, or for simple queries that do not require state persistence or context reduction.
.claude/pruned_context.md./clear command to reset the context window and wipe the token bloat./clear now to reset memory. Once cleared, prompt me with: 'Resume from .claude/pruned_context.md' to restore this state."User: /prune-context
Claude:
Starting context pruning to reduce token bloat.
[Claude writes summary to .claude/pruned_context.md]
rules/common/fail-fast.md and hooks/post-tool-use/fail-fast.sh.npm test and require specific git authoring config.State saved to .claude/pruned_context.md.
Please run /clear now to reset memory and clear token bloat. Once cleared, prompt me with: Resume from .claude/pruned_context.md to restore this state.