agent-browser
Browser automation using Vercel's agent-browser CLI. Use when you need to interact with web pages, fill forms, take screenshots, or scrape data. Alternative to…
Run first-time Dex onboarding: build the vault structure, capture the user profile and configure MCPs. Use when `System/.onboarding-complete` is absent or the user says 'set up Dex', 'start onboarding'. Not for the post-onboarding tour; use `getting-started`. Not for a mid-life
$ npx -y skills add davekilleen/Dex --skill setup --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/setupContext preview
The summary Claude sees to decide when to auto-load this skill.
Run first-time Dex onboarding: build the vault structure, capture the user profile and configure MCPs. Use when `System/.onboarding-complete` is absent or the user says 'set up Dex', 'start onboarding'. Not for the post-onboarding tour; use `getting-started`. Not for a mid-life
name: setup description: "Run first-time Dex onboarding: build the vault structure, capture the user profile and configure MCPs. Use when `System/.onboarding-complete` is absent or the user says 'set up Dex', 'start onboarding'. Not for the post-onboarding tour; use `getting-started`. Not for a mid-life role change; use `reset`."
If `System/.onboarding-complete` already exists, setup is complete. Use `getting-started` for the post-onboarding tour or `reset` for a role or preference change.
One narrow existing-vault repair is allowed: if setup is complete but `System/.dex/harness-profile.json` is missing or Doctor says agent harness capabilities are OFF, do not restart onboarding. Call `inspect_harnesses`, show the automatic / on-demand / guided / unavailable preview and each host's named limits, ask the person to confirm one or more harnesses, then call `save_harness_selection(..., confirmed=true)`. That tool writes only the harness receipt through the sanctioned provision transaction and leaves the profile, content and onboarding marker unchanged.
Otherwise:
1. Call `start_onboarding_session()` from `onboarding-mcp` to initialize or resume the session. 2. Read `core/onboarding/FLOW.md` and follow it as the single source of the onboarding conversation.
This file deliberately contains no question script, so onboarding cannot fork. Change onboarding in `core/onboarding/FLOW.md` and `onboarding-mcp`, then regenerate the byte-identical `.claude/flows/onboarding.md` compatibility copy; never fork the question script here.
A personal operating system for your work. Strategic work management, meeting intelligence, relationship tracking, daily planning — all configured for your specific role.
Repo: davekilleen/Dex
Browser automation using Vercel's agent-browser CLI. Use when you need to interact with web pages, fill forms, take screenshots, or scrape data. Alternative to…
Build applications where agents are first-class citizens. Use this skill when designing autonomous agents, creating MCP tools, implementing self-modifying…
This skill should be used when writing Ruby gems following Andrew Kane's proven patterns and philosophy. It applies when creating new Ruby gems, refactoring…
This skill should be used before implementing features, building components, or making changes. It guides exploring user intent, approaches, and design…
Capture solved problems as categorized documentation with YAML frontmatter for fast lookup
Expert guidance for creating, writing, and refining Claude Code Skills. Use when working with SKILL.md files, authoring new skills, improving existing skills,…