·ct

Guide for using the ct (CommonTools) binary to interact with charms, recipes, and the Common Fabric. Use this skill when deploying recipes, managing charms, linking data between charms, or debugging recipe execution. Triggers include requests to "deploy this recipe", "call a handler", "link these charms", "get data from charm", or "test this recipe locally".

4Installs·1Trend·@commontoolsinc

Installation

$npx skills add https://github.com/commontoolsinc/labs --skill ct

SKILL.md

The ct binary is the CLI for CommonTools. Use --help for current commands:

| Type check | deno task ct check pattern.tsx --no-run | | Deploy new | deno task ct charm new pattern.tsx -i key -a url -s space | | Update existing | deno task ct charm setsrc pattern.tsx --charm ID -i key -a url -s space | | Inspect state | deno task ct charm inspect --charm ID ... | | Get field | deno task ct charm get --charm ID fieldPath ... |

| Set field | echo '{"data":...}' \| deno task ct charm set --charm ID path ... | | Call handler | deno task ct charm call --charm ID handlerName ... | | Trigger recompute | deno task ct charm step --charm ID ... | | List charms | deno task ct charm ls -i key -a url -s space | | Visualize | deno task ct charm map ... |

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/commontoolsinc/labs --skill ct
Category
{}Data Analysis
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is ct?

Guide for using the ct (CommonTools) binary to interact with charms, recipes, and the Common Fabric. Use this skill when deploying recipes, managing charms, linking data between charms, or debugging recipe execution. Triggers include requests to "deploy this recipe", "call a handler", "link these charms", "get data from charm", or "test this recipe locally". Source: commontoolsinc/labs.

How do I install ct?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/commontoolsinc/labs --skill ct Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/commontoolsinc/labs