plangate-setup

plangate-setup is a skill for Claude Code from s977043/PlanGate. It costs 98 tokens per session (3,153 once invoked), scanned A, original, MIT.

A Japanese-language checklist for setting up and checking PlanGate, including steps that must be performed by a person.

In plain words
What is it for?
Use it after installing PlanGate, when setup is incomplete, or when its doctor command reports a failure.
Why use it?
It identifies missing setup items and uses the `doctor` check as the single source of verification, without marking unavailable checks as complete.

Skill for Claude Code

Written for Claude Code: ${CLAUDE_PLUGIN_ROOT} variable. Also seen: reads .claude/ paths; mentions CLAUDE.md; installed under .agents/ (shared by several agents).

Runs only inside a plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else, and the catalogue could not identify which plugin ships it.

Install

Getting it into your agent

There is no command for this one: it runs only inside a plugin, and the catalogue could not identify which plugin ships it. The source is linked below.

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for plangate-setup

README.md
[![agentmods](https://agentmods.dev/badge/skills/s977043/plangate/plangate-setup.svg)](https://agentmods.dev/skills/s977043/plangate/plangate-setup)
Your own site
<a href="https://agentmods.dev/skills/s977043/plangate/plangate-setup"><img src="https://agentmods.dev/badge/skills/s977043/plangate/plangate-setup.svg" alt="Measured on agentmods" height="20"></a>
Per session 98 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,153 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00098 $0.03153
Opus 5 $0.00049 $0.01577
Sonnet 5 $0.00020 $0.00631
Haiku 4.5 $0.00010 $0.00315

Measured 6d ago against content hash 46b34cb7075a, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

plangate-setup scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.agents/skills/plangate-setup/SKILL.md · 171 lines

How it starts

The opening of the file, as written. The whole thing — 171 lines — stays where its author put it; the contents beside it link to each section on GitHub.

PlanGate Setup — チェックリスト & 観点

入力: doctor の構造化出力(--json)/ Human からの「完了」報告 出力: 不足項目リスト / Human-owned 操作の提示文 / 進捗チェックリスト 想定 phase: 初期セットアップ カテゴリ: ガイド型セットアップ 役割: 手順テンプレと検証観点を再利用単位で保持する

参照解決順(導入先で必ずこの順に探す)

本 skill の参照は上流リポジトリ(s977043/plangate)基準の相対パスで書かれている。 導入先ではそのままでは解決できないものがあるため、次の順で探索する:

  1. 導入先リポジトリの相対パス(例: .claude/rules/working-context.md
  2. 無ければ plugin root 配下(例: <plugin_root>/rules/working-context.md
    • <plugin_root> は Bash で ls "${CLAUDE_PLUGIN_ROOT}/rules/" を実行して得た絶対パス。 Read ツールは絶対パスを要求し環境変数を展開しないため、${CLAUDE_PLUGIN_ROOT}/... という文字列をそのまま Read しても必ず失敗する
    • 変数が空・未設定なら glob(~/.claude/plugins/cache/** 等)で推測せず 3 へ進む
  3. どちらにも無い場合は 「解決できなかった」と明示し、推測で内容を補わない (status.md に「正本 <path> を参照できなかった」旨を記録する)

手順 3 に落ちても判定基準は緩めない: 正本が引けない場合の代替は「5 要素対応」表の 「検証」列を導入先のファイルで直接確認する手動検証であって、確認の省略ではない。 正本を参照できないことを理由に判定基準・ゲートを緩めてはならない(未検証項目を 「doctor PASS」「確認済み」と書かず、未検証である事実を status.md に残す)。

参照 install.sh --claude 経由 plugin(Claude marketplace)経由 Codex 経由
rules/*.md .claude/rules/ に着地(解決可) <plugin_root>/rules/ で解決 未配置(解決不可 → 手順 3 へ)
bin/**(CLI) コピー対象外(解決不可) バンドル対象外(解決不可) 未配置(解決不可)
scripts/** コピー対象外(解決不可) <plugin_root>/scripts/ は存在するが install-plangate-skills.sh のみ(apply-claude-settings.sh 等は解決不可) 未配置(解決不可)

CLI 前提(doctor が何を検査するか)

前提(Human 決定 #1144): plugin / install.sh --claude / Codex が導入先へ配るのは 読み物層(skills / rules / agents / commands)だけであり、CLI(PlanGate CLI 本体)も enforcement 層(scripts/hooks/)も配布物に含まれないdoctor を実行できるのは 上流リポジトリ(s977043/plangate)の clone がある環境だけである。導入先の セットアップ検証で doctor に到達したら「CLI が無いため実行できない/上流リポジトリの clone が必要」と明示して停止するか、下記「5 要素対応」表の「検証」列を導入先の ファイルを直接見て手動確認へ置き換える。CLI が無いことを理由に検証を黙って省略し、 「doctor PASS」と読める記録を残してはならない。

本 skill は doctor を単一検証源とするが、doctor は cwd ではなく CLI 本体の位置を基準に 検査するbin/plangate は自身のパスから plangate_root(= bin/ の親)を求め、 doctor / doctor --json / doctor --check-settings はいずれも <CLI の repo root> 配下(.claude/settings.json / .claude/rules/ / docs/working/ / schemas/ 等)を対象にする。--dir 相当のオプションも無い。

Read the full file on GitHub · 171 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 171 lines · 98 tokens per session scan A 46b34cb7075a

Subscribe to this mod's changes

plangate-setup is a skill published in the GitHub repository s977043/PlanGate (2 stars, last pushed 6d ago), licensed MIT. It adds 98 tokens to every session and 3,153 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

skill-maintenance

Automated skill maintenance tool (v6 — Unified Registry + Snapshots). Full scan: [Orphan] migrate misplaced skills from category dirs OR standalone skills/&lt;name&gt;/ to auto-generated/, [Sync] auto-generated/ vs registry lifecycle diff (new/deleted/revived + description auto-sync via lifecycle field), [Reg]…

jiangyuxue666/hermes-soul-governance · 123 tokens

extract

Run the full Semantica semantic extraction pipeline on a file or selected text — NER, relations, events, coreference resolution, triplets, and validation. Clears result cache before each run. Returns Markdown tables with entity/relation/event/triplet results and inline validator warnings.

semantica-agi/semantica · 59 tokens

watch

File sentinel that monitors the working directory for changes and marker comments, then auto-triggers appropriate skills. Poll-based via git diff against the last scan commit. Writes intake items for batch processing and routes marker actions through /do. Use for automatic reactions to file changes; do NOT use for…

SethGammon/Citadel · 70 tokens

live-preview

Mid-build visual verification loop. Takes screenshots of components during construction, not just after. Catches visual regressions and invisible features before they compound. Requires Playwright or similar screenshot tool.

SethGammon/Citadel · 40 tokens

review

5-pass structured code review — correctness, security, performance, readability, consistency.

SethGammon/Citadel · 17 tokens

marshal

Meta-orchestrator that takes any direction — broad, specific, or vague — and autonomously chains skills and context into actionable work. Gathers context from codebase, docs, and memory. Only asks the user when it genuinely cannot proceed. Single-session orchestrator.

SethGammon/Citadel · 56 tokens