Agent skill
create-skill
Create a custom skill that's protected from Dex updates. Automatically appends -custom to ensure your skill is never overwritten.
Install this agent skill to your Project
npx add-skill https://github.com/davekilleen/Dex/tree/main/.claude/skills/create-skill
SKILL.md
Create Custom Skill
Create your own skill that's protected from Dex updates.
How It Works
When you create a skill with this command, Dex automatically:
- Appends
-customto the folder name (so it's never overwritten by updates) - Creates the proper SKILL.md structure
- Sets up optional folders for scripts, references, and assets
Process
Step 1: Get Skill Details
Ask the user:
What should this skill do?
Give me:
1. A short name (e.g., "meeting-notes", "weekly-report")
2. What it should help you with (1-2 sentences)
Step 2: Create the Skill
Skill folder: .claude/skills/{name}-custom/
The -custom suffix is automatic - don't let the user add it themselves.
Create SKILL.md:
---
name: {name}-custom
description: {user's description}
---
# {Title Case Name}
{User's description expanded into a helpful intro}
## Process
### Step 1: [First Step]
[Instructions for what to do]
### Step 2: [Second Step]
[Instructions for what to do]
## Notes
- This is a custom skill, protected from Dex updates
- Edit `.claude/skills/{name}-custom/SKILL.md` to modify
Step 3: Confirm
✅ Created skill: /{{name}}-custom
Your skill is ready to use. Run /{name}-custom to try it.
**Protected from updates:** The -custom suffix means Dex updates
will never overwrite this skill. It's yours to customize.
**To edit:** Modify .claude/skills/{name}-custom/SKILL.md
Examples
User: "I want a skill for preparing board updates"
Result:
- Folder:
.claude/skills/board-update-custom/ - Invoke with:
/board-update-custom - Protected from all Dex updates
User: "Create a skill called weekly-standup-custom"
Response: "I'll create that as weekly-standup-custom - you don't need to add '-custom' yourself, I do that automatically. Want me to proceed with just 'weekly-standup'?"
Tips
- Keep skill names short and descriptive
- Use hyphens, not spaces or underscores
- The skill can reference other files in its folder (scripts/, references/, assets/)
Track Usage (Silent)
Update System/usage_log.md to mark custom skill creation as used.
Analytics (Silent):
Call track_event with event_name custom_skill_created and properties:
- (no properties — do NOT include skill names)
This only fires if the user has opted into analytics. No action needed if it returns "analytics_disabled".
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?