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…
Turn optional Dex rooms/features on or off without deleting any content. Use when the user says 'turn off X', 'enable the career room', 'hide a feature I don't use'. Not for diagnosing breakage; use `dex-doctor`. Not for a full role restructure; use `reset`.
$ npx -y skills add davekilleen/Dex --skill manage-capabilities --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/manage-capabilitiesContext preview
The summary Claude sees to decide when to auto-load this skill.
Turn optional Dex rooms/features on or off without deleting any content. Use when the user says 'turn off X', 'enable the career room', 'hide a feature I don't use'. Not for diagnosing breakage; use `dex-doctor`. Not for a full role restructure; use `reset`.
name: manage-capabilities description: "Turn optional Dex rooms/features on or off without deleting any content. Use when the user says 'turn off X', 'enable the career room', 'hide a feature I don't use'. Not for diagnosing breakage; use `dex-doctor`. Not for a full role restructure; use `reset`." disable-model-invocation: true
Use this skill when the user wants to see, enable, or disable an optional room.
The available room ids and their folders, skills, MCPs, and features come from the portable-vault capability registry. Do not invent another room or manually copy a folder.
Read the available room ids from the registry:
"$VAULT_PATH/.venv/bin/python" "$VAULT_PATH/core/capabilities.py" --list
Confirm the requested registry room and state, then run:
"$VAULT_PATH/.venv/bin/python" "$VAULT_PATH/core/capabilities.py" <room-id> <on-or-off> --vault "$VAULT_PATH"
Report the command's JSON result in plain language.
Enabling provisions the room's declared folders and skills. Disabling removes only release-owned active skill copies and stops room-specific write surfaces. It never deletes or moves anything inside the user's Career, Companies, or Quarter Goals folders. Existing room content stays exactly where it is and will be available again if the room is re-enabled.
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,…