ソース情報
- リポジトリ
- ccwq/infocard-pub
- ソースの最終更新活動
- 2026年8月20日 06:45
- 検出された SKILL.md の言語
- 英語
- スター
- 1
- フォーク
- 1
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/ccwq/infocard-pub --skill infocard-wiki-coverageコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
Use before infocard .docs authoring to select a registered theme from content-aware candidates. Owns the only content-to-theme association, capability filtering, bounded reproducible variation, and theme-decision.json.
Use when one URL or a complete user brief should become one published infocard through the .docs promotion workflow.
Light-batch publish 2–3 cards in parallel without worktree.
SKILL.md を表示中
| name | infocard-wiki-coverage |
| description | Use for infocard-pub LLM Wiki coverage audits and backfills. |
| category | knowledge-management |
| version | 1.0.0 |
Maintain the infocard-pub → LLM Wiki raw-source boundary. The target is 100% coverage of the current canonical infocard set without silently rewriting historical Wiki material.
infocard-pub/docs/**/*.meta.yaml; directory cards such as index.html.meta.yaml are included.slug as the repository identity.YYYYMMDD-slug → slugYYYY-MM-DD-slug → slugwiki/raw/articles/*.md recursively.infocard_slug; otherwise derive the slug from YYYY-MM-DD-infocard-<slug>.md.repo_canonical ∩ wiki_canonical / repo_canonical.Run:
npm run audit:wiki-coverage -- --json
The report must separate:
sources/ synchronization;concepts/ and entities/ state.A legacy URL warning does not reduce canonical coverage.
When canonical coverage is below 100%:
index.md.index.md only with human-curated knowledge entries; append the operation to log.md.raw/articles/: immutable source capture;sources/: compiler input synchronized from raw;concepts/ / entities/: compiled or curated knowledge pages.Raw coverage does not prove compiler completion. rsync success is SYNCED_ONLY, not COMPILED.
Historical raw duplicates are not a P0 coverage failure. Do not delete, merge, rename, or overwrite them during backfill. A later cleanup must:
A raw article does not automatically require a new entity page. Create or update a knowledge page when the topic is central, recurring, or already represented in the Wiki. Otherwise record that no separate page was required. Never claim entities/ or concepts/ coverage from raw-file counts alone.
For compile runs, report:
Compile finished or Runtime limit;A time-limited process exiting 0 is not full compile success.
Do not report Wiki complete until the requested scope has verified the relevant raw article, any required knowledge page or explicit no-page decision, index.md, log.md, remote commit, and remote file presence. Keep target deliverable status separate from unrelated dirty worktree residue.