MCP HubMCP Hub
スキル一覧に戻る

core-context-management

vamseeachanta
更新日 Today
8 閲覧
3
2
3
GitHubで表示
その他

について

このコアスキルは、サイズ制限の適用とトークン割り当ての最適化を通じて、エージェントのコンテキストファイルを管理します。ファイル管理、リカバリパターン、スケジュールされたメンテナンスタスクに不可欠な機能を提供します。Claude Codeプロジェクトにおいて、コンテキストの肥大化を制御し、効率的なトークン使用を確保する必要がある場合にご利用ください。

クイックインストール

Claude Code

推奨
メイン
npx skills add vamseeachanta/workspace-hub
プラグインコマンド代替
/plugin add https://github.com/vamseeachanta/workspace-hub
Git クローン代替
git clone https://github.com/vamseeachanta/workspace-hub.git ~/.claude/skills/core-context-management

このコマンドをClaude Codeにコピー&ペーストしてスキルをインストールします

ドキュメント

Core Context Management

Version History

  • 2.0.0 (2026-01-18): Add file management, continuous improvement, scheduled tasks
  • 1.1.0 (2026-01-17): Add recovery patterns, auto-archive triggers
  • 1.0.0 (2026-01-14): Initial context management skill

Sub-Skills

Sub-Skills

GitHub リポジトリ

vamseeachanta/workspace-hub
パス: .claude/skills/_core/context-management

関連スキル

usage-tracker

その他

The usage-tracker skill enables developers to track and analyze tool or resource usage over time through timestamped logging and reporting. It's designed for generating periodic usage reports, monitoring quotas, and detecting usage trends, but is not suitable for real-time or high-frequency event tracking. Key capabilities include daily/weekly/monthly breakdowns and pattern analysis for building dashboards.

スキルを見る

parallel-batch-executor

その他

This skill enables parallel task execution in bash using xargs and job control for significant performance gains. It's ideal for batch operations on independent items like multiple files or repositories, particularly for I/O-bound tasks. Developers should use it when order doesn't matter and avoid it for tasks with dependencies or shared resource requirements.

スキルを見る

usage-tracker-3-usage-summary-reports

その他

This skill generates human-readable usage summary reports from Claude API logs, organizing data by model type (Opus, Sonnet, Haiku) and time periods. It provides formatted output with color-coded statistics for quick analysis of API consumption patterns. Use this when you need to monitor and report on Claude model usage across different timeframes.

スキルを見る

core-context-management-windows-task-scheduler

その他

This skill automates daily context management by scheduling a Windows Task Scheduler job that runs comprehensive validation and analysis scripts at 6:00 AM. It performs size checks, pattern analysis, and provides optimization suggestions for your Claude development context. Use this to maintain context health through automated daily reports without manual intervention.

スキルを見る