Implements a standardized pattern for managing per-project plugin configurations and state using YAML frontmatter and markdown.
This skill provides a robust framework for creating configurable Claude Code plugins by utilizing .claude/plugin-name.local.md files. It allows developers to define structured project-specific settings using YAML frontmatter while maintaining markdown bodies for prompts and context. By standardizing how hooks, commands, and agents read state and configuration, this skill enables more flexible, environment-aware AI automation that can be easily toggled or adjusted without modifying core plugin logic.
主な機能
01Per-project agent state management
020 GitHub stars
03Markdown body support for dynamic prompting
04YAML frontmatter for structured settings parsing
05Standardized .local.md configuration pattern
06Bash-compatible parsing techniques for hooks
ユースケース
01Coordinating multi-agent workflows through shared state files
02Defining project-specific validation rules and file size limits
03Toggling project-specific hooks without editing core JSON files