Plugin Settings
원문: Plugin Settings
This skill should be used when the user asks about "plugin settings", "store plugin configuration", "user-configurable plugin", ".local.md files", "plugin state files", "read YAML frontmatter", "per-project plugin settings", or wants to make plugin behavior configurable. Document
무엇을 하나요
Plugin Settings Pattern for Claude Code Plugins Overview 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: File location: .claude/plugin name.local.md in project root Structure: YAML frontmatter + markdown body Purpose: Per project plugin configuration and state Usage: Read from hooks, commands, and agents Lifecycle: User managed (not in git, should be in .gitignore ) File Structure Basic Template Example: Plugin State File .claude/my plugin.local.md: Reading Settings Files From Ho…
실행 시 본인 API 키(BYOK)로 동작하며, 모델 비용은 사용자 계정에서 직접 결제됩니다.