By timescale
An agentic workflow engine for GTM/RevOps automation. Includes tools for workflow compilation and integration with the crayon SDK.
npx claudepluginhub timescale/crayon --plugin crayonUpdate workflow implementation from its embedded description. Use this after modifying workflow or node descriptions.
Collaborative workflow design - guides users through creating well-structured crayon workflows with embedded descriptions.
Generate integration nodes for external APIs (Salesforce, HubSpot, etc.). Creates typed function nodes with authentication and error handling.
Refine node definitions - determines HOW each node is implemented (SDKs, libraries, input/output structures, tools, guidelines).
How to trigger workflows and nodes. Covers MCP tools (run_workflow, run_node), HTTP webhooks (async/sync), authentication, and cron scheduling.
AI-native workflow engine for GTM/RevOps automation.
Get started with a single command:
curl -fsSL https://install.crayon.run | bash
This installs all dependencies (Node.js, Claude Code, Tiger CLI) and sets up the crayon command.
After installation, open a new terminal and run:
crayon
Want to contribute? See DEVELOPMENT.md.
crayon
This spins up a cloud sandbox and opens the dev environment in your browser. Describe what you want to automate — Claude will build, test, and iterate on your workflow automatically. Once ready, trigger it manually or connect it to a webhook.
Want to open a new local Claude terminal connected to Crayon?
crayon cloud claude
| Command | Description |
|---|---|
crayon cloud run | Start a new or existing workspace |
crayon cloud claude | Connect to a claude session on the sanbox |
crayon/
├── packages/
│ ├── core/ # SDK + CLI + MCP server + Dev UI (published as `crayon`)
│ ├── ui/ # React UI components (@crayon/ui)
│ └── auth-server/ # OAuth server (Nango-based)
└── skills/ # Claude Code skills
├── create-workflow/
├── compile-workflow/
├── refine-node/
├── integrations/
└── deploy/
Complete collection of battle-tested Claude Code configs from an Anthropic hackathon winner - agents, skills, hooks, rules, and legacy command shims evolved over 10+ months of intensive daily use
Complete collection of battle-tested Claude Code configs agents, skills, hooks, rules, and legacy command shims evolved over 10+ months of intensive daily use
Manus-style persistent markdown files for planning, progress tracking, and knowledge storage. Works with Claude Code, Kiro, Clawd CLI, Gemini CLI, Cursor, Continue, Hermes, and 17+ AI coding assistants. Now with Arabic, German, Spanish, and Chinese (Simplified & Traditional) support.
Unity Development Toolkit - Expert agents for scripting/refactoring/optimization, script templates, and Agent Skills for Unity C# development
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.