AI AGENT ADDONS

Plugin Settings

anthropics/claude-code

Plugins can remember their own settings for each project. This skill uses a special file called .claude/plugin-name.local.md to store configuration. The file has two parts: YAML frontmatter for structured settings and markdown content for extra context or instructions.

Developers of Claude Code plugins can use this pattern to make their plugins user-configurable. Settings like enabled, strict_mode, or max_retries are easy to read from hooks, commands, or agents. Each project can have its own setup without interfering with others.

This approach keeps plugin state files out of version control. They should be added to .gitignore. The markdown body can also hold prompts, notes, or contact info. It is a simple way to give plugins a memory per project.

Add Plugin Settings skill to your workflow

Global

mkdir -p ~/.claude/skills/plugin-settings

Project

mkdir -p .claude/skills/plugin-settings

Source Repository

Stars
134,801
Forks
21,763
Watchers
134,801
Last Push
25 days ago
Created
1 year ago