cradle-app
Run coding sessions, track issues, and ship releases locally
All Skills in This Repository (24)
Pure Emerald Level Indicatorsnowledge-mem
Connect AI agents to persistent memories and context bundles via the Nowledge API.
browser-use
Control the in-app browser via Chrome DevTools Protocol for navigation and data extraction.
observability-debugger
Query SQLite events, incidents, and runtime snapshots to debug Cradle observability data.
cradle-cli
Manage Cradle workflows and query platform state via terminal.
agent-browser
Automate Chrome browser navigation, form interaction, and data extraction via CDP.
analyze-posthog-usage
Analyze PostHog product usage data with read-only HogQL queries.
server-app-development
Manage server-side functions in Cradle by editing HTTP routes, TypeBox schemas, and CLI metadata.
userinterface-wiki
Guide web UI/UX design with animation, typography, and CSS best practices.
changelog
Generates changelogs from Git commits and PRs for release notes.
dispatching-parallel-agents
Dispatch specialized agents with isolated context to execute independent tasks in parallel.
react-doctor
Analyze React applications for regressions, security, performance, and accessibility issues.
release
Trigger and monitor desktop release workflows with version tagging on GitHub Actions.
Frequently Asked Questions
FAQPage SchemaHow to install Cradle?โผ
Run `npx skills add wibus-wee/cradle-app --all -g -y` in your terminal to install all skills in this suite globally.
What is Cradle used for?โผ
Cradle is a local-first desktop workspace for running coding sessions, tracking issues on a Kanban board, reviewing diffs, and managing plugins and providers in one place.
How do I pause a session until CI finishes?โผ
Register a session await such as `cradle session await github-ci owner/repo --pr 42` and end your turn; Cradle resumes the session automatically when the check completes.
Can I extend Cradle with my own plugins?โผ
Yes. The plugin development skill and `@cradleapp/plugin-sdk` let you build server, web, or desktop plugins, then install them with `cradle plugin install --package-dir <dir>`.
Does Cradle keep my data private?โผ
Yes. Cradle is local-first with no cloud dependency, so your sessions, memory, and project data stay on your own machine.