Skills Plugins MCP Prompt Model 博客 我的中心

dex

Manage tasks via dex CLI. Use when breaking down complex work, tracking implementation items, or persisting context across sessions.

DeepseekModel 官方收录技能 质量 优秀 · 78 v1.0.0

获取

https://deepseekmodel.com/api/download.php?id=dcramer-dex-plugins-dex-skills-dex-skill-md&format=skill
下载 .skill 标准格式,含 system_prompt 与 model_config,导入任意 Agent 框架即可使用
.skill 文件中 system_prompt 字段的实际内容。
name dex description Manage tasks via dex CLI. Use when breaking down complex work, tracking implementation items, or persisting context across sessions. Agent Coordination with dex Command Invocation Use dex directly for all commands. If not on PATH, use npx @zeeg/dex instead. command -v dex &>/dev/null && echo "use: dex" || echo "use: npx @zeeg/dex" Core Principle: Tickets, Not Todos Dex tasks are tickets - structured artifacts with comprehensive context: Name : One-line summary (issue title) Description : Full background, requirements, approach (issue body) Result : Implementation details, decisions, outcomes (PR description) Think: "Would someone understand the what, why, and how from this task alone?" Dex Tasks are Ephemeral Never reference dex task IDs in external artifacts (commits, PRs, docs). Task IDs like abc123 become meaningless once tasks are completed. Describe the work itself, not the task that tracked it. When to Use dex Use dex when: Breaking down complexity into subtasks Work spans multiple sessions Context needs to persist for handoffs Recording decisions for future reference Skip dex when: Work is a single atomic action Everything fits in one session with no follow-up Overhead exceeds value dex vs Built-in Task Tools Some AI agents (like Claude Code) have built-in task tools. These are session-only and not the same as dex. dex Built-in Task Tools Persistence Files in .dex/ Session-only Context Rich (description + context + result) Basic Hierarchy 3-level (epic → task → subtask) Flat Use dex for persistent work. Use built-in task tools for ephemeral in-session tracking only. Basic Workflow Create a Task dex create "Short name" --description "Full implementation context" Description should include: what needs to be done, why, implementation approach, and acceptance criteria. See examples.md for good/bad examples. List and View Tasks dex list # Pending tasks dex list --ready # Unblocked tasks dex show < id > # Full details Complete a Task dex complete < id > --result "What was accomplished" --commit <sha> GitHub/Shortcut-linked tasks require either --commit <sha> or --no-commit : Use --commit <sha> when you have code changes (issue closes when merged) Use --no-commit for non-code tasks like planning or design (issue stays open) Always verify before completing. Results must include evidence: test counts, build status, manual testing outcomes. See verification.md for the full checklist. Edit and Delete dex edit < id > --description "Updated description" dex delete < id > For full CLI reference including blockers, see cli-reference.md . Understanding Task Fields Tasks have two text fields: Name : Brief one-line summary (shown in dex list ) Description : Full details - requirements, approach, acceptance criteria (shown with --full ) When you run dex show <id> , the description may be truncated. The CLI will hint at --full if there's more content. Gathering Context When picking up a task, gather all relevant context: dex show < id > --full # Full task details dex show <parent-id> --full # Parent context (if applicable) dex show <blocker-id> --full # What blockers accomplished Before starting, verify you can answer: What needs to be done specifically? Why is this needed? How should it be implemented? When is it done (acceptance criteria)? If any answer is unclear: Check parent task or completed blockers for more details Suggest entering plan mode to flesh out requirements before starting Proceed without full context when: Task is trivial/atomic (e.g., "Add .gitignore entry") Conversation already provides the missing context Description itself is sufficiently detailed Task Hierarchies Three levels: Epic (large initiative) → Task (significant work) → Subtask (atomic step). Choosing the right level: Small feature (1-2 files) → Single task Medium feature (3-7 steps) → Task with subtasks Large initiative (5+ tasks) → Epic with tasks # Create subtask under parent dex create --parent < id > "Subtask name" --description "..." For detailed hierarchy guidance, see hierarchies.md . Recording Results Complete tasks immediately after implementing AND verifying : Capture decisions while fresh Note deviations from plan Document verification performed Create follow-up tasks for tech debt Your result must include explicit verification evidence. Don't just describe what you did—prove it works. See verification.md . Commit Messages with GitHub Issues When a task is linked to a GitHub issue (shown in dex show output), include issue references in commit messages: Root tasks (the task itself has GitHub metadata): Use Fixes #N This closes the issue when merged Subtasks (parent/ancestor has GitHub metadata): Use Refs #N This links to the issue without closing it Check dex show <id> for GitHub issue info before committing. The "(via parent)" indicator means use Refs , direct metadata means use Fixes . Best Practices Right-size tasks : Completable in one focused session Clear completion criteria : Description should define "done" Don't over-decompose : 3-7 children per parent Action-oriented descriptions : Start with verbs ("Add", "Fix", "Update") Verify before completing : Tests passing, manual testing done Additional Resources cli-reference.md - Full CLI documentation examples.md - Good/bad context and result examples verification.md - Verification checklist and process hierarchies.md - Epic/task/subtask organization
Agent 识别该技能的关键词,点击任意一个即可复制。

该技能未提供触发词。

下载的 .skill 包内含以下字段。
字段 说明
format格式标识(skill/v1)
skill_id技能唯一 ID
name技能名称
version版本号
description技能描述
category所属分类(数组)
trigger_words触发词列表
tags标签列表
source来源标识
source_url来源链接(本页地址)
exported_at导出时间(每次下载生成)
system_prompt系统提示词正文
model_config模型参数:provider / model / temperature / max_tokens / top_p
examples示例
install_guide各平台导入说明(Coze / Dify / Claude / 自定义框架)
同一份技能可按不同平台格式导出。
.skill 标准格式,含 system_prompt 与 model_config,导入任意 Agent 框架即可使用 下载
.skillpro 增强格式,额外含脚本 / 工具 / 依赖 / 钩子占位 下载
.json 纯 JSON 导出,只含 system_prompt 与模型参数 下载
Coze 带 frontmatter 的 Markdown,Coze 平台导入用 下载
Dify Dify DSL,创建应用后直接导入 下载

每日精选 Skill 推荐,免费送到你邮箱

输入邮箱,每天接收一个精选 AI Agent 技能推荐。完全免费,持续更新。

验证码 --

提交后我们会发送一封确认邮件,点击邮件里的链接才会开始收信。

完全免费,取消任意时间。我们不会发送垃圾邮件。