From adk
Scaffolds a new Botpress ADK project: prompts for name, ensures login, runs adk init with hello-world template, guides linking, and verifies with adk check.
npx claudepluginhub botpress/skills --plugin adk[project-name]Help the user initialize a new Botpress ADK project. First, load the `adk` skill for full ADK knowledge. 1. If `$ARGUMENTS` contains a project name, use it. Otherwise ask. 2. Ensure the user is logged in (`adk login --token "$BOTPRESS_TOKEN"` or `adk login`). 3. Run `adk init <name> --yes --skip-link --template hello-world` to scaffold the project. 4. Guide through linking with `adk link` and initial configuration. 5. Verify the project starts cleanly: `adk check --format json`. ## After Scaffolding Don't just explain the project structure — ask what they want to build and guide next st...
/dev-setupInitializes Claude Code infrastructure in a project directory, creating AI skills, hooks, settings, MASTER_PLAN.md template, and CLAUDE.md guidance. Supports path and --minimal flag.
/initInitializes a new project with Claude Code agent system, best practices, and framework setup.
/hatch3r-createAuthors a custom user-tier artifact (agent, skill, rule, command, or hook) for the project. Generates frontmatter/body skeleton, applies strict/gentle quality gates, writes to .agents/user/{type}/, offers sync.
/setupRuns interactive setup wizard: installs plugin files from GitHub, creates .env config, analyzes tech stack, generates PROJECT.md, configures hooks.
Share bugs, ideas, or general feedback.
Help the user initialize a new Botpress ADK project.
First, load the adk skill for full ADK knowledge.
$ARGUMENTS contains a project name, use it. Otherwise ask.adk login --token "$BOTPRESS_TOKEN" or adk login).adk init <name> --yes --skip-link --template hello-world to scaffold the project.adk link and initial configuration.adk check --format json.Don't just explain the project structure — ask what they want to build and guide next steps:
"Your project is ready. What are you building?"
src/knowledge/ and a search toolThen offer the relevant commands: /adk-integration to add services, /adk-eval to set up tests.
Follow all ADK CLI best practices from the skill documentation.