/manage-capabilities
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.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
- You can call itInvoke it directly when you want it.
- Slash command
/manage-capabilities
Context 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`.
SKILL.md
manage-capabilities.SKILL.mdname: 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
Manage Dex rooms
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.
Change a room
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 powered by Claude. Strategic work management, meeting intelligence, relationship tracking, daily planning — all configured for your specific role. No coding required.
Repo: davekilleen/Dex
Other skills on davekilleen-dex.
- /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 Playwright MCP - uses Bash commands with ref-based element selection. Triggers on "browse website", "fill form", "click
Open skill - /agent-native-architecture
Build applications where agents are first-class citizens. Use this skill when designing autonomous agents, creating MCP tools, implementing self-modifying systems, or building apps where features are outcomes achieved by agents operating in a loop.
Open skill - /andrew-kane-gem-writer
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 existing gems, designing gem APIs, or when clean, minimal, production-ready Ruby library code is needed. Triggers on
Open skill - /brainstorming
This skill should be used before implementing features, building components, or making changes. It guides exploring user intent, approaches, and design decisions before planning. Triggers on "let's brainstorm", "help me think through", "what should we build", "explore
Open skill - /compound-docs
Capture solved problems as categorized documentation with YAML frontmatter for fast lookup
Open skill - /create-agent-skills
Expert guidance for creating, writing, and refining Claude Code Skills. Use when working with SKILL.md files, authoring new skills, improving existing skills, or understanding skill structure and best practices.
Open skill

