TS

tscircuit/skill

Developer tools
12 stars Качество 70 Тренд 70

Skills for tscircuit

Обзор

This folder is intended to be used as an agent Skill. - SKILL.md – Main skill definition (frontmatter + instructions) - CLI.md – tsci CLI command reference - SYNTAX.md – tscircuit JSX syntax primer - WORKFLOW.md – Recommended development workflow - CHECKLIST.md – Pre-export/pre-fab checklist - templates/ – Reference TSX examples (copy into your project) - scripts/ – Helper shell scripts The files in templates/ are —they are not standalone runnable projects. To use them: 1. Create a tscircuit project: tsci init 2. Copy the desired template into your project 3. Install any additional dependencies (e.g., npm install @tscircuit/common for Arduino/RPi templates) 4. Run tsci build or tsci dev

README

tscircuit Agent Skill

This folder is intended to be used as an agent Skill.

Install as:

  • npx skills add tscircuit/skill

The canonical entrypoint is SKILL.md.

Contents

  • SKILL.md – Main skill definition (frontmatter + instructions)
  • CLI.md – tsci CLI command reference
  • SYNTAX.md – tscircuit JSX syntax primer
  • WORKFLOW.md – Recommended development workflow
  • CHECKLIST.md – Pre-export/pre-fab checklist
  • templates/ – Reference TSX examples (copy into your project)
  • scripts/ – Helper shell scripts

Templates

The files in templates/ are reference examples—they are not standalone runnable projects. To use them:

  1. Create a tscircuit project: tsci init
  2. Copy the desired template into your project
  3. Install any additional dependencies (e.g., npm install @tscircuit/common for Arduino/RPi templates)
  4. Run tsci build or tsci dev

License

See LICENSE for terms.

View this README on GitHub

Рекомендуемые инструменты

Попробуйте другой запрос или уберите фильтр.

Установка

npx skillfish add tscircuit/skill