Apply Drift Fix banner
Leo-Atienza Leo-Atienza

Apply Drift Fix

Productivity community

Description

--- name: apply-drift-fix description: "Read the most recent drift proposal (cache/last-drift-proposal.json) and help the user act on it — archive a skill, disable an MCP server, re-run a scheduled task, or fix a broken cleanup rule." allowed-tools: - Read - Bash - Edit - Write --- <objective> The SessionStart drift-proposer writes its most recent proposal to `cache/last-drift-proposal.json`. This command reads that proposal and helps the user act on it safely. </objective> <process>

Installation

Installs to ~/.claude/skills/leo-atienza-atlas-claude-apply-drift-fix/SKILL.md

Terminal
mkdir -p ~/.claude/skills/leo-atienza-atlas-claude-apply-drift-fix && curl -fsSL https://raw.githubusercontent.com/Leo-Atienza/atlas-claude/HEAD/commands/apply-drift-fix.md -o ~/.claude/skills/leo-atienza-atlas-claude-apply-drift-fix/SKILL.md

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

Full documentation available on GitHub

View Source Repository