Skill Updater banner
mindcockpit-ai mindcockpit-ai

Skill Updater

Development community

Description

--- name: skill-updater description: Use this agent to automatically check for and apply skill, agent, and hook updates from the cognitive-core framework source. It compares installed component checksums against the framework, safely updates unmodified files, preserves user-customized files, and installs newly available components. Invoke at session start for automatic checks or manually for on-demand synchronization. tools: Bash, Read, Write, Glob, Grep model: sonnet catalog_description: Framew

Installation

Installs to ~/.claude/agents/mindcockpit-ai-cognitive-core-skill-updater.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/mindcockpit-ai/cognitive-core/HEAD/.claude/agents/skill-updater.md -o ~/.claude/agents/mindcockpit-ai-cognitive-core-skill-updater.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository