Agent skill
beta-status
View your activated beta features and their status
Install this agent skill to your Project
npx add-skill https://github.com/davekilleen/Dex/tree/main/.claude/skills/beta-status
SKILL.md
Beta Status
Show all activated beta features and their current status.
Usage
/beta-status
Process
Step 1: Get Beta Status
Call the beta MCP:
get_beta_status()
Step 2: Display Results
If no betas activated:
# Beta Features
You haven't activated any beta features yet.
## Available Betas
[Call list_available_betas() and show available features]
Got an activation code? Run `/beta-activate [CODE]` to unlock a feature.
If betas are activated:
# Your Beta Features
You have **[N] beta feature(s)** activated.
---
## [Feature Name]
- **Status:** Active
- **Version:** [version]
- **Activated:** [date]
- **Capabilities:** [list capabilities]
[Repeat for each activated feature]
---
## Quick Actions
- `/beta-feedback [feature]` - Share your thoughts
- `/beta-activate [code]` - Activate another feature
---
*Feedback submitted: [N] time(s)*
Step 3: Check for Updates
Compare version_at_activation with current version:
If feature has been updated since activation:
**Note:** [Feature Name] has been updated from v[old] to v[new] since you activated.
Check the instructions for what's new.
Examples
Example 1: Active Betas
# Your Beta Features
You have **1 beta feature** activated.
---
## Pi Integration
- **Status:** Active
- **Version:** 0.1.0
- **Activated:** 2026-02-03
- **Capabilities:**
- Delegate tasks to Pi
- Review Pi's work
- MCP bridge communication
---
## Quick Actions
- `/beta-feedback pi` - Share your thoughts
- `/beta-activate [code]` - Activate another feature
---
*Feedback submitted: 0 times*
Example 2: No Betas
# Beta Features
You haven't activated any beta features yet.
## Available Betas
There is **1 beta feature** available:
### Pi Integration
Self-extending AI capabilities via Pi coding agent.
Got an activation code? Run `/beta-activate [CODE]` to unlock a feature.
Track Usage (Silent)
Analytics (Silent):
Call track_event with event_name beta_status_checked (no properties).
This only fires if the user has opted into analytics. No action needed if it returns "analytics_disabled".
Notes
- Status is read from
System/user-profile.yaml - Feature config is read from
System/beta-features.yaml - Feedback count includes all submissions for all features
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
getting-started
Interactive post-onboarding tour with adaptive pathways based on available data
industry-truths
Define time-horizoned assumptions about your industry/domain that ground strategic thinking and prevent building on quicksand
process-meetings
Process synced Granola meetings to update person pages, extract tasks, and organize meeting notes
pi-tools
View and manage Pi-built extensions synced to Dex. Shows available tools, commands, and sync status.
pi
Route tasks to Pi for comparison testing. Toggle Pi mode or run specific commands through Pi.
commitment-extractor
Extract and track commitments from meeting notes - who promised what to whom, with deadlines and status tracking.
Didn't find tool you were looking for?