Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问许可证需确认审计通过

context-manager上下文管理器

Agent Skill

context-manager 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

26,281

周安装

783

GitHub Stars

3

下载量

8,804
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:context-manager(上下文管理器)
来源仓库:https://github.com/jmsktm/claude-settings
仓库路径:skills/context-manager
安装命令:
npx skills add https://github.com/jmsktm/claude-settings --skill 'Context Manager'
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/jmsktm/claude-settings --skill 'Context Manager'

简介

context-manager 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。

  • 适用于上下文信息管理、知识库构建与相关资源检索。
  • 通过 npx skills add 命令从 GitHub 仓库安装,支持多宿主环境集成。
  • 安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

Context Manager

The Context Manager skill helps you optimize conversation context to maintain Claude's effectiveness throughout long sessions. It tracks context window usage, identifies when to summarize or prune context, and helps you structure conversations to keep relevant information accessible while staying within token limits.

This skill is essential for complex, multi-day projects where conversation history grows large. It helps you decide what to preserve, what to summarize, and what to discard, ensuring Claude maintains awareness of important decisions and project state without hitting context limits.

Use this skill proactively during long development sessions, before starting new major features, or when you notice performance degradation due to context bloat.

Core Workflows

Workflow 1: Monitor Context Health

  1. Check current context usage:

- Token count - Percentage of limit - Recent growth rate

  1. Analyze context composition:

- How much is code? - How much is conversation? - How much is documentation?

  1. Identify problematic areas:

- Redundant information - Outdated references - Irrelevant tangents

  1. Assess risk level:

- Green: <50% usage, healthy - Yellow: 50-75% usage, monitor - Red: >75% usage, take action

  1. Recommend actions if needed
  2. Report status to user

Workflow 2: Summarize Long Conversation

  1. Review conversation history
  2. Extract key information:

- Decisions made - Problems solved - Current project state - Open questions - Next steps

  1. Organize by topic/timeline
  2. Create concise summary
  3. Validate with user
  4. Suggest starting new thread with summary

Workflow 3: Prune Irrelevant Context

  1. Identify candidates for removal:

- Resolved issues - Abandoned approaches - Temporary debugging - Superseded information

  1. Categorize by importance:

- Safe to remove - Could summarize - Must preserve

  1. Propose pruning plan to user
  2. Execute approved removals
  3. Preserve critical context
  4. Verify coherence after pruning

Workflow 4: Optimize Context Structure

  1. Analyze current context organization
  2. Identify inefficiencies:

- Information scattered across conversation - Redundant explanations - Lack of structure

  1. Restructure for efficiency:

- Group related information - Create reference sections - Use concise formats

  1. Suggest external documentation for:

- Architecture decisions - API specifications - Configuration details

  1. Link to external docs instead of inlining
  2. Validate improved efficiency

Quick Reference

ActionCommand/Trigger
Check context status"Check context window" or "How's our context?"
Summarize conversation"Summarize this conversation"
Start fresh with summary"Start new thread with summary"
Prune old context"Clear old context" or "Prune conversation"
Optimize context structure"Optimize our context"
Preserve key decisions"Document key decisions"
Estimate context usage"How much context are we using?"

Best Practices

  • Monitor Proactively: Don't wait for performance issues

- Check context before starting major features - Monitor after long debugging sessions - Review weekly on long-running projects

  • Summarize Regularly: Compress history at natural breakpoints

- End of feature development - After resolving major issues - Before switching contexts (dev → deployment)

  • Externalize Static Info: Move unchanging content to files

- Architecture docs - API specifications - Code style guides - Reference materials

  • Use Structured Formats: Make information dense and scannable

- Tables instead of prose - Bullet points instead of paragraphs - Code blocks instead of descriptions

  • Preserve Decisions: Always keep the "why"

- Why this approach was chosen - Why alternatives were rejected - What constraints influenced decisions

  • Discard Aggressively: Be ruthless with temporary content

- Debugging exploration - Failed experiments - Resolved issues - Superseded plans

  • Start Fresh Strategically: Know when to begin new conversation

- After major milestones - When switching to unrelated work - When context is >75% full - When performance degrades

  • Document Externally: Use files for persistent knowledge

- PIPELINE_STATUS.md for project state - DECISIONS.md for architecture choices - TODO.md for task lists - README.md for onboarding

Context Optimization Strategies

Strategy 1: Hierarchical Summarization

Long conversation →
  Detailed summary (50% reduction) →
    Executive summary (80% reduction) →
      Key decisions (95% reduction)

Strategy 2: Time-Based Windowing

Keep in context:
- Last 1 hour: Full detail
- Last 4 hours: Summarized
- Last day: Key decisions only
- Older: Link to external docs

Strategy 3: Topic-Based Partitioning

Separate threads for:
- Feature development
- Bug investigation
- Deployment/ops
- Architecture discussion

Link between threads as needed

Strategy 4: Progressive Disclosure

Start with:
- Current task context only

Add on demand:
- Related decisions
- Relevant code
- Background information

Remove when done

Context Health Checklist

Before starting a major task, verify:

  • Context usage < 75%
  • Recent decisions documented
  • Obsolete information removed
  • Current project state clear
  • Next steps identified
  • Relevant files/docs linked
  • Debugging traces cleaned up

Warning Signs of Context Issues

Watch for these indicators:

  • Responses get slower: Processing large context
  • Information ignored: AI misses recent context
  • Repetition: AI re-explains known information
  • Loss of coherence: AI forgets earlier decisions
  • Token limit warnings: Approaching hard limits
  • Degraded accuracy: Mistakes in previously solid areas

External Memory Strategies

Move these to files, not context:

Information TypeBest Storage
Project overviewREADME.md
Architecture decisionsARCHITECTURE.md or ADRs
API contractsOpenAPI spec or schema files
Current project statePIPELINE_STATUS.md or TODO.md
Configuration.env, config files
Code style rules.eslintrc, prettier.config.js
Deployment processDEPLOYMENT.md or CI/CD config
Team decisionsDECISIONS.md or meeting notes

Context Templates

Project State Summary Template

## Project: [Name]
- **Status**: [Current pipeline stage]
- **Current focus**: [What we're working on]
- **Last completed**: [Recent achievement]
- **Next steps**: [Immediate tasks]
- **Blockers**: [What's preventing progress]
- **Key decisions**: [Recent important choices]

Decision Log Template

## Decision: [Topic]
- **Date**: [When]
- **Context**: [Why we needed to decide]
- **Options considered**: [Alternatives]
- **Choice**: [What we decided]
- **Rationale**: [Why this choice]
- **Consequences**: [Trade-offs accepted]

Session Summary Template

## Session Summary: [Date]
- **Duration**: [How long]
- **Accomplished**: [What we built/fixed]
- **Decisions**: [Choices made]
- **Issues found**: [Problems discovered]
- **Next session**: [Where to continue]

Advanced: Context Compression Techniques

For power users:

  1. Use references: Link to code instead of pasting

- "See function processData in /src/utils/data.ts" - Instead of: [pasting entire function]

  1. Leverage AI memory: Store in knowledge graph

- Key relationships between entities - Project-specific terminology - Team member roles and expertise

  1. Create abbreviations: Define once, use everywhere

- "FE" = Frontend, "BE" = Backend - "MR" = Merge Request, "PR" = Pull Request - Project-specific acronyms

  1. Use diff format: Show changes, not entire files

- Especially for code reviews - Before/after comparisons

  1. Batch similar information: Group related items

- All env vars in one block - All API endpoints in table - All dependencies in list

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Claude

32.57%
按下载量换算2,867

Codex

32.39%
按下载量换算2,852

Cursor

17.77%
按下载量换算1,564

Gemini CLI

10.32%
按下载量换算909

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills