ディレクトリに戻る

helloagents

メンテナンス: 活発

hellowind777/helloagents

問題を分析するだけでなく、実装と検証が完了するまで自律的に働き続ける高度なエージェント

GitHub で見る
$ npm install -g --allow-scripts=helloagents helloagents

704

スター

99

フォーク

JavaScript

言語

NOASSERTION

ライセンス

2025-09-26

作成日

2026-09-06

最終プッシュ

Apache-2.0 のワークフロー層。Claude Code・Gemini CLI・Grok・Cursor・Codex CLI にスキル、プロジェクトナレッジベース、納品チェック、再開可能な状態を提供。README に DeepSeek Harness(dsh)統合の記述はなし。

DSH 統合

エコシステム関連

作者による申告

安全性監査

未監査

最終検証日

2026-08-21

ライセンス

Apache-2.0

01どんなタスクに使えるのか?

  • Make an AI coding CLI plan, implement, and verify work to delivery instead of stopping at advice

    Structured workflow stages with plan packages (requirements.md, plan.md, tasks.md, contract.json), 14 stage-specific quality skills, and delivery evidence recorded in session artifacts

    Developers using Claude Code, Gemini CLI, Grok Build, Cursor, or Codex CLI who want the agent to keep working until a task is built, tested, and verified

  • Keep persistent project knowledge and resumable execution state across CLI sessions

    A `.helloagents/` knowledge base (context.md, guidelines.md, verify.yaml, modules/, plans/) plus per-workspace session STATE.md snapshots that make long tasks resumable

    Teams running long multi-session coding tasks who do not want to re-explain the repo or lose plan context between sessions

02DeepSeek Harness への導入方法

前提条件

  • Node.js >= 18 (per the README's node badge)
  • npm — on npm 11 and later, keep `--allow-scripts=helloagents` on direct install or upgrade commands
  • One of the supported host AI coding CLIs: Claude Code, Gemini CLI, Grok Build, Cursor, or Codex CLI

インストール手順

  1. 01

    Install the package globally: `npm install -g --allow-scripts=helloagents helloagents` (use the `helloagents-js` alias if another `helloagents` executable already exists in PATH)

    $ npm install -g --allow-scripts=helloagents helloagents

  2. 02

    Deploy to a host CLI: `helloagents install codex --standby` for selected projects, or `helloagents install --all --global` for full rules everywhere

  3. 03

    Restart the target AI CLI or open a new session — already running sessions do not reload injected rules automatically

  4. 04

    Inside the AI CLI chat, run `~init` to initialize the project workflow and sync the project knowledge base

導入成功の確認

  • Type `~help` in the AI CLI chat — you should see the available chat commands and the current settings

ロールバック

  • Run `helloagents cleanup <target>` to remove managed injections and links (e.g. `helloagents cleanup claude --global`)
  • Run `npm explore -g helloagents -- npm run uninstall -- --all` before `npm uninstall -g helloagents` so host integrations are cleaned; project `.helloagents/` files and `~/.helloagents/helloagents.json` are intentionally preserved

03DSH 統合と能力の範囲

DSH 統合エコシステム関連

Workflow layer for AI coding CLIs (Claude Code, Gemini CLI, Grok Build, Cursor, Codex CLI); the README documents no DeepSeek Harness / dsh integration, so this is an ecosystem tool rather than a DSH plugin

  • 14 stage-specific workflow skills

    coding tasks of any stage (UI, API, security, tests, data, architecture, debugging, docs…)task-appropriate quality rules loaded on demand — simple tasks stay light, complex work gets stricter checks

  • Chat commands for every work style

    `~ask`, `~auto`, `~plan`, `~build`, `~prd`, `~loop`, `~init`, `~test`, `~qa`, `~commit`, `~clean`, `~help` typed in the host CLI chatrouted workflow stages — clarification, planning, implementation, QA loop, commit and closeout

    most commands write plan, knowledge, and state files under `.helloagents/`; only `~ask` is pure conversation with no files created
  • Safer host-CLI lifecycle management

    `helloagents install / update / cleanup / uninstall / doctor / switch-branch` shell commandsmanaged config writes to the selected host CLI, drift diagnostics, and scoped cleanup

    writes and updates host config files — e.g. `~/.claude/CLAUDE.md`, `~/.claude/settings.json`, `~/.codex/AGENTS.md`, `~/.codex/config.toml`, `~/.codex/hooks.json` — plus symlinks back to the `~/.helloagents/helloagents` runtime rootthe one-shot install scripts download and execute a remote shell/PowerShell script from raw.githubusercontent.com
  • Verification and delivery evidence

    the `~qa` quality loop and delivery gates at closeoutstructured receipts in session `artifacts/` (qa-review.json, advisor.json, visual.json, closeout.json) proving review, verification commands, and closeout

    writes session state and evidence files under `.helloagents/sessions/`; standard runtime evidence expires after 72 hourswhen `auto_commit_enabled` is true, closeout auto-creates a local commit if verification passed and the working tree changed

04誰に向いているのか?使うべきでない場面は?

向いている用途

  • Developers using Claude Code, Gemini CLI, Grok Build, Cursor, or Codex CLI who want the agent to keep working until a task is built, tested, and verified
  • Teams running long multi-session coding tasks who do not want to re-explain the repo or lose plan context between sessions

不向きな用途

  • The README documents integrations only for Claude Code, Gemini CLI, Grok Build, Cursor, and Codex CLI — DeepSeek Harness (dsh) is not among the supported host CLIs.
  • Standby mode writes into the host CLI's own config files (e.g. `~/.claude/CLAUDE.md`, `~/.claude/settings.json`, `~/.codex/config.toml`, `~/.codex/hooks.json`), so installing or cleaning up affects the host CLI globally; `helloagents doctor` exists to detect drift.

05互換性・メンテナンス・セキュリティ上の注意

  • The README documents integrations only for Claude Code, Gemini CLI, Grok Build, Cursor, and Codex CLI — DeepSeek Harness (dsh) is not among the supported host CLIs.
  • Standby mode writes into the host CLI's own config files (e.g. `~/.claude/CLAUDE.md`, `~/.claude/settings.json`, `~/.codex/config.toml`, `~/.codex/hooks.json`), so installing or cleaning up affects the host CLI globally; `helloagents doctor` exists to detect drift.
  • Requires Node.js >= 18 and npm; on npm 11+ direct installs and upgrades must keep the `--allow-scripts=helloagents` flag so the managed postinstall can run. Inferred: the latest published release is a beta tag (v4.0.5-beta.1) while the README documents v3.1.9, so release lines may drift.
2025-09-262026-08-14v4.0.5-beta.1

Apache-2.0 · actively maintained (last push 2026-08-14, latest release v4.0.5-beta.1)

06よくある質問

HelloAGENTS は DeepSeek Harness(dsh)と統合できますか?

README には DeepSeek Harness との統合に関する記述はありません。サポート対象のホスト CLI は Claude Code、Gemini CLI、Grok Build、Cursor、Codex CLI で、`helloagents install` コマンドにより standby または global モードでデプロイします。

HelloAGENTS のインストール方法は?

まず `npm install -g --allow-scripts=helloagents helloagents` を実行します(Node >= 18 が必要。npm 11 以降では --allow-scripts フラグを維持してください)。次に `helloagents install codex --standby` で特定の CLI にデプロイするか、`helloagents install --all --global` でホスト全体にフルルールを適用します。インストール後は対象 CLI を再起動するか新しいセッションを開いてください。

インストール成功はどう確認しますか?

AI CLI のチャットで `~help` と入力し、利用可能なチャットコマンドと現在の設定が表示されれば成功です。その後、リポジトリ内で `~init` を実行してプロジェクトワークフローを初期化し、ナレッジベースを同期します。ホストファイルのドリフトは `helloagents doctor` で診断できます。

どのファイルに書き込みますか?

プロジェクトのナレッジ、プラン、セッション状態はプロジェクト内の `.helloagents/` ディレクトリに、ユーザーレベルの設定は `~/.helloagents/helloagents.json` に保存されます。standby モードではホスト CLI 自体の設定ファイル(例: `~/.claude/CLAUDE.md`、`~/.codex/config.toml`)にも管理対象のブロックを書き込み、cleanup/uninstall ではそれらの管理エントリのみを削除します。

standby と global モードの違いは?

standby は軽量で明示的なモードです。選択した CLI にのみルールをデプロイし、各リポジトリは `~init` を実行するまで未初期化のままです。global はホストレベルでフルルールを適用し、Claude・Gemini・Grok・Cursor・Codex それぞれのネイティブプラグイン/拡張/マーケットプレイス経由でインストールします。

08データと出典

  • 作者による申告github.com79c0b482fd20…

    HelloAGENTS adds a workflow layer on top of Claude Code, Gemini CLI, Grok Build, Cursor, and Codex CLI.

このページは、プロジェクトの公開ドキュメント、リポジトリのメタデータ、および DSH Plugins の構造化解析に基づいて生成されています。最終検証日:2026-08-21。誤りを見つけた場合は、修正を送信してください。

🏆

dsh プラグイン おすすめ

最初に入れたい 12 のプラグイン。全カタログ・全カテゴリから厳選しました。

DSH Plugins は DeepSeek Harness プラグインの独立したコミュニティ ディレクトリです。DeepSeek との提携・公認はありません。サードパーティ製プラグインはセキュリティ監査を受けていません。インストール前にソースコードをご確認ください。

DeepSeek Harnessの新着プラグインを毎週お届け。スパムはありません。