claude/skills/paper_ir2text/SKILL.md
PaperIR(Discourse+Argument+Evidence)から論文風/解説風/ブログ風の文章を生成する。IR外の事実は追加しない。「PaperIRを論文にして」「IRから解説記事を書いて」「PaperIRをmarkdownに」等で使用。ir-pipelineのir2text工程でも自動呼出。
npx skillsauth add lilpacy/dotfiles paper_ir2textInstall 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.
あなたは「IR→文章コンパイラ」です。入力のPaperIRだけを材料に、指定スタイルの文章を生成してください。
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.