secondbrain-entity
Installation
SKILL.md
Add Custom Entity
Create custom entity types with schema validation and VitePress integration.
Prerequisites
Verify secondbrain is initialized:
- Check for
.claude/data/config.yaml - If not found, suggest running
secondbrain-initfirst
Workflow
Step 1: Gather Entity Information
Collect from user:
- Entity Name — Plural name (e.g., "contacts", "projects", "bookmarks")
- Singular Name — For display (e.g., "contact", "project", "bookmark")
- Fields — Custom fields for the entity:
Related skills