Skip to content

fix(skill): Update field names to match current CLI#86

Merged
dcramer merged 1 commit intodcramer:mainfrom
kschrader:fix/skill-field-names
Jan 28, 2026
Merged

fix(skill): Update field names to match current CLI#86
dcramer merged 1 commit intodcramer:mainfrom
kschrader:fix/skill-field-names

Conversation

@kschrader
Copy link
Copy Markdown
Contributor

Summary

The skill documentation was using old field names that don't match the actual CLI, causing agents to execute invalid commands.

Changes

Old (Wrong) New (Correct)
-d, --description (one-line summary) <name> or -n, --name
--context (full details) -d, --description

Files Updated

  • SKILL.md - Fixed field references and command examples
  • cli-reference.md - Fixed command syntax and task file format example
  • examples.md - Updated all example commands
  • hierarchies.md - Fixed command examples
  • verification.md - Fixed field name references

Test plan

  • Verified all command examples match current CLI syntax
  • Verified task file format matches actual schema

🤖 Generated with Claude Code

The skill documentation was using old field names that don't match the
actual CLI, causing agents to execute invalid commands.

Changes:
- `description` → `name` (one-line summary, positional or -n flag)
- `context` → `description` (full details, -d flag)
- Update all command examples to use correct syntax
- Fix task file format example in cli-reference.md

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@vercel
Copy link
Copy Markdown

vercel bot commented Jan 28, 2026

@kschrader is attempting to deploy a commit to the David Cramer's projects Team on Vercel.

A member of the Team first needs to authorize it.

@dcramer dcramer merged commit 409410d into dcramer:main Jan 28, 2026
2 of 3 checks passed
@dcramer
Copy link
Copy Markdown
Owner

dcramer commented Jan 28, 2026

Legit don’t know how it missed these. Might need to add a bit more steering

dcramer added a commit that referenced this pull request Jan 28, 2026
The docs showed `dex create -d "name" --context "..."` but --context
doesn't exist. The correct syntax is `dex create "name" --description "..."`.

Ref #86

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants