KS
Killer-Skills

add-agent-property — Categories.community

v1.0.0
GitHub

About this Skill

Perfect for AI Coding Agents needing customized agent property management and board modifications. A curated comparison matrix of ai coding agents

PackmindHub PackmindHub
[0]
[0]
Updated: 3/5/2026

Quality Score

Top 5%
31
Excellent
Based on code quality & docs
Installation
SYS Universal Install (Auto-Detect)
Cursor IDE Windsurf IDE VS Code IDE
> npx killer-skills add PackmindHub/coding-agents-matrix

Agent Capability Analysis

The add-agent-property MCP Server by PackmindHub is an open-source Categories.community integration for Claude and other AI agents, enabling seamless task automation and capability expansion.

Ideal Agent Persona

Perfect for AI Coding Agents needing customized agent property management and board modifications.

Core Value

Empowers agents to dynamically modify their property boards by adding new properties, utilizing camelCase property keys, and supporting both badge and text cell types, while integrating with schema references for seamless data structure management.

Capabilities Granted for add-agent-property MCP Server

Modifying agent boards with custom properties
Generating property key and display label combinations
Configuring cell types for efficient data visualization

! Prerequisites & Limits

  • Requires sequential modification of four files
  • Adherence to specific schema references for data structures
Project
SKILL.md
2.5 KB
.cursorrules
1.2 KB
package.json
240 B
Ready
UTF-8

# Tags

[No tags]
SKILL.md
Readonly

Add Agent Property

Add a new property to the agents board by modifying four files in sequence.

Schema reference: See references/schema.md for data structures.

Workflow

1. Gather Property Details

Ask the user for:

  • Property key (camelCase, e.g., contextWindow)
  • Display label (short, e.g., "Context Window")
  • Tooltip description (1 sentence explaining the property)
  • Cell type: badge (yes/no/partial) or text (free-form)
  • Group: identity, packaging, or features

2. Update agents-detailed.json

Add the property to every agent in src/data/agents-detailed.json:

json
1"propertyKey": { 2 "value": null, 3 "detail": null 4}

Insert after the last feature property, before additionalInfo.

3. Update groups.json

Add the property key to the appropriate group's columns array in src/data/groups.json:

json
1{ 2 "id": "features", 3 "label": "Features", 4 "columns": ["existingProp", "propertyKey"] 5}

4. Update AgentTable.jsx

Add column definition to the columns array in src/components/AgentTable.jsx:

javascript
1{ key: 'propertyKey', label: 'Label', sortable: true, cellType: 'badge', tooltip: 'Description' }

Insert at the position matching its group order.

5. Update useAgentsData.js

Add transformation in src/hooks/useAgentsData.js:

javascript
1propertyKey: agent.propertyKey.value, 2propertyKeyDetail: agent.propertyKey.detail,

6. Update FilterBar.jsx (for filterable properties)

If the property is in packaging or features group and has cellType: 'badge', add it to the featureOptions array in src/components/FilterBar.jsx:

javascript
1{ key: 'propertyKey', label: 'Label' }

Insert in the appropriate section (Packaging or Features) following the existing order.

7. Update GitHub Issue Templates

01-update-agent.md - Add under Features section:

markdown
1- [ ] **Property Label** (`propertyKey`) 2 - New value: <!-- yes/no/partial/null --> 3 - Detail:

02-add-new-agent.md - Add new section with property definition, value format, and examples.

Checklist

  • Property added to all agents in agents-detailed.json
  • Property key added to correct group in groups.json
  • Column definition added to AgentTable.jsx
  • Transformation added to useAgentsData.js
  • Filter option added to FilterBar.jsx (if badge in packaging/features)
  • Update template modified in .github/ISSUE_TEMPLATE/01-update-agent.md
  • New agent template modified in .github/ISSUE_TEMPLATE/02-add-new-agent.md

Related Skills

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

View All

widget-generator

Logo of f
f

f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open source — self-host for your organization with complete privacy.

149.6k
0
Design

flags

Logo of vercel
vercel

flags is a Next.js feature management skill that enables developers to efficiently add or modify framework feature flags, streamlining React application development.

138.4k
0
Browser

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