# skill-context-manager > Manages skill execution state, parameters, and results across conversation sessions. Provides context persistence, state recovery, and execution history tracking for reliable skill orchestration. - Author: MikkohChen - Repository: Frictionless-Labs/claude-skills - Version: 20251222045014 - Stars: 1 - Forks: 0 - Last Updated: 2026-02-07 - Source: https://github.com/Frictionless-Labs/claude-skills - Web: https://mule.run/skillshub/@@Frictionless-Labs/claude-skills~skill-context-manager:20251222045014 --- --- name: 'skill-context-manager' description: 'Manages skill execution state, parameters, and results across conversation sessions. Provides context persistence, state recovery, and execution history tracking for reliable skill orchestration.' category: 'Foundation' version: '1.0.0' --- # Skill Context Manager ## Overview Manages skill execution state, parameters, and results across conversation sessions. Provides context persistence, state recovery, and execution history tracking for reliable skill orchestration. ## Key Capabilities - **Automated Execution**: Handles foundation tasks without manual intervention - **Error Handling**: Robust error detection and recovery mechanisms - **Integration Ready**: Works seamlessly with other skills and external systems - **Configurable**: Supports parameter customization for different use cases ## Usage This skill is automatically invoked when relevant foundation operations are needed. It can be explicitly called by referencing `skill-context-manager` in your requests. ## Parameters The skill accepts context-specific parameters based on the operation being performed. Default behaviors are optimized for common scenarios. ## Examples **Example 1: Basic Usage** ``` Request: [Example request that would trigger this skill] Result: [Expected outcome description] ``` **Example 2: Advanced Configuration** ``` Request: [More complex scenario] Result: [Detailed result with parameters] ``` ## Safety & Constraints - **Risk Level**: Low - **Safeguards**: Read-only operations, no system modifications - **Validation**: Input validation and output verification built-in ## Integration Points This skill integrates with: - Claude's core reasoning capabilities - File system operations (when applicable) - External APIs (when configured) - Other skills in the Foundation category ## Maintenance & Updates **Version**: 1.0.0 **Status**: Production-ready **Last Updated**: 2025-12-21 **Source**: Skill_Seekers/claude-skills ## Related Skills See other Foundation skills for complementary capabilities: - Check the skills directory for related tools - Combine with Foundation skills for enhanced orchestration