## 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.
11 lines
193 B
JSON
11 lines
193 B
JSON
{
|
|
"name": "twenty-claude-skills",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"description": "Claude skills for working with Twenty.",
|
|
"license": "AGPL-3.0",
|
|
"files": [
|
|
"skills"
|
|
]
|
|
}
|