By flexphere
Notion meeting transcripts → IBIS/Toulmin discussion graph fixtures for the Argos visualizer.
Review code changes (staged diff or recent commit) for architectural drift in argos. Use after significant changes or before merging to detect: (1) module boundary violations beyond what tests/architecture catches mechanically, (2) inappropriate responsibility crossing, (3) naming convention deviations, (4) emerging anti-patterns. Trigger phrases include "/architecture-review", "アーキテクチャレビュー", "境界違反していないか確認", "設計的に大丈夫か".
Visualize a Notion AI Meeting Notes page as an argos argument graph. Use this when the user wants to extract Issues/Claims/Arguments from a Notion meeting page and view it as a graph, typing patterns like "/argos <URL>" or "visualize this notion meeting" with a notion.so URL.
Review code changes (staged diff or recent commit) for implementation-level concerns — logic correctness, edge cases, test gaps, security risks, performance hot spots — that biome/tsc/architecture-test cannot catch. Use as the last Inferential Feedback gate before merge. Trigger phrases include "/code-review", "コードレビュー", "ロジック確認", "PR レビュー".
Run all argos quality sensors in fast-fail order (TypeScript → Biome → Vitest → Playwright) and report a concise summary. Use this before committing, after non-trivial edits, or when verifying that recent changes haven't regressed. Trigger phrases include "/quality-check", "全体チェック", "regression 確認", "前のコミット前にチェック".
会議の議論を IBIS 系のネットワークグラフとして可視化するツール。Notion AI Meeting Notes 等の議事録を Claude Code の skill 側で構造化 JSON に変換し、ブラウザは静的サイトとしてその JSON を読み込み React Flow に描画する。
**🚀 ホスト版: https://flexphere.github.io/argos/**(main push で自動 deploy)
ホスト版 https://flexphere.github.io/argos/ にアクセスして:
自前でホストしたい場合は ビルド・デプロイ を参照。
claude.ai の Notion インテグレーションが対象ワークスペースで Approved(mcp__claude_ai_Notion__notion-fetch が動く状態)/plugin marketplace add flexphere/argos
/plugin install argos@argos
Claude Code 上で Notion ページの URL を渡す:
/argos <notion-url>
skill が以下を実行:
claude -p 等のサブプロセス不要)extractions/<page-id>.json に保存生成された JSON をホスト版ブラウザの Import → JSON ファイルから で開く。
pnpm install
pnpm dev # http://localhost:3000
skill 用バンドル (zod 検証 + 保存スクリプト) を再生成:
pnpm build:skill # → .claude/skills/argos/scripts/save-fixture.mjs
main push で https://flexphere.github.io/argos/ に自動 deploy される (.github/workflows/deploy.yml)。
自前でホストするには:
pnpm build # out/ に静的サイトを出力 (ルート配信)
NEXT_PUBLIC_BASE_PATH=/foo/argos pnpm build # サブパス配信時
out/ を任意の static ホスティング (S3 / GCS / Cloudflare Pages 等) にアップロードする。
[Claude Code skill /argos] [Browser (argos)]
Notion URL 手動編集 or
↓ Import → JSON ファイル
MCP で取得 (notion-fetch) ↓
↓ 形式判定 (Export / fixture)
親セッションが in-context で ↓
ExtractionResult を生成 React Flow で描画
(+ 任意で SemanticAnalysisResult)
↓
zod 検証 + extractions/<id>.json
claude -p サブプロセス不要、サブスク範囲内)。scripts/save-fixture.mjs が zod 検証 + JSON 書き出しのみ担当tests/architecture/dependencies.test.ts で機械検証| ノード | 役割 |
|---|---|
| Issue | 解決すべき問い |
| Claim | Issue への立場・命題(agreed / unresolved / rejected / out-of-scope) |
| Argument | Claim を pro / con する根拠 |
| Criterion | 議論で使われた評価軸 |
| Reference | 持ち出された外部情報 |
エッジ: addresses / supports / attacks / sub-issue-of / alternative-to / evaluates-by / cites
| コマンド | 用途 |
|---|---|
pnpm dev | 開発サーバ |
pnpm build | 静的 export |
npm test | Vitest unit |
npx playwright test | E2E |
npx tsc --noEmit | 型チェック |
npx biome check . | Lint |
npx biome format --write . | フォーマット |
npm run check:dead | 未使用 export 検出 (knip) |
/quality-check skill で全 sensor を一括実行。
AI Agent 向けの詳細な作業ガイド(コーディング規約・層責務・ワークフロー)は CLAUDE.md。Cursor / Aider / Copilot 等は AGENTS.md symlink から同内容を参照。
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub flexphere/argos --plugin argosUltra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Frontend design skill for UI/UX implementation
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Memory compression system for Claude Code - persist context across sessions
Marketing skills for AI agents — conversion optimization, copywriting, SEO, paid ads, ad creative, and growth
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.