add-agent-property — community add-agent-property, coding-agents-matrix, community, ide skills, Claude Code, Cursor, Windsurf

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

Agent Capability Analysis

The add-agent-property skill by PackmindHub is an open-source community AI agent skill for Claude Code and other IDE workflows, helping agents execute tasks with better context, repeatability, and domain-specific guidance.

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

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
Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

add-agent-property

Install add-agent-property, an AI agent skill for AI agent workflows and automation. Works with Claude Code, Cursor, and Windsurf with one-command setup.

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

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is add-agent-property?

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

How do I install add-agent-property?

Run the command: npx killer-skills add PackmindHub/coding-agents-matrix/add-agent-property. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for add-agent-property?

Key use cases include: Modifying agent boards with custom properties, Generating property key and display label combinations, Configuring cell types for efficient data visualization.

Which IDEs are compatible with add-agent-property?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for add-agent-property?

Requires sequential modification of four files. Adherence to specific schema references for data structures.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add PackmindHub/coding-agents-matrix/add-agent-property. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use add-agent-property immediately in the current project.

Related Skills

Looking for an alternative to add-agent-property or another community skill for your workflow? Explore these related open-source skills.

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
AI

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
AI

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
AI