add-agent-property

Automates adding a new property across data, UI, and template files.

19|1|Updated Jan 16, 2026
One-click install
npx skills add https://github.com/PackmindHub/coding-agents-matrix --skill add-agent-property
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-agent-property
Source: https://github.com/PackmindHub/coding-agents-matrix/tree/main/.claude/skills/add-agent-property
Command: npx skills add https://github.com/PackmindHub/coding-agents-matrix --skill add-agent-property

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Introducing a new property to the AI agents board requires coordinated updates across data, UI, and templates. This Skill automates the process, ensuring consistency and traceability when expanding the properties tracked for all agents.

Core Features & Use Cases

  • Automates propagation of a new property across core data and UI layers (agents-detailed.json, groups.json, AgentTable.jsx, and useAgentsData.js).
  • Updates supporting templates and tooling (GitHub issue templates) to reflect the new property and its value semantics.
  • Real-world use case: adding a new "contextWindow" property to all agents, then filtering and displaying it in the AgentTable.

Quick Start

Add a new property by updating all relevant files (agents-detailed.json, groups.json, AgentTable.jsx, useAgentsData.js, FilterBar.jsx, and issue templates) and verify the result with a sample agent.

Frequently Asked Questions about add-agent-property

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

FAQPage Schema
How do I add a new property to an AI agents board across all data and UI layers?

Adding a new property requires coordinated updates across JSON data, UI components, and templates. This process modifies agents-detailed.json, groups.json, AgentTable.jsx, useAgentsData.js, and issue templates to maintain consistency.

What is the standard schema for defining a new agent property in a data model?

Defining an agent property involves following a standard schema that enforces type safety and provides a single source of truth. This schema defines value semantics across data JSON, group columns, and data hooks.

How do I update JSON data and UI columns to display a new agent attribute?

Updating JSON data and UI columns involves modifying agents-detailed.json, groups.json, and AgentTable.jsx. This propagates the new agent attribute through table rendering, data hooks, and filtering components.

Does adding a property to the agents matrix require updating GitHub issue templates?

Yes, introducing a property to the agents matrix requires updating GitHub issue templates. This ensures the new property and its value semantics are reflected in supporting tooling for full traceability.

Why does my new agent property not show up in the FilterBar and table rendering?

The property fails to appear when core data and UI layers are not fully updated. You must modify agents-detailed.json, groups.json, AgentTable.jsx, useAgentsData.js, and FilterBar.jsx to render the new attribute correctly.