configured-agent

Centralize per-project plugin settings in a local YAML frontmatter file.

1|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/mattmacleod16-svg/freedomforge-max --skill configured-agent
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: configured-agent
Source: https://github.com/mattmacleod16-svg/freedomforge-max/tree/main/.agents/skills/configured-agent
Command: npx skills add https://github.com/mattmacleod16-svg/freedomforge-max --skill configured-agent

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Centralizes per-project plugin configuration by storing settings in a dedicated YAML frontmatter file under .claude, enabling consistent behavior across projects and easier maintenance.

Core Features & Use Cases

  • Per-project configuration files and frontmatter-based settings
  • Guidance for safely enabling, muting, and persisting plugin state
  • Clear restart and Gitignore recommendations for local settings

Quick Start

Create .claude/configured-agent.local.md with YAML frontmatter to configure the plugin for your project.

Frequently Asked Questions about configured-agent

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I centralize per-project plugin settings for Claude Code?

Centralize per-project plugin settings by creating a YAML frontmatter configuration file under the .claude directory. This approach stores all plugin configurations locally, enabling consistent behavior and easier maintenance across different projects.

How do I create a local configuration file to manage plugin state?

Create a file named .claude/configured-agent.local.md with YAML frontmatter to manage plugin state. Include fields like enabled and description to control feature toggles and safely persist settings for your specific project environment.

What is the best way to handle per-project plugin configuration without scattering settings?

The best way to handle per-project plugin configuration is using a dedicated local YAML frontmatter file. This method prevents scattered settings by centralizing customization, state management, and feature toggles in one structured location.

Does Claude Code plugin configuration require restarting after changing local settings?

Yes, changing local Claude Code plugin settings in the YAML frontmatter file typically requires a restart. The configuration provides guidance on restart requirements and Gitignore recommendations to ensure local settings are safely managed and not committed.

What security considerations should I be aware of when using local configuration files for plugins?

Security considerations for local configuration files include adding the settings file to Gitignore to prevent exposing sensitive project configurations. The YAML frontmatter approach provides clear guidance on safely enabling, muting, and persisting plugin state without compromising security.

Can I use YAML frontmatter to enable and mute plugin features on a per-project basis?

Yes, you can use YAML frontmatter fields like enabled and description to enable, mute, and persist plugin features on a per-project basis. This configuration method provides granular control over plugin behavior tailored to each project's requirements.