This folder is intended to be used as an agent Skill.
Install as:
npx skills add tscircuit/skill
The canonical entrypoint is SKILL.md.
SKILL.md– Main skill definition (frontmatter + instructions)CLI.md– tsci CLI command referenceSYNTAX.md– tscircuit JSX syntax primerWORKFLOW.md– Recommended development workflowCHECKLIST.md– Pre-export/pre-fab checklisttemplates/– Reference TSX examples (copy into your project)scripts/– Helper shell scripts
The files in templates/ are reference examples—they are not standalone runnable projects. To use them:
- Create a tscircuit project:
tsci init - Copy the desired template into your project
- Install any additional dependencies (e.g.,
npm install @tscircuit/commonfor Arduino/RPi templates) - Run
tsci buildortsci dev
See LICENSE for terms.