context-preset-management

Detect, store, and load project context presets in `.claude/memory/preset_preferences.json`.

161|25|Updated Oct 22, 2025
One-click install
npx skills add https://github.com/romiluz13/cc10x --skill context-preset-management
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: context-preset-management
Source: https://github.com/romiluz13/cc10x/tree/main/plugins/cc10x/skills/context-preset-management
Command: npx skills add https://github.com/romiluz13/cc10x --skill context-preset-management

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the management of project context presets, ensuring the AI always operates with the most relevant understanding of the codebase. It helps to detect, store, and load project-specific configurations and preferences, preventing misinterpretations and accelerating task execution by providing immediate, accurate context.

Core Features & Use Cases

  • Automated Preset Detection: Identifies the appropriate project context (e.g., frontend, backend, fullstack) based on codebase analysis.
  • Preset Storage & Retrieval: Stores and loads project-specific preferences and configurations in .claude/memory/preset_preferences.json.
  • Usage Tracking & Accuracy Improvement: Tracks preset usage and detection accuracy to continuously refine context understanding.
  • Orchestrator Integration: Seamlessly integrates with the cc10x-orchestrator during its Phase 0 for initial context setup.
  • Use Case: When starting a new session on a project, this skill automatically detects if it's a "frontend" project, loads the associated preferences, and ensures the AI's subsequent actions are tailored to frontend development best practices.

Quick Start

Detect and load the context preset for the current project, ensuring the AI understands its specific development environment.