Agent skill · Workflow & Productivity

journey-ai

Use as the AI build stage of the Butterbase journey. Implements the AI section of 02-plan.md by delegating to the ai skill. Calls manage_ai (update_config) to set defaults and optionally BYOK. Skipped if the plan has no LLM/embeddings usage.

butterbase.ai2,831★ · +400/wk · 1 repos on radarProfile →
claude-codeMIT
Install
npx skills add butterbase-ai/butterbase-skills --skill journey-ai --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 2 KB
Bundled scripts: none
Path: skills/journey-ai/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 532

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Journey: AI Stage 3f of the guided journey. Configure AI gateway defaults (model, BYOK). ## When to use - Dispatched by `journey` when `current_stage: ai`. - Directly via `/butterbase-skills:journey-ai`. - Skipped (annotated `(n/a)`) if the plan has no AI section. ## Preflight If `docs/butterbase/03-preflight.md` is missing, older than 24 hours, or `00-state.md` has `app_id: null`, invoke `butterbase-skills:journey-preflight` first. Wait for it to return successfully before proceeding. ## Inputs - `docs/butterbase/02-plan.md` — the AI section. - `docs/butterbase/00-state.md` — for `app_id`. ## Procedure 0. **Refresh docs.** Call `butterbase_docs` with `topic: "ai"`. For BYOK and model lists, also WebFetch `https://docs.butterbase.ai/ai`. Skip if cache is fresh. 1. Read the AI section. Print it back: `"About to configure AI: default model=<m>, BYOK=<yes/no>. Proceed?"`. Wait for `yes`. 2. Invoke `butterbase-skills:ai` via the Skill tool with the AI plan and `app_id`. The wrapped skill calls `manage_ai action: update_config` (and per-provider key updates if BYOK). 3. Smoke: call `manage_ai action: chat` with a tiny prompt (`"say ok"`) to confirm the gateway responds. 4. Append one

What's inside
Steps it walks through
  1. When to use
  2. Preflight
  3. Inputs
  4. Procedure
  5. Outputs
  6. Anti-patterns
More from butterbase-skills
All skills →
About this skill
What does the journey-ai skill do?

Use as the AI build stage of the Butterbase journey. Implements the AI section of 02-plan.md by delegating to the ai skill. Calls manage_ai (update_config) to set defaults and optionally BYOK. Skipped if the plan has no LLM/embeddings usage.

How do I install it?

Run `npx skills add butterbase-ai/butterbase-skills --skill journey-ai --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From butterbase-ai/butterbase-skills, a repository with 532 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going