commontoolsinccommontoolsincOfficial·5 Agent Skills Included

labs

Build, test, and deploy reactive patterns on Common Fabric

Builds, tests, and deploys reactive TypeScript patterns on the Common Fabric distributed runtime. Covers the full workflow: schema design, UI styling with cf- components, automated testing, CLI deployment, and FUSE filesystem access. Eliminates guesswork with debugging guides, code review checklists, browser automation, and performance profiling scripts. Helps developers ship correct, well-tested patterns faster with less manual verification.
npx skills add commontoolsinc/labs --all -g -y
Available:

Instructs your AI agent on the repository's layered architecture, documentation rules, coding conventions, and which sub-skill to route each development task to.

All Skills in This Repository (5)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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