labs
Build, test, and deploy reactive patterns on Common Fabric
All Skills in This Repository (5)
Pure Emerald Level Indicatorspattern-dev
Create and debug CommonTools patterns with ct CLI tooling.
ct
Automate charm deployment and management using the ct CLI.
lit-component
Build theme-aware Lit components with Cell integration for Common UI v2.
knowledge-base
Resolve documentation, code, and spec conflicts using a defined source hierarchy.
task-management
Break down plans into subtasks and track progress using beads (bd).
Frequently Asked Questions
FAQPage SchemaHow to install Common Fabric labs skills?▼
Run `npx skills add commontoolsinc/labs --all -g -y` in your terminal to install all skills in this repository globally.
What is a Common Fabric pattern?▼
A pattern is a reactive TypeScript program that processes data and renders interactive UIs inside a secure sandbox. Patterns are deployed as pieces into shared spaces where they link together and react to data changes automatically.
How do I deploy a pattern with these skills?▼
The pattern-deploy skill walks your agent through type checking, running tests, and deploying with the cf CLI using `piece new` for first deploys and `piece setsrc` for updates. It also covers identity keys, spaces, and attaching test files to each revision.
Can these skills automate browser testing?▼
Yes. The agent-browser skill gives your agent full browser control for navigating pages, filling forms, clicking elements, and taking screenshots. The pattern-test-to-integration skill converts unit tests into recorded browser integration tests.
Do I need to know the Common Fabric runtime to use these?▼
No. Skills like pattern-dev, pattern-debug, and pattern-critic embed the platform's rules and gotchas directly, so your agent applies correct conventions without you reading the full documentation.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core