KS
Killer-Skills

add-config-field — how to use add-config-field how to use add-config-field, add-config-field setup guide, add-config-field vs majestic-engineer, add-config-field install, what is add-config-field, add-config-field alternative, YAML config schema setup, AI agent config field management, add-config-field migration support

v1.0.0
GitHub

About this Skill

Perfect for AI Agent Developers needing flexible configuration management with YAML templates add-config-field is a skill that enables the addition of new fields to the .agents.yml config schema with proper versioning and migration support.

Features

Generates .agents.yml files using 4 YAML templates
Supports versioning through the config-schema-version plugin
Modifies the plugins/majestic-engineer/commands/workflows/init.md file
Enables migration support for added config fields
Updates the .agents.yml config schema with new field additions

# Core Topics

Wolverine971 Wolverine971
[0]
[0]
Updated: 3/6/2026

Quality Score

Top 5%
54
Excellent
Based on code quality & docs
Installation
SYS Universal Install (Auto-Detect)
Cursor IDE Windsurf IDE VS Code IDE
> npx killer-skills add Wolverine971/9takes/add-config-field

Agent Capability Analysis

The add-config-field MCP Server by Wolverine971 is an open-source Categories.community integration for Claude and other AI agents, enabling seamless task automation and capability expansion. Optimized for how to use add-config-field, add-config-field setup guide, add-config-field vs majestic-engineer.

Ideal Agent Persona

Perfect for AI Agent Developers needing flexible configuration management with YAML templates

Core Value

Empowers agents to dynamically extend the .agents.yml config schema with versioning and migration support, leveraging YAML templates for seamless integration with plugins like majestic-engineer

Capabilities Granted for add-config-field MCP Server

Adding custom fields to agent configurations
Managing versioned config schema updates
Migrating existing configurations to new schema versions

! Prerequisites & Limits

  • Requires access to plugins/majestic-engineer directory
  • Limited to .agents.yml config schema
  • Versioning and migration support may require additional setup
Project
SKILL.md
2.5 KB
.cursorrules
1.2 KB
package.json
240 B
Ready
UTF-8

# Tags

[No tags]
SKILL.md
Readonly

Add Config Field

Add a new field to the .agents.yml config schema with proper versioning and migration support.

Files Changed

FilePurpose
plugins/majestic-engineer/commands/workflows/init.md4 YAML templates that generate .agents.yml
plugins/majestic-engineer/config-schema-versionSchema version number
plugins/majestic-engineer/agents/config-reader.mdChangelog + migration logic
plugins/majestic-engineer/.claude-plugin/plugin.jsonPlugin version
.claude-plugin/marketplace.jsonMarketplace version

Input

  • Field name: e.g., auto_commit
  • Default value: e.g., false or multi-line YAML
  • Section: Where in template (Workflow, Quality Gate, etc.)
  • Comment: Inline explanation
  • Used by: Agent/command that reads this field

Steps

1. Update init.md Templates

File: plugins/majestic-engineer/commands/workflows/init.md

Add field to ALL 4 templates (Rails, Python, Node, Generic). Find the appropriate section and add:

yaml
1new_field: value # Comment explaining purpose

Or for multi-line:

yaml
1new_field: # Comment 2 - item1 3 - item2

2. Bump Schema Version

File: plugins/majestic-engineer/config-schema-version

Increment: 1.11.2

3. Update config-reader.md

File: plugins/majestic-engineer/agents/config-reader.md

A) Add to Version Changelog table:

markdown
1| 1.2 | `new_field` | Description |

B) Update migration YAML block (in "Outdated config_version" section):

yaml
1new_field: default_value

4. Bump Plugin Versions

Files:

  • plugins/majestic-engineer/.claude-plugin/plugin.json: 3.15.03.16.0
  • .claude-plugin/marketplace.json: Update majestic-engineer entry version

5. Update Consumer Docs (if needed)

If a specific agent/command reads this field, update its documentation to mention the config.

Verification

bash
1# Count field in init.md (should be 4 - one per template) 2grep -c "new_field" plugins/majestic-engineer/commands/workflows/init.md 3 4# Check schema version 5cat plugins/majestic-engineer/config-schema-version 6 7# Check changelog entry 8grep "new_field" plugins/majestic-engineer/agents/config-reader.md

Related Skills

Looking for an alternative to add-config-field or building a Categories.community AI Agent? Explore these related open-source MCP Servers.

View All

widget-generator

Logo of f
f

widget-generator is an open-source AI agent skill for creating widget plugins that are injected into prompt feeds on prompts.chat. It supports two rendering modes: standard prompt widgets using default PromptCard styling and custom render widgets built as full React components.

149.6k
0
Design

chat-sdk

Logo of lobehub
lobehub

chat-sdk is a unified TypeScript SDK for building chat bots across multiple platforms, providing a single interface for deploying bot logic.

73.0k
0
Communication

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
Communication

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
Communication