93d83b2e36
## Summary Adds a new `twenty-claude-skills` workspace package under `packages/` for Claude skills related to Twenty. ## Changes - Registers `packages/twenty-claude-skills` in the root Yarn workspace list. - Adds package metadata for `twenty-claude-skills`. - Adds a README documenting the multi-skill layout. - Adds the `twenty-record-presentation` skill under `skills/twenty-record-presentation/SKILL.md`. ## Impact This gives Claude-specific Twenty skills a dedicated package location while preserving the skill metadata from the provided skill bundle. ## Validation - Parsed the root `package.json` and `packages/twenty-claude-skills/package.json` with Node. - Compared the imported skill content against the source `.skill` archive; the only difference is a trailing newline at EOF.
10 lines
230 B
Markdown
10 lines
230 B
Markdown
# twenty-claude-skills
|
|
|
|
Claude skills for working with Twenty.
|
|
|
|
Add skills under `skills/<skill-name>/SKILL.md`.
|
|
|
|
## Skills
|
|
|
|
- `twenty-record-presentation`: Retrieve and present Twenty CRM records as readable summaries or tables.
|