genshijin-crew

Solid

原始人スタイル subagent への委譲判断ガイド。`genshijin-investigator` (コード位置特定)、 `genshijin-builder` (1-2ファイル編集)、`genshijin-reviewer` (diff レビュー) を inline作業 or vanilla `Explore` の代わりにスポーンするタイミングを示す。subagent 出力は原始人圧縮 → 主コンテキストに戻る tool-result が約60%縮小 → 長セッション持続。 Trigger: 「subagent 委譲」「genshijin-crew 使用」「investigator/builder/reviewer 起動」「コンテキスト節約」「圧縮 agent 出力」。

Code & Development 176 stars 6 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 87/100

Stars 20%
75
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

genshijin-crew = 原始人形式で出力する3 subagent preset。役割は Anthropic デフォルト (`Explore`、編集系 agent、reviewer) と同じ。差分は返ってくる tool-result が圧縮済 → 主コンテキスト消費が委譲毎に縮む。 ## genshijin-crew vs 代替の使い分け | タスク | 使用 | |---|---| | 「Xの定義どこ / Yを呼ぶ箇所 / Zの全用法」 | `genshijin-investigator` | | 同上 + アーキテクチャ解説/提案も欲しい | `Explore` (vanilla) | | Surgical編集、≤2ファイル、スコープ明確 | `genshijin-builder` | | 新機能 / 3+ファイル / cross-cutting refactor | 主スレッド or `feature-dev:code-architect` | | Diff/branch/file の bug レビュー | `genshijin-reviewer` | | rationale + alternatives 付き深いコードレビュー | `Code Reviewer` (vanilla) | | 1行回答済の確実な内容 | 主スレッド、subagent不要 | 判断基準: **subagent 出力を1/3トークンで欲しいなら genshijin-crew、散文で欲しいなら vanilla**。 ## なぜ存在するか (実利) Subagent tool-result は主コンテキストに verbatim 注入される。Vanilla `Explore` が散文2k tokens 返すと毎回主コンテキスト2k消費。同じ発見が `genshijin-investigator` だと約700 tokens。1セッション20委譲で context exhaustion vs タスク完了の差。 ## 出力契約 主スレッドが agent 別に依拠できる形式: **`genshijin-investigator`** ``` <Header>: - path:line — `symbol` — short note 集計: <counts>。 ``` or `No match.` 必ずファイルパス先頭、行番号付、シンボルはバッククォート。`path:\d+` で grep可能。 **`genshijin-builder`** ``` <path:line-range> — <change ≤10語>。 verified: <re-read OK | mismatch @ path:line>。 ``` or 以下のいずれか: `too-big.` / `needs-confirm.` / `ambiguous.` / `regressed.` (terminal first token)。 **`genshijin-reviewer`** ``` path:line: <emoji> <severity>: <問題>. <修正>. totals: N🔴 N🟡 N🔵 N❓ ``` or `No issues.` ファイル → 行昇順。 ## チェイニングパターン **位置特定 → 修正 → 検証** (最頻): 1. `genshijin-investigator` で site list 取得 2. 主スレッドが1-2 ...

Details

Author
InterfaceX-co-jp
Repository
InterfaceX-co-jp/genshijin
Created
1 months ago
Last Updated
yesterday
Language
JavaScript
License
MIT

Integrates with

Related Skills

Code & Development Featured

code-reviewer

Analyzes code diffs and files to identify bugs, security vulnerabilities (SQL injection, XSS, insecure deserialization), code smells, N+1 queries, naming issues, and architectural concerns, then produces a structured review report with prioritized, actionable feedback. Use when reviewing pull requests, conducting code quality audits, identifying refactoring opportunities, or checking for security issues. Invoke for PR reviews, code quality checks, refactoring suggestions, review code, code quality. Complements specialized skills (security-reviewer, test-master) by providing broad-scope review across correctness, performance, maintainability, and test coverage in a single pass.

9,342 Updated 5 days ago
Jeffallan
Code & Development Featured

security-reviewer

Identifies security vulnerabilities, generates structured audit reports with severity ratings, and provides actionable remediation guidance. Use when conducting security audits, reviewing code for vulnerabilities, or analyzing infrastructure security. Invoke for SAST scans, penetration testing, DevSecOps practices, cloud security reviews, dependency audits, secrets scanning, or compliance checks. Produces vulnerability reports, prioritized recommendations, and compliance checklists.

9,342 Updated 5 days ago
Jeffallan
Code & Development Featured

parallel-investigation

Coordinates parallel investigation threads to simultaneously explore multiple hypotheses or root causes across different system areas. Use when debugging production incidents, slow API performance, multi-system integration failures, or complex bugs where the root cause is unclear and multiple plausible theories exist; when serial troubleshooting is too slow; or when multiple investigators can divide root-cause analysis work. Provides structured phases for problem decomposition, thread assignment, sync points with Continue/Pivot/Converge decisions, and final report synthesis.

745 Updated 1 months ago
rohitg00