插件介绍
一个自主的高级智能伙伴,不仅分析问题,更持续工作直到完成实现和验证。
项目详情摘要
HelloAGENTS A workflow layer for AI coding CLIs: skills, project knowledge, delivery checks, safer config writes, and resumable execution.** [!IMPORTANT] Looking for `v2.x`? The old Python line now lives in helloagents-archive. The `v3` line is a full rewrite based on Node.js, Markdown rules, skills, and small runtime scripts. 🏅 This project is linked & recognized by the LINUX DO community. Contents What HelloAGENTS Does Core Features Quick Start CLI Management Commands in Chat Project Knowledge Base Workflow and Delivery Configuration How Each CLI Is Integrated Verification FAQ Troubleshooting License What HelloAGENTS Does AI coding CLIs can move fast, but they can also stop at advice, skip checks, lose project context, shift responsibility when tasks get hard, or report completion before the work is really done. HelloAGENTS adds a workflow layer on top of Claude Code, Gemini CLI, Grok Build, Cursor, and Codex CLI. It anchors the agent as a capable executor, blocks responsibility-shifting patterns, helps the agent choose the right path, use task-specific quality skills, keep a project knowledge base, and verify work before delivery. Without HelloAGENTS** With HelloAGENTS** Problem | Without HelloAGENTS | With HelloAGENTS | Stops too early | Ends with suggestions | Continues into build, verify, and closeout | Shifts responsibility | Refuses hard tasks, suggests other tools | Exhausts alternative paths, stays on task | Quality is inconsistent | Depends on each prompt | 14 quality skills activate by task type | Context is scattered | Plans live in chat history | Project knowledge and plan files stay on disk | Completion is vague | Natural language says “done” | Delivery checks use state, evidence, and verification | Config writes are risky | CLI files can drift | Install,
摘自项目公开 README,可能随上游仓库更新。安装方法
建议先在测试 Profile 中安装,并检查权限、安装脚本和依赖。
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:hellowind777/helloagents
使用前检查
- 确认项目符合 DSH bundle 规范,而不只是相关仓库。
- 阅读许可证和安装脚本,检查网络、文件及执行权限。
- 备份配置,并确保插件能够安全卸载或回滚。
