settings▌
5 indexed skills · max 10 per page
plugin-settings
aiskillstore/marketplace · Productivity
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.
plugin-settings
davila7/claude-code-templates · Productivity
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.
claude-settings-audit
getsentry/skills · AI/ML
Analyze this repository and generate recommended Claude Code settings.json permissions for read-only commands.
plugin-settings
anthropics/claude-plugins-official · Productivity
Store per-project plugin configuration and state in .claude/plugin-name.local.md files with YAML frontmatter. \n \n Settings files use YAML frontmatter for structured configuration and markdown body for additional context or prompts \n Hooks, commands, and agents can read settings to customize behavior without requiring code changes \n Includes bash parsing patterns for extracting individual fields (strings, booleans, numerics) and markdown body content \n Common patterns include toggling hook a
plugin-settings
anthropics/claude-code · Productivity
Per-project plugin configuration stored in YAML frontmatter and markdown files within the .claude/ directory. \n \n Settings files use .claude/plugin-name.local.md format with YAML frontmatter for structured config and markdown body for additional context or prompts \n Hooks, commands, and agents can read settings to customize behavior; quick-exit pattern checks file existence and enabled flag to skip when not configured \n Parsing techniques provided for extracting individual fields (strings, b