Double Check
Low confidenceAn easy way to force agent to think again if it's statement that the "Job is done and production ready" is actually done - usually it's not. Thanks to this command you don't have to check after the agent if they did their job.
- Type
- plugin
- GitHub stars
- ★ 866
- Repository
- ccplugins/awesome-claude-code-plugins
- Category
- —
Install
1Quick install (skills CLI)
npx skills add ccplugins/awesome-claude-code-plugins --skill double-check --agent claude-codeInstalls double-check into the current project's .claude/skills/ directory. Requires Node.js and the skills CLI.
2Manual install
Create ~/.claude/plugins/<name>/ and copy the SKILL.md file from the repository into it. The directory name must match the skill name.
⚠️ Exact file layout and requirements vary by repository — always check the repo README first.
Prefer the full source? The repository README is the authoritative install reference.