core-context-management
À propos
Cette compétence centrale gère les fichiers de contexte des agents en appliquant des limites de taille et en optimisant l'allocation des tokens. Elle fournit des capacités essentielles pour la gestion des fichiers, les modèles de récupération et les tâches de maintenance planifiées. Utilisez-la lorsque vous devez contrôler la croissance du contexte et garantir une utilisation efficace des tokens dans les projets Claude Code.
Installation rapide
Claude Code
Recommandénpx skills add vamseeachanta/workspace-hub/plugin add https://github.com/vamseeachanta/workspace-hubgit clone https://github.com/vamseeachanta/workspace-hub.git ~/.claude/skills/core-context-managementCopiez et collez cette commande dans Claude Code pour installer cette compétence
Documentation
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
Dépôt GitHub
Compétences associées
usage-tracker
AutreThe 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.
core-context-management-windows-task-scheduler
AutreThis 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.
json-config-loader-5-environment-variable-configuration
AutreThis 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.
parallel-batch-executor
AutreThis 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.
