Context banner
Not-Diamond Not-Diamond

Context

Development community

Description

--- description: View or edit agent context for Self-Care analysis argument: "[show|reset]" allowed-tools: - Read - Write - Bash - AskUserQuestion --- # Self-Care Context View or edit the agent context file that helps Self-Care understand your agent's expected behavior. ## Context File Location Agent context is stored in: `.self-care/context.md` This free-form description is provided to all analysis skills to help them understand what's normal vs problematic for your specific agent.

Installation

Installs to ~/.claude/skills/not-diamond-self-care-context/SKILL.md

Terminal
mkdir -p ~/.claude/skills/not-diamond-self-care-context && curl -fsSL https://raw.githubusercontent.com/Not-Diamond/self-care/HEAD/commands/context.md -o ~/.claude/skills/not-diamond-self-care-context/SKILL.md

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

Full documentation available on GitHub

View Source Repository