Entity banner
TechIntegrationLabs TechIntegrationLabs

Entity

Development community

Description

--- name: entity description: Look up or add entities (clients, partners, vendors, people) argument-hint: [add|search] <name> --- Manage entities in the user's BizBrain OS brain. - `/entity <name>` — Look up an entity by name or alias - `/entity add <name>` — Add a new entity (asks for type: client/partner/vendor/person) - `/entity search <query>` — Search across all entities Read `<BRAIN_PATH>/Entities/People/ENTITY-INDEX.md` for the master cross-reference. Entity folders: `Entities/Clients/

Installation

Installs to ~/.claude/skills/techintegrationlabs-bizbrain-os-plugin-entity/SKILL.md

Terminal
mkdir -p ~/.claude/skills/techintegrationlabs-bizbrain-os-plugin-entity && curl -fsSL https://raw.githubusercontent.com/TechIntegrationLabs/bizbrain-os-plugin/HEAD/commands/entity.md -o ~/.claude/skills/techintegrationlabs-bizbrain-os-plugin-entity/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository