A collection of AI skills for use across our projects — reusable workflows, conventions, and checklists that an AI coding agent can load when relevant, instead of being re-explained project by project.
Skills live under skills/, one folder per skill, and are managed with the skills CLI, which works across Claude Code, Cursor, Gemini, and other agents — see its docs for the full command reference.
# Install skills from this repo
npx skills add functndev/skills# List all skills available in this repo, without installing anything
npx skills add functndev/skills --list
# List the skills already installed in this project (or globally with -g)
npx skills list
# Update installed skills to their latest versions from this repo
npx skills update
# Remove one or more installed skills
npx skills remove <skill-name>| Skill | Description |
|---|---|
taylorui-component |
Pulls a component or page-section template from the in-house TaylorUI library into a project and adapts it — dependency versions, icons, data wiring, and styling tokens. |
sanity-section-datamodel-from-figma |
Sets up the Sanity CMS data model (schema, GROQ partials, Studio registration, typegen) for a new page section based on a Figma design, and optionally seeds example content. |
section-accordion |
Builds an accordion page section end to end — Sanity data model and TaylorUI-backed UI — on top of the two skills above. |