Skip to main content
Back to the directory
anthropics/claude-codeSoftware EngineeringFrontend and Design

Plugin Settings

Per-project plugin configuration stored in YAML frontmatter and markdown files within the .claude/ directory.

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
Unknown

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/anthropics/claude-code --skill 'Plugin Settings'
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of Apr 30, 2026, Plugin Settings has no reported install data, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: anthropics/claude-code. Canonical URL: https://skills.sh/anthropics/claude-code/plugin-settings.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Per-project plugin configuration stored in YAML frontmatter and markdown files within the .claude/ directory. Plugins can store user-configurable settings and state in .claude/plugin-name.local.md files within the project directory. This pattern uses YAML frontmatter for structured configuration and markdown content for prompts or additional context. Key characteristics: .claude/my-plugin.local.md: Pattern: Check existence and parse frontmatter See examples/read-settings-hook.sh for complete working example. Commands can read settings files to customize behavior: Agents can reference settings in their instructions: String fields: Boolean fields: Numeric fields: Extract content after second --- : Use settings file to control hook activation: Use case: Enable/disable hooks without editing hooks.json (requires restart). Store agent-specific state and configuration: .claude/multi-agent-swarm.local.md: Read from hooks to coordinate agents: .claude/my-plugin.local.md: Use in hooks or commands: Commands can create settings files: Provide template in plugin README: ✅ DO: ❌ DON'T: Always add to .gitignore : Document this in plugin README. Provide sensible defaults when settings file doesn't exist: Validate settings values: Important: Settings changes require Claude Code restart. Document in your README: Hooks cannot be hot-swapped within a session.

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does Plugin Settings do?

Per-project plugin configuration stored in YAML frontmatter and markdown files within the .claude/ directory.

Is Plugin Settings good?

Plugin Settings does not have approved reviews yet, so SkillJury cannot publish a community verdict.

Which AI agents support Plugin Settings?

Plugin Settings currently lists compatibility with Claude Code, Skills CLI.

Is Plugin Settings safe to install?

Plugin Settings has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to Plugin Settings?

Skills in the same category include grimoire-morpho-blue, conversation-memory, second-brain-ingest, zai-tts.

How do I install Plugin Settings?

Run the following command to install Plugin Settings: npx skills add https://github.com/anthropics/claude-code --skill 'Plugin Settings'

Related skills

More from anthropics/claude-code

Related skills

Alternatives in Software Engineering