claude/skills/ir-pipeline-skill/SKILL.md
Text↔IR↔Textパイプライン(PaperIR/TechIR/DocumentaryIR)を一貫して実行する。文章→IR変換、IR→Lint検証、IR→文章生成を同一手順で回す。「IRパイプライン」「text2ir」「ir2text」「IRに変換して」「IRをlintして」「文章をIR化」「論文/技術記事/歴史記事を構造化」「/ir-pipeline」などで使用。
npx skillsauth add lilpacy/dotfiles ir-pipelineInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
このスキルは、以下のパイプラインを 同一手順・最小コンテキストで回すための “Coordinator + Subagents + Lint” パッケージです。
~/.claude/agents/ir_pipeline_coordinator.md(司令塔 - agent)~/.claude/skills/ 配下の7スキル:
paper_text2ir/SKILL.md, paper_ir2text/SKILL.mdtech_text2ir/SKILL.md, tech_ir2text/SKILL.mddoc_text2ir/SKILL.md, doc_ir2text/SKILL.mdir_lint_validator/SKILL.md(lint skill).claude/commands/ir-pipeline.md(/ir-pipeline コマンド)scripts/ir_lint.py(ローカル機械lint。PyYAMLがあればYAML対応)dotfiles管理の場合はsymlink経由で配置済み。手動の場合:
~/.claude/agents/ir_pipeline_coordinator.md~/.claude/skills/<name>/SKILL.md~/.claude/commands/ir-pipeline.mdscripts/ir_lint.py はskill配下 (~/.claude/skills/ir-pipeline-skill/scripts/) に同梱済みClaude Codeで /ir-pipeline を実行し、YAML入力ブロックを貼るだけです。
mode: from-text
type: tech
target: rfc
language: ja
length: medium
input:
path: docs/design.md
mode: lint-only
input:
path: artifacts/ir_pipeline/ir.yaml
development
Use when searching the web or reading online documentation. Prefer DuckDuckGo for search and read documents through npx curl.md instead of raw HTML.
testing
Use when writing or editing tests. Tests should be ordered by near-normal, normal, then abnormal cases where applicable, and test names must be Japanese behavior descriptions from a reviewer/user perspective.
development
GoF/オブジェクト指向デザインパターンを関数型プログラミング(pure functions, higher-order functions, ADT, composition, immutability, effect boundaries)でシンプルに整理・設計・リファクタリングする。Strategy/Factory/Adapter/ObserverなどGoF全23パターンのFP置き換え、適用判断、具体事例を提示する必要があるときに使う。
tools
Use when committing, pushing, or preparing PRs. Defines the user's commit workflow, message style discovery, review handoff, and branch/worktree push requirements.