What problem does it solve?
Day-to-day pattern development best practices. Use when actively developing
patterns. Covers incremental development, commits, communication guidelines,
and general development workflow.
Core Features & Use Cases
- CT Commands: Use the ./scripts/ct wrapper: Always use the wrapper for ct commands to avoid directory churn and permission prompts.
- Why the wrapper exists: Automatically handles directory changes, preserves path resolution, and enforces a no-prompts policy.
- For detailed deployment commands: See the deployment skill for end-to-end guidance.
- Framework Documentation: Quick access to labs framework docs to guide pattern development and debugging.
- Incremental development & commits: Follow a pattern of small, verifiable commits to keep main stable.
- Managing Dev Servers: Guidelines to restart dev servers when updating labs.
- Debugging with
<ct-cell-context>: Use as a targeted debugging aid to annotate values in context.
Quick Start
Use the CT wrapper to start a new development run:
./scripts/ct dev patterns/$GITHUB_USER/pattern.tsx --no-run