插件介绍
Systematically clarify intent, challenge assumptions, resolve contradictions, and align goals, constraints, risks, and success criteria.
项目详情摘要
clarify-intent-and-establish-shared-understanding 🚀 Quick Start Option 1: Ask Your Agent to Install It Simply tell your agent: `Install the clarify-intent-and-establish-shared-understanding skill from https://github.com/Inference1/clarify-intent-and-establish-shared-understanding for this project.` Option 2: Install with `npx skills` The easiest command-line method is the `skills` CLI. Interactive installation** The installer will let you choose the target Agent and installation scope. Install for a specific Agent** Replace `claude-code` with the desired Agent identifier, such as `codex`, `cursor`, `github-copilot`, or `gemini-cli`. Install globally for that Agent: Install for all supported Agents** Project-level: Global: Project-level installation is the default; `-g` / `--global` makes the Skill available across projects. Option 3: Install Manually Download the repository as a ZIP from GitHub, or clone it: Then copy the repository folder into your Agent's **project-level** or **global** skills directory. Keep `SKILL.md` inside the Skill folder: For example, with Claude Code: Common Agent locations include: Agent | Project-level | Global | -------------- | ----------------- | -------------------- | Claude Code | `.claude/skills/` | `~/.claude/skills/` | Codex | `.agents/skills/` | `~/.codex/skills/` | Cursor | `.agents/skills/` | `~/.cursor/skills/` | GitHub Copilot | `.agents/skills/` | `~/.copilot/skills/` | Gemini CLI | `.agents/skills/` | `~/.gemini/skills/` | For other Agents, use their documented skills directory or let `npx skills add` select the correct location automatically. The `skills` CLI currently documents project scope as the default, `-g/--global` for user-wide installation, `-a/--agent` for targeting specific agents, and `--all` for installing all dis
摘自项目公开 README,可能随上游仓库更新。安装方法
建议先在测试 Profile 中安装,并检查权限、安装脚本和依赖。
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Inference1/clarify-intent-and-establish-shared-understanding
使用前检查
- 确认项目符合 DSH bundle 规范,而不只是相关仓库。
- 阅读许可证和安装脚本,检查网络、文件及执行权限。
- 备份配置,并确保插件能够安全卸载或回滚。