sculptor
Parallel coding workspaces with testing, review, and release workflows
Gives the agent standing rules for this repo: answer questions directly without making changes, ask before acting on ambiguity, scrub PII and internal details from public commit messages and PRs, and follow the required format, lint, and test commands before committing.
All Skills in This Repository (35)
Pure Emerald Level Indicatorspost-pr-to-slack
Post pull request announcements and merge reactions to Slack via GitHub API.
openhost-sculptor
Automate deployment, verification, and reset of a self-hosted Sculptor app on OpenHost.
frontend-design-tokens
Guide CSS/SCSS design token adoption with Radix UI tokens and custom overrides.
profile-sculptor-backend
Capture thread dumps, viztracer/Perfetto traces, and CPU samples from Sculptor backends.
auto-qa-changes
Automates visual UI testing via a headless browser and HTTP API commands.
debug-integration-test
Diagnose Sculptor frontend integration test failures from Playwright logs and traces.
update-review-rules
Add new issue types to review-rule documents for React, Sculptor frontend, and integration tests.
update-specs
Update product specifications to reflect merged codebase changes.
write-integration-test
Generates and runs frontend integration tests for Sculptor using FakeClaude.
auto-qa-iphone
Automate mobile web UI testing in iPhone Simulators with idb and xcrun simctl.
manually-qa-branch
Set up an isolated Sculptor environment to test a pull request commit.
measure-react-renders
Compare React component render counts between two branches using Playwright.
Frequently Asked Questions
FAQPage SchemaHow to install Sculptor skills?โผ
Run `npx skills add imbue-ai/sculptor --all -g -y` in your terminal to install all skills in this collection globally.
What is Sculptor used for?โผ
Sculptor is a desktop app for running multiple coding agents in parallel, each in its own isolated workspace. These skills automate its development workflows like testing, code review, QA, and releases.
How do the fix-bug and spec skills work?โผ
The fix-bug skill enforces test-driven development: reproduce the bug, write a failing test, then fix the code. The spec skill writes an implementation spec through guided Q&A before any code is written.
Can these skills run integration tests safely?โผ
Yes. The run-integration-test skill runs tests as background processes with a watchdog monitor, so a hanging test never blocks your session.
Do Sculptor skills work with Claude Code?โผ
Yes. All skills follow the standard SKILL.md format and work in Claude Code and other compatible coding environments.
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