Official Agent Skills for Creek — the open-source deployment platform.
npx skills add solcreek/skillsWorks with Claude Code, Cursor, GitHub Copilot, Windsurf, Codex, Cline, Gemini CLI, and 30+ other AI coding agents.
Deploy and manage apps on Creek. Covers the full CLI surface: deploy (7 modes), local dev, environment variables, database/storage/cache provisioning, custom domains, logs, metrics, rollback, diagnostics, and creekd operations.
skills/creek/
SKILL.md # Main skill manifest
references/
commands.md # Complete command table + JSON output spec
deployment-modes.md # Authenticated / sandbox / CI / remote-GitHub
workflows.md # First-deploy, update-rollback, custom-domain
creek-toml.md # creek.toml reference, cron + queue
diagnosis.md # CK-code fix table + failure workflows
observability.md # creek logs + build logs + edge-cache caveats
resources.md # creek db + team-owned resource model
github-setup.md # GitHub App install + push-to-deploy
Skills follow progressive disclosure:
- Discovery — agent reads only
name+descriptionfrom SKILL.md frontmatter (low context cost) - Activation — when a task matches, the full SKILL.md loads into context
- Deep dive — agent reads
references/*.mdon demand for detailed guidance
For agents that support MCP, Creek also provides a remote MCP server at mcp.creek.dev/mcp with tools (deploy, resource CRUD, DB query, build log inspection) and the same reference content as creek://skill/* resources.
Apache-2.0