SUMMARY AI要約 by gpt-5-mini
feature-memory-installer は Claude Code プロジェクトに「feature-memory」機能群(10個のスラッシュコマンド、3つのフック、実行スクリプト、テンプレート)をワンコマンドで導入する持ち運び可能なインストーラです。主に Claude を使った開発ワークフローに、機能ごとのメモ(feature.md / notes.md)管理と自動注入・アーカイブ機能を追加したい開発者向けです。 インストールはプロジェクトルートで install.sh を実行するだけ。bash と jq(推奨)が依存します。導入時に .claude/{commands,hooks,scripts,templates,features,backups} ツリーを作成し、ペイロードをコピー、実行権限を設定。既存の .claude/settings.json があればバックアップして jq でマージします。.claude/CLAUDE.md は存在しなければ追加し、.gitignore に必要項目を追記します。アンインストールは install.sh --uninstall で可能ですが features/ フォルダは削除されません。 導入後は /feature-start, /feature-status, /feature-note, /feature-decision, /feature-finding, /feature-compact, /feature-pause/resume/list/end といったコマンドで機能単位の作成・記録・集約が行えます。フックは session-start.sh(チャット開始時にアクティブな feature を注入)、stop.sh(セッション終了時に決定案の提示と feature.md への反映)、pre-compact.sh(コンパクション前のバックアップと STICKY 化)を提供します。stop.sh はプロジェクト固有の post-stop.local.sh をオプションで呼び出せます。パッケージはジェネリックでプロジェクト固有参照を含みません。
DETECTED 検出されたAIスタック
このRepoのdescription / GitHub topics / READMEのAI要約に出現したAI関連キーワードをカテゴリ別に表示。各バッジは該当カテゴリの詳細ランキングへリンクします。
使用言語(バイト数比)
オーナー情報
日付
| GitHub作成日 | 2026-05-09 |
| 最終Push | 2026-05-09 |
| 当サイト初検出 | 2026-05-09 |
| 最終取得 | 2026-05-09 14:22 |
類似Repo (同じ言語のAI関連Repo)
Multi-LLM cross-review workflow for Claude Code. /work orchestrates plan/implement/bug-fix with 3 different model families voting on every gate.
Cyrene963/hermes-patchesHermes Agent 社区补丁合集 - Community patches for Hermes Agent
tenondecrpc/cc-statuslineClaude Statusline: a lightweight Bash + jq statusline for Claude Code with model, context, rate limit, git/worktree, cost, duration, and install/uninstall support. No heavy runtime required.
JinPLu/agent-roundtableAgent Roundtable — a local, file-based substrate for multi-agent work. Humans, Cursor chat, Codex (codex exec) and Claude Code (claude -p) take turns on one shared THREAD.md under your repo so you can plan, execute, review, and discuss without losing context or locking in to a single CLI.
jasper0507/idea-harnessPut a harness on AI before it guesses. Clarifies vague app ideas into precise requirements via Socratic questioning. Works with Claude Code / Cursor / Codex / Hermes / OpenClaw.
ryga-test/playwright-ai-workflow-playgroundAI-driven E2E testing with Playwright. An 8-step slash-command pipeline that discovers UI snapshots, generates POM, drafts GWT test specs, runs Playwright tests, and self-heals knowledge — all with human approval gates for quality control.
walidboulanouar/ay-frameworkAgent swarm framework for Claude Code. Plan, build, review, test, ship -- with human-in-the-loop gates.
itchernetski/claude-code-token-watchClaude Code hooks that warn when a session starts burning tokens on repeated Reads, recursive greps, or WebFetch streaks