By keito654
Agent-first documentation skills for bootstrapping and maintaining a docs system of record.
Scan an existing docs/ folder, cross-reference it against the current codebase and recent git history, and update documentation that has drifted out of sync with reality. Use this skill whenever the user asks to refresh / update / review / audit their docs, check for stale documentation, sync docs with code, run doc maintenance, or "garden" the docs. Also trigger on phrases like "our docs are out of date", "make sure docs match the code", "what docs need updating after these changes", or any request to check documentation freshness. Works best on repos that follow the harness-engineering pattern (Status / Last reviewed headers) but falls back to git-based heuristics otherwise. Produces drift findings with evidence, then applies user-approved updates.
Analyze an existing codebase and generate an agent-first "system of record" docs/ directory following OpenAI's Harness Engineering pattern. Use this skill whenever the user asks to bootstrap documentation, scaffold a docs/ folder, set up AGENTS.md, make the repository more legible to coding agents (Claude Code, Codex, Cursor), or "document the architecture" of an existing project — even if they don't explicitly mention Harness Engineering. Also use when the user has an under-documented repo and wants agents to operate on it reliably. Reads the codebase and any existing markdown files first, then produces AGENTS.md + ARCHITECTURE.md + a structured docs/ tree with progressive-disclosure entry points.
Claude Code 向けのエージェントファーストなドキュメント管理プラグインです。OpenAI の Harness Engineering パターンに基づいた2つのスキルを提供します。
/harness-docs:harness-docs — ドキュメント体系の構築既存のリポジトリを解析し、エージェント(Claude Code・Codex・Cursor など)が迷わず動ける docs/ 体系を自動生成します。
こんなときに使う:
生成物:
AGENTS.md — エージェント向けの短いエントリーポイント(〜100行)ARCHITECTURE.md — ドメインとレイヤーの全体マップdocs/design-docs/ — コア設計ドキュメント群docs/exec-plans/ — 実行計画・技術的負債トラッカーdocs/PLANS.md, docs/QUALITY_SCORE.md など/harness-docs:doc-gardener — ドキュメントの鮮度維持既存の docs/ をスキャンし、コードや git 履歴と照合してドリフト(陳腐化)を検出・修正します。
こんなときに使う:
出力:
# Step 1: マーケットプレイスとして追加
/plugin marketplace add Keito654/harness-docs
# Step 2: プラグインをインストール
/plugin install harness-docs@harness-docs
git clone https://github.com/Keito654/harness-docs
# クローンしたディレクトリをマーケットプレイスとして追加
/plugin marketplace add ./harness-docs
# プラグインをインストール
/plugin install harness-docs@harness-docs
インストール後、Claude Code のセッション内でスキルを呼び出します。
# ドキュメント体系を一から構築する
/harness-docs:harness-docs
# 既存ドキュメントの鮮度チェックと更新
/harness-docs:doc-gardener
引数なしで実行すると、スキルが現在のリポジトリを解析して適切に進めます。
両スキルは以下の原則を共有しています。
docs/ 以下の深いドキュメントに委ねる。doc-gardener スキルには scripts/docs_lint.py が同梱されています。このスクリプトは以下を自動検出します:
Status・Last reviewed ヘッダー)docs/ インデックスのカバレッジギャップLast reviewed から N 日以上経過したドキュメント(デフォルト 60 日)python3 skills/doc-gardener/scripts/docs_lint.py --root . --threshold-days 60 --json
MIT
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 keito654/harness-docs --plugin harness-docsUpstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Build and maintain an LLM-curated personal knowledge base in your project — Andrej Karpathy's LLM Wiki pattern, designed to scale to thousands of pages without becoming a context bottleneck. Now with an optional compiled graph layer for typed, provenance-backed relationships.
Connect to Atlassian products including Jira and Confluence. Search and create issues, access documentation, manage sprints, and integrate your development workflow with Atlassian's collaboration tools.
AI-powered wiki generator for code repositories. Generates comprehensive, Mermaid-rich documentation with dark-mode VitePress sites, onboarding guides, deep research, and source citations. Inspired by OpenDeepWiki and deepwiki-open.
20 modular skills for idiomatic Go — each under 225 lines, backed by 48 reference files, 8 automation scripts (all with --json, --limit, --force), and 4 asset templates. Covers error handling, naming, testing, concurrency, interfaces, generics, documentation, logging, performance, and more. Activates automatically with progressive disclosure and conditional cross-references.
Claude + Obsidian knowledge companion. Sets up a persistent, compounding wiki vault (Karpathy's LLM Wiki pattern). v1.7 "Compound Vault" + v1.8 methodology modes close 5 of 5 priority gaps from the May 2026 compass artifact. Ships: substrate alignment with kepano/obsidian-skills, default Obsidian CLI transport, hybrid retrieval (contextual prefix + BM25 + cosine rerank per Anthropic's Sept 2024 research), per-file advisory locking for multi-writer safety, pre-commit verifier agent, AND methodology modes (LYT / PARA / Zettelkasten / Generic) for first-class organizational support no other Claude+Obsidian competitor offers. v1.7.x audit closure: every BLOCKER + HIGH + MEDIUM + LOW finding from the v1.7.0 audit is CLOSED or DEFERRED-with-rationale. Optional DragonScale Memory extension (log folds, deterministic addresses, semantic tiling lint, boundary-first autoresearch).