MCP HubMCP Hub
스킬 목록으로 돌아가기

core-context-management

vamseeachanta
업데이트됨 Today
10 조회
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.

스킬 보기

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.

스킬 보기

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.

스킬 보기