MCP HubMCP Hub
Вернуться к навыкам

core-context-management

vamseeachanta
Обновлено Yesterday
9 просмотров
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.

Просмотреть навык

state-directory-manager-1-xdg-base-directory-standard

Другое

This skill implements the XDG Base Directory Standard for managing application state, providing cross-platform directory paths for configuration, data, cache, and state files. It automatically handles environment variable fallbacks and creates application-specific subdirectories. Use this when building CLI tools or applications that need standardized, organized file storage across different operating systems.

Просмотреть навык

json-config-loader-5-environment-variable-configuration

Другое

This skill enables environment variable overrides for JSON configuration loading, allowing developers to prioritize environment settings over file-based values. It provides a Bash implementation that loads configurations from files while supporting prefixed environment variables as higher-priority overrides. Use this when you need flexible configuration management where environment-specific settings should supersede default file configurations.

Просмотреть навык