Sync Skill banner
udecode udecode

Sync Skill

Development community

Description

--- description: Sync doc changes from www/content/docs/ into packages/kitcn/skills/convex/ --- ## Task Sync recent doc changes into `packages/kitcn/skills/convex/` so the skill stays current. **Input**: $ARGUMENTS (doc file path, PR diff, or "all" to scan for drift) ## Skill layout - `SKILL.md` — essentials (~80-90% of e2e feature work: cRPC, ORM, auth, React) - `references/` — setup guides (one-time bootstrap) and advanced features (aggregates, scheduling, rate limiting, etc.) **Routing

Installation

Installs to ~/.claude/commands/udecode-kitcn-sync-skill.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/udecode/kitcn/HEAD/.claude/commands/sync-skill.md -o ~/.claude/commands/udecode-kitcn-sync-skill.md

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

Full documentation available on GitHub

View Source Repository