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…
Surface Dex features the user isn't using yet, based on their usage patterns. Use when the user says 'what am I missing', 'show me new features', 'level up my Dex'. Not for diagnosing what's broken; use `dex-doctor`. Not for what changed in a release; use `dex-whats-new`.
$ npx -y skills add davekilleen/Dex --skill dex-level-up --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/dex-level-upContext preview
The summary Claude sees to decide when to auto-load this skill.
Surface Dex features the user isn't using yet, based on their usage patterns. Use when the user says 'what am I missing', 'show me new features', 'level up my Dex'. Not for diagnosing what's broken; use `dex-doctor`. Not for what changed in a release; use `dex-whats-new`.
name: dex-level-up description: "Surface Dex features the user isn't using yet, based on their usage patterns. Use when the user says 'what am I missing', 'show me new features', 'level up my Dex'. Not for diagnosing what's broken; use `dex-doctor`. Not for what changed in a release; use `dex-whats-new`."
Discover Dex capabilities you haven't used yet. No FOMO — this is your concierge showing you what's available so you can get full value from the system without missing features.
---
Read `System/usage_log.md` to understand what features the user has adopted.
---
Look for natural progressions and gaps:
**Daily → Weekly → Quarterly:**
**Meeting Capture → Relationship Tracking:**
**Tasks → Projects:**
**Basic → Advanced:**
Prioritize suggestions based on user's role (from `System/user-profile.yaml`):
**Product Managers:**
**Engineering:**
**Sales/Customer Success:**
**Leadership:**
---
After analyzing universal feature usage, check for role-specific skills:
1. Read `System/user-profile.yaml` → `role` field 2. Map role to role_group using this mapping:
1. List files in `.claude/skills/_available/[role_group]/` 2. For each available skill directory, read its SKILL.md and extract:
1. List files in `.claude/skills/` 2. Cross-reference with available skills to determine which are not yet installed
If there are uninstalled role-specific skills, include this section in the output:
--- ## 💼 Role-Specific Skills for [Role Name] You haven't installed role-specific skills yet. Here's what's available for [role_group] roles: ### /[skill-name] **Job to be done:** [JTBD from frontmatter] **Time investment:** [time_investment from frontmatter] [Repeat for each available uninstalled skill] --- **Want to install these skills?** Say: - **"install all"** to add all [X] skills - **"install [skill-name]"** to add specific skills - **"tell me more about [skill-name]"** to learn more before installing
When the user says "install [skill]" or "install all", keep acting as a concierge and renderer. Every adoption goes through `core.lifecycle.service` version 1.0.0; this skill never writes, moves, or installs capability files itself.
1. Ask `build_inventory_and_plan` for the verified catalog plan. A dormant role skill is eligible only when its exact item id appears in that official plan. A skill from `.claude/skills-custom/`, another user-created location, or an unregistered source is not an official catalog item and must not be adopted through this route. 2. Render the catalog result in the same five-group order used by Dex Doctor and Dex Update, even when a group is empty: 1. **New and safe to adopt** — action `adopt` 2. **Needs your review** — action `conflict`; name the files Dex preserved 3. **Held back by you** — action `skip-held-back` 4. **Could not be proved** — action `unknown`; say no change will be made 5. **Already yours** — action `already-adopted`, with its receipt-backed state 3. For the selected official item ids, ask `build_and_preview_adoption` for the exact preview and approval token. For "install all", request only the eligible official items the user was shown; a held-back or unproved item never changes the others. 4. Show the item name and version, every proposed file, whether each file is new or refreshed, and that vault-owned user files are outside the write set. Explain that the complete approved set will be one crash-safe transaction with a receipt that can support an exact rewind. 5. Ask one direct confirmation: “Adopt this exact capability preview?” An earlier request to install is not approval of a later concrete file list. If the preview or evidence changes, render the refusal and request a fresh preview instead of working around it. 6. Only after explicit confirmation, pass the unchanged preview and token to `execute_approved_adoption`. Do not synthesize, shorten
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,…