Agent Instincts banner
marvinrichter marvinrichter

Agent Instincts

Development community

Description

--- description: "Show the learned instinct overlay for a specific agent, or list all overlays with instinct counts." --- # /agent-instincts Display the current instinct overlays that extend agent instructions. Overlays live in `~/.clarc/agent-instincts/` and are injected into Claude's context at every session start. ## Usage ``` /agent-instincts # List all agents with overlays /agent-instincts typescript-reviewer # Show overlay for a specific agent /agent-instincts tdd

Installation

Installs to ~/.claude/skills/marvinrichter-clarc-agent-instincts/SKILL.md

Terminal
mkdir -p ~/.claude/skills/marvinrichter-clarc-agent-instincts && curl -fsSL https://raw.githubusercontent.com/marvinrichter/clarc/HEAD/commands/agent-instincts.md -o ~/.claude/skills/marvinrichter-clarc-agent-instincts/SKILL.md

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

Full documentation available on GitHub

View Source Repository