@research-copilot/plugin 1.1.17 → 1.1.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +18 -9
- package/dist/.claude-plugin/plugin.json +1 -1
- package/dist/.codex-plugin/plugin.toml +1 -1
- package/dist/.cursor-plugin/plugin.json +1 -1
- package/dist/.gemini-plugin/plugin.json +1 -1
- package/dist/.opencode-plugin/plugin.json +1 -1
- package/dist/.windsurf-plugin/plugin.json +1 -1
- package/dist/skills/ablation-planner/SKILL.md +126 -0
- package/dist/skills/alphaxiv/SKILL.md +186 -0
- package/dist/skills/analyze-results/SKILL.md +45 -0
- package/dist/skills/arxiv/SKILL.md +210 -0
- package/dist/skills/auto-paper-improvement-loop/SKILL.md +574 -0
- package/dist/skills/auto-review-loop/SKILL.md +370 -0
- package/dist/skills/auto-review-loop-llm/SKILL.md +247 -0
- package/dist/skills/auto-review-loop-minimax/SKILL.md +290 -0
- package/dist/skills/benchmark-paper-template/SKILL.md +142 -0
- package/dist/skills/benchmark-paper-template/references/benchmark-design.md +180 -0
- package/dist/skills/benchmark-paper-template/references/checklist.md +113 -0
- package/dist/skills/benchmark-paper-template/references/construction-pipeline.md +127 -0
- package/dist/skills/benchmark-paper-template/references/experiments.md +159 -0
- package/dist/skills/benchmark-paper-template/references/gap-analysis.md +86 -0
- package/dist/skills/benchmark-paper-template/references/instantiation-template.md +194 -0
- package/dist/skills/benchmark-paper-template/references/orchestrator-notes.md +96 -0
- package/dist/skills/benchmark-paper-template/references/paper-structure.md +209 -0
- package/dist/skills/citation-audit/SKILL.md +494 -0
- package/dist/skills/claims-drafting/SKILL.md +239 -0
- package/dist/skills/comm-lit-review/SKILL.md +299 -0
- package/dist/skills/comm-lit-review/references/domain-taxonomy.md +57 -0
- package/dist/skills/comm-lit-review/references/output-template.md +37 -0
- package/dist/skills/comm-lit-review/references/source-policy.md +99 -0
- package/dist/skills/comm-lit-review/references/venue-tiering.md +112 -0
- package/dist/skills/composer/SKILL.md +840 -0
- package/dist/skills/composer/references/section_guides.md +675 -0
- package/dist/skills/composer/references/writing_standards.md +629 -0
- package/dist/skills/composer/scripts/chapter_quality_check.py +470 -0
- package/dist/skills/composer/scripts/final_evaluation.py +550 -0
- package/dist/skills/deepxiv/SKILL.md +142 -0
- package/dist/skills/dse-loop/SKILL.md +277 -0
- package/dist/skills/embodiment-description/SKILL.md +129 -0
- package/dist/skills/exa-search/SKILL.md +192 -0
- package/dist/skills/experiment-audit/SKILL.md +262 -0
- package/dist/skills/experiment-bridge/SKILL.md +316 -0
- package/dist/skills/experiment-plan/SKILL.md +249 -0
- package/dist/skills/experiment-queue/SKILL.md +380 -0
- package/dist/skills/experiment-queue/scripts/build_manifest.py +142 -0
- package/dist/skills/experiment-queue/scripts/queue_manager.py +426 -0
- package/dist/skills/feishu-notify/SKILL.md +155 -0
- package/dist/skills/figure-description/SKILL.md +138 -0
- package/dist/skills/figure-designer/SKILL.md +207 -0
- package/dist/skills/figure-designer/references/design-rules.md +99 -0
- package/dist/skills/figure-designer/references/experimental-results.md +127 -0
- package/dist/skills/figure-designer/references/motivated-example.md +138 -0
- package/dist/skills/figure-designer/references/solution-overview.md +145 -0
- package/dist/skills/figure-designer/references/tools.md +124 -0
- package/dist/skills/figure-spec/SKILL.md +252 -0
- package/dist/skills/figure-spec/scripts/figure_renderer.py +799 -0
- package/dist/skills/formula-derivation/SKILL.md +280 -0
- package/dist/skills/gemini-search/SKILL.md +205 -0
- package/dist/skills/grant-proposal/SKILL.md +625 -0
- package/dist/skills/humanizer/AGENTS.md +25 -0
- package/dist/skills/humanizer/SKILL.md +621 -0
- package/dist/skills/idea-creator/SKILL.md +311 -0
- package/dist/skills/idea-discovery/SKILL.md +340 -0
- package/dist/skills/idea-discovery-robot/SKILL.md +362 -0
- package/dist/skills/idea-evaluator/SKILL.md +265 -0
- package/dist/skills/idea-evaluator/references/fatal-flaws.md +192 -0
- package/dist/skills/idea-evaluator/references/five-dimensions.md +251 -0
- package/dist/skills/idea-evaluator/references/lifecycle-capability-matching.md +177 -0
- package/dist/skills/idea-evaluator/references/paradigm-elephant.md +112 -0
- package/dist/skills/idea-evaluator/references/paradigm-examples.md +107 -0
- package/dist/skills/idea-evaluator/references/paradigm-first-principles.md +115 -0
- package/dist/skills/idea-evaluator/references/paradigm-hamming.md +137 -0
- package/dist/skills/idea-evaluator/references/paradigm-shift-probe.md +160 -0
- package/dist/skills/idea-evaluator/references/paradigm-technology-cycle.md +116 -0
- package/dist/skills/idea-evaluator/references/worked-examples.md +206 -0
- package/dist/skills/interview-cheatsheet/SKILL.md +245 -0
- package/dist/skills/intro-drafter/SKILL.md +250 -0
- package/dist/skills/intro-drafter/references/contribution-patterns.md +116 -0
- package/dist/skills/intro-drafter/references/flowchart.md +204 -0
- package/dist/skills/intro-drafter/references/paper-types.md +155 -0
- package/dist/skills/intro-drafter/references/running-example.md +133 -0
- package/dist/skills/intro-drafter/references/worked-examples.md +161 -0
- package/dist/skills/invention-structuring/SKILL.md +188 -0
- package/dist/skills/jurisdiction-format/SKILL.md +192 -0
- package/dist/skills/kill-argument/SKILL.md +384 -0
- package/dist/skills/llm-wiki/.mise.toml +2 -0
- package/dist/skills/llm-wiki/.nvmrc +1 -0
- package/dist/skills/llm-wiki/AGENTS.md +132 -0
- package/dist/skills/llm-wiki/CHANGELOG.md +459 -0
- package/dist/skills/llm-wiki/CLAUDE.md +109 -0
- package/dist/skills/llm-wiki/HERMES.md +44 -0
- package/dist/skills/llm-wiki/SKILL.md +1133 -0
- package/dist/skills/llm-wiki/assets/graph-demo.gif +0 -0
- package/dist/skills/llm-wiki/assets/graph-preview.png +0 -0
- package/dist/skills/llm-wiki/deps/LICENSE-d3.txt +13 -0
- package/dist/skills/llm-wiki/deps/LICENSE-marked.txt +44 -0
- package/dist/skills/llm-wiki/deps/LICENSE-purify.txt +568 -0
- package/{LICENSE → dist/skills/llm-wiki/deps/LICENSE-roughjs.txt} +1 -1
- package/dist/skills/llm-wiki/deps/baoyu-url-to-markdown/SKILL.md +261 -0
- package/dist/skills/llm-wiki/deps/baoyu-url-to-markdown/references/config/first-time-setup.md +106 -0
- package/dist/skills/llm-wiki/deps/baoyu-url-to-markdown/scripts/cdp.ts +179 -0
- package/dist/skills/llm-wiki/deps/baoyu-url-to-markdown/scripts/constants.ts +13 -0
- package/dist/skills/llm-wiki/deps/baoyu-url-to-markdown/scripts/defuddle-converter.ts +58 -0
- package/dist/skills/llm-wiki/deps/baoyu-url-to-markdown/scripts/html-to-markdown.ts +135 -0
- package/dist/skills/llm-wiki/deps/baoyu-url-to-markdown/scripts/legacy-converter.ts +629 -0
- package/dist/skills/llm-wiki/deps/baoyu-url-to-markdown/scripts/main.ts +314 -0
- package/dist/skills/llm-wiki/deps/baoyu-url-to-markdown/scripts/markdown-conversion-shared.ts +305 -0
- package/dist/skills/llm-wiki/deps/baoyu-url-to-markdown/scripts/media-localizer.ts +317 -0
- package/dist/skills/llm-wiki/deps/baoyu-url-to-markdown/scripts/package.json +14 -0
- package/dist/skills/llm-wiki/deps/baoyu-url-to-markdown/scripts/paths.ts +29 -0
- package/dist/skills/llm-wiki/deps/baoyu-url-to-markdown/scripts/vendor/baoyu-chrome-cdp/package.json +9 -0
- package/dist/skills/llm-wiki/deps/baoyu-url-to-markdown/scripts/vendor/baoyu-chrome-cdp/src/index.test.ts +307 -0
- package/dist/skills/llm-wiki/deps/baoyu-url-to-markdown/scripts/vendor/baoyu-chrome-cdp/src/index.ts +523 -0
- package/dist/skills/llm-wiki/deps/d3.min.js +2 -0
- package/dist/skills/llm-wiki/deps/marked.min.js +6 -0
- package/dist/skills/llm-wiki/deps/purify.min.js +3 -0
- package/dist/skills/llm-wiki/deps/rough.min.js +7 -0
- package/dist/skills/llm-wiki/deps/youtube-transcript/SKILL.md +47 -0
- package/dist/skills/llm-wiki/deps/youtube-transcript/scripts/get_transcript.py +72 -0
- package/dist/skills/llm-wiki/docs/design/oriental-atlas/DESIGN.md +183 -0
- package/dist/skills/llm-wiki/docs/design/oriental-atlas/design-brief.md +170 -0
- package/dist/skills/llm-wiki/docs/design/oriental-atlas/oriental-editorial-atlas.html +1908 -0
- package/dist/skills/llm-wiki/docs/design/oriental-atlas/reviews/result-review.md +68 -0
- package/dist/skills/llm-wiki/docs/plans/2026-06-15-omp-tool-status-events-phased-plan.md +655 -0
- package/dist/skills/llm-wiki/docs/plans/2026-06-15-omp-tool-status-events-progress.json +913 -0
- package/dist/skills/llm-wiki/docs/spark/2026-06-15-omp-tool-status-events-design.md +174 -0
- package/dist/skills/llm-wiki/install.ps1 +87 -0
- package/dist/skills/llm-wiki/install.sh +722 -0
- package/dist/skills/llm-wiki/package-lock.json +10309 -0
- package/dist/skills/llm-wiki/package.json +24 -0
- package/dist/skills/llm-wiki/packages/graph-engine/package.json +33 -0
- package/dist/skills/llm-wiki/packages/graph-engine/src/anim/.gitkeep +1 -0
- package/dist/skills/llm-wiki/packages/graph-engine/src/anim/index.ts +179 -0
- package/dist/skills/llm-wiki/packages/graph-engine/src/diff.ts +121 -0
- package/dist/skills/llm-wiki/packages/graph-engine/src/graph-node.ts +37 -0
- package/dist/skills/llm-wiki/packages/graph-engine/src/index.ts +140 -0
- package/dist/skills/llm-wiki/packages/graph-engine/src/model/atlas.ts +18 -0
- package/dist/skills/llm-wiki/packages/graph-engine/src/model/index.ts +6 -0
- package/dist/skills/llm-wiki/packages/graph-engine/src/model/labels.ts +11 -0
- package/dist/skills/llm-wiki/packages/graph-engine/src/model/learning.ts +8 -0
- package/dist/skills/llm-wiki/packages/graph-engine/src/model/legacy-helpers.ts +1373 -0
- package/dist/skills/llm-wiki/packages/graph-engine/src/model/queue.ts +7 -0
- package/dist/skills/llm-wiki/packages/graph-engine/src/model/storage.ts +4 -0
- package/dist/skills/llm-wiki/packages/graph-engine/src/model/visibility.ts +9 -0
- package/dist/skills/llm-wiki/packages/graph-engine/src/render/.gitkeep +1 -0
- package/dist/skills/llm-wiki/packages/graph-engine/src/render/index.ts +59 -0
- package/dist/skills/llm-wiki/packages/graph-engine/src/render/legend.ts +25 -0
- package/dist/skills/llm-wiki/packages/graph-engine/src/render/model.ts +593 -0
- package/dist/skills/llm-wiki/packages/graph-engine/src/render/preview.ts +65 -0
- package/dist/skills/llm-wiki/packages/graph-engine/src/render/search.ts +48 -0
- package/dist/skills/llm-wiki/packages/graph-engine/src/render/static-renderer.ts +2783 -0
- package/dist/skills/llm-wiki/packages/graph-engine/src/render/toolbar.ts +40 -0
- package/dist/skills/llm-wiki/packages/graph-engine/src/render/viewport.ts +272 -0
- package/dist/skills/llm-wiki/packages/graph-engine/src/select/.gitkeep +1 -0
- package/dist/skills/llm-wiki/packages/graph-engine/src/select/index.ts +189 -0
- package/dist/skills/llm-wiki/packages/graph-engine/src/sim/index.ts +298 -0
- package/dist/skills/llm-wiki/packages/graph-engine/src/sim/pins.ts +96 -0
- package/dist/skills/llm-wiki/packages/graph-engine/src/themes/.gitkeep +1 -0
- package/dist/skills/llm-wiki/packages/graph-engine/src/themes/index.ts +8 -0
- package/dist/skills/llm-wiki/packages/graph-engine/src/themes/tokens.ts +107 -0
- package/dist/skills/llm-wiki/packages/graph-engine/src/types.ts +313 -0
- package/dist/skills/llm-wiki/packages/graph-engine/test/anim.test.ts +100 -0
- package/dist/skills/llm-wiki/packages/graph-engine/test/diff.test.ts +133 -0
- package/dist/skills/llm-wiki/packages/graph-engine/test/helpers.test.ts +275 -0
- package/dist/skills/llm-wiki/packages/graph-engine/test/learning.test.ts +259 -0
- package/dist/skills/llm-wiki/packages/graph-engine/test/preview.test.ts +56 -0
- package/dist/skills/llm-wiki/packages/graph-engine/test/queue.test.ts +114 -0
- package/dist/skills/llm-wiki/packages/graph-engine/test/render-model.test.ts +322 -0
- package/dist/skills/llm-wiki/packages/graph-engine/test/runtime-state.test.ts +281 -0
- package/dist/skills/llm-wiki/packages/graph-engine/test/search-and-legend.test.ts +111 -0
- package/dist/skills/llm-wiki/packages/graph-engine/test/select.test.ts +168 -0
- package/dist/skills/llm-wiki/packages/graph-engine/test/sim.test.ts +123 -0
- package/dist/skills/llm-wiki/packages/graph-engine/test/themes.test.ts +62 -0
- package/dist/skills/llm-wiki/packages/graph-engine/test/toolbar.test.ts +64 -0
- package/dist/skills/llm-wiki/packages/graph-engine/test/viewport.test.ts +167 -0
- package/dist/skills/llm-wiki/packages/graph-engine/tsconfig.json +17 -0
- package/dist/skills/llm-wiki/packages/graph-engine/vite.config.ts +15 -0
- package/dist/skills/llm-wiki/platforms/claude/CLAUDE.md +37 -0
- package/dist/skills/llm-wiki/platforms/claude/companions/llm-wiki-upgrade/SKILL.md +95 -0
- package/dist/skills/llm-wiki/platforms/codex/AGENTS.md +23 -0
- package/dist/skills/llm-wiki/scripts/adapter-state.sh +424 -0
- package/dist/skills/llm-wiki/scripts/build-graph-data.sh +395 -0
- package/dist/skills/llm-wiki/scripts/build-graph-html.sh +453 -0
- package/dist/skills/llm-wiki/scripts/cache.sh +352 -0
- package/dist/skills/llm-wiki/scripts/create-source-page.sh +100 -0
- package/dist/skills/llm-wiki/scripts/delete-helper.sh +68 -0
- package/dist/skills/llm-wiki/scripts/graph-analysis.js +732 -0
- package/dist/skills/llm-wiki/scripts/hook-session-start.sh +46 -0
- package/dist/skills/llm-wiki/scripts/init-wiki.sh +95 -0
- package/dist/skills/llm-wiki/scripts/lib/source-signal-eligibility.js +158 -0
- package/dist/skills/llm-wiki/scripts/lint-fix.sh +114 -0
- package/dist/skills/llm-wiki/scripts/lint-runner.sh +217 -0
- package/dist/skills/llm-wiki/scripts/runtime-context.sh +77 -0
- package/dist/skills/llm-wiki/scripts/shared-config.sh +83 -0
- package/dist/skills/llm-wiki/scripts/source-record-contract.tsv +10 -0
- package/dist/skills/llm-wiki/scripts/source-registry.sh +349 -0
- package/dist/skills/llm-wiki/scripts/source-registry.tsv +10 -0
- package/dist/skills/llm-wiki/scripts/source-signal-coverage.js +83 -0
- package/dist/skills/llm-wiki/scripts/validate-step1.sh +144 -0
- package/dist/skills/llm-wiki/scripts/wiki-compat.sh +267 -0
- package/dist/skills/llm-wiki/setup.sh +8 -0
- package/dist/skills/llm-wiki/templates/entity-template.md +30 -0
- package/dist/skills/llm-wiki/templates/graph-styles/wash/footer.html +27 -0
- package/dist/skills/llm-wiki/templates/graph-styles/wash/graph-wash-helpers.js +1326 -0
- package/dist/skills/llm-wiki/templates/graph-styles/wash/graph-wash.js +1009 -0
- package/dist/skills/llm-wiki/templates/graph-styles/wash/header.html +2002 -0
- package/dist/skills/llm-wiki/templates/index-en-template.md +51 -0
- package/dist/skills/llm-wiki/templates/index-template.md +51 -0
- package/dist/skills/llm-wiki/templates/log-en-template.md +11 -0
- package/dist/skills/llm-wiki/templates/log-template.md +11 -0
- package/dist/skills/llm-wiki/templates/overview-en-template.md +41 -0
- package/dist/skills/llm-wiki/templates/overview-template.md +41 -0
- package/dist/skills/llm-wiki/templates/purpose-en-template.md +16 -0
- package/dist/skills/llm-wiki/templates/purpose-template.md +16 -0
- package/dist/skills/llm-wiki/templates/query-template.md +19 -0
- package/dist/skills/llm-wiki/templates/schema-template.md +185 -0
- package/dist/skills/llm-wiki/templates/source-template.md +51 -0
- package/dist/skills/llm-wiki/templates/synthesis-template.md +25 -0
- package/dist/skills/llm-wiki/templates/topic-template.md +35 -0
- package/dist/skills/llm-wiki/tests/adapter-state.sh +338 -0
- package/dist/skills/llm-wiki/tests/browser/graph-density-preview.mjs +53 -0
- package/dist/skills/llm-wiki/tests/browser/graph-html-insights.mjs +41 -0
- package/dist/skills/llm-wiki/tests/browser/graph-node-slim.mjs +71 -0
- package/dist/skills/llm-wiki/tests/browser/graph-stage-4-5.mjs +717 -0
- package/dist/skills/llm-wiki/tests/expected/graph-data-empty.json +60 -0
- package/dist/skills/llm-wiki/tests/expected/graph-data-sample.json +396 -0
- package/dist/skills/llm-wiki/tests/expected/graph-interactive-basic.html +1736 -0
- package/dist/skills/llm-wiki/tests/expected/lint-output.txt +44 -0
- package/dist/skills/llm-wiki/tests/fixtures/coverage-sample-wiki/index.md +1 -0
- package/dist/skills/llm-wiki/tests/fixtures/coverage-sample-wiki/wiki/entities/Alpha.md +10 -0
- package/dist/skills/llm-wiki/tests/fixtures/coverage-sample-wiki/wiki/entities/Beta.md +7 -0
- package/dist/skills/llm-wiki/tests/fixtures/coverage-sample-wiki/wiki/entities/Delta.md +8 -0
- package/dist/skills/llm-wiki/tests/fixtures/coverage-sample-wiki/wiki/entities/Gamma.md +8 -0
- package/dist/skills/llm-wiki/tests/fixtures/coverage-sample-wiki/wiki/queries/20260422-abc.md +10 -0
- package/dist/skills/llm-wiki/tests/fixtures/coverage-sample-wiki/wiki/synthesis/Crystal.md +8 -0
- package/dist/skills/llm-wiki/tests/fixtures/coverage-sample-wiki/wiki/topics/Overview.md +9 -0
- package/dist/skills/llm-wiki/tests/fixtures/graph-data-empty-wiki/wiki/entities/.gitkeep +0 -0
- package/dist/skills/llm-wiki/tests/fixtures/graph-data-sample-wiki/purpose.md +3 -0
- package/dist/skills/llm-wiki/tests/fixtures/graph-data-sample-wiki/wiki/entities/Attention.md +7 -0
- package/dist/skills/llm-wiki/tests/fixtures/graph-data-sample-wiki/wiki/entities/Decoder.md +7 -0
- package/dist/skills/llm-wiki/tests/fixtures/graph-data-sample-wiki/wiki/entities/Encoder.md +7 -0
- package/dist/skills/llm-wiki/tests/fixtures/graph-data-sample-wiki/wiki/entities/GPT.md +7 -0
- package/dist/skills/llm-wiki/tests/fixtures/graph-data-sample-wiki/wiki/entities/Transformer.md +13 -0
- package/dist/skills/llm-wiki/tests/fixtures/graph-data-sample-wiki/wiki/sources/paper.md +9 -0
- package/dist/skills/llm-wiki/tests/fixtures/graph-data-sample-wiki/wiki/topics/arch.md +12 -0
- package/dist/skills/llm-wiki/tests/fixtures/graph-data-sample-wiki/wiki/topics/finetune.md +9 -0
- package/dist/skills/llm-wiki/tests/fixtures/graph-interactive-basic/wiki/graph-data.json +40 -0
- package/dist/skills/llm-wiki/tests/fixtures/graph-interactive-dense/wiki/graph-data.json +3965 -0
- package/dist/skills/llm-wiki/tests/fixtures/graph-interactive-multicomm/wiki/graph-data.json +212 -0
- package/dist/skills/llm-wiki/tests/fixtures/lint-sample-wiki/index.md +14 -0
- package/dist/skills/llm-wiki/tests/fixtures/lint-sample-wiki/wiki/entities/C++.md +6 -0
- package/dist/skills/llm-wiki/tests/fixtures/lint-sample-wiki/wiki/entities/Lonely.md +4 -0
- package/dist/skills/llm-wiki/tests/fixtures/lint-sample-wiki/wiki/entities/Other.md +8 -0
- package/dist/skills/llm-wiki/tests/fixtures/lint-sample-wiki/wiki/entities/Real.md +7 -0
- package/dist/skills/llm-wiki/tests/fixtures/lint-sample-wiki/wiki/sources/2026-01-01-test-source.md +15 -0
- package/dist/skills/llm-wiki/tests/fixtures/lint-sample-wiki/wiki/sources/2026-02-01-inline-img.md +12 -0
- package/dist/skills/llm-wiki/tests/fixtures/lint-sample-wiki/wiki/topics/AIbasic.md +3 -0
- package/dist/skills/llm-wiki/tests/graph-analysis-helper.regression-1.sh +237 -0
- package/dist/skills/llm-wiki/tests/graph-browser-stage-4-5.regression-1.sh +157 -0
- package/dist/skills/llm-wiki/tests/graph-build-failures.regression-1.sh +91 -0
- package/dist/skills/llm-wiki/tests/graph-data-confidence-merge.regression-1.sh +309 -0
- package/dist/skills/llm-wiki/tests/graph-data-source-paths.regression-1.sh +49 -0
- package/dist/skills/llm-wiki/tests/graph-html-a11y.regression-1.sh +47 -0
- package/dist/skills/llm-wiki/tests/graph-html-brand-link.regression-1.sh +47 -0
- package/dist/skills/llm-wiki/tests/graph-html-density.regression-1.sh +228 -0
- package/dist/skills/llm-wiki/tests/graph-html-drawer-neighbors.regression-1.sh +47 -0
- package/dist/skills/llm-wiki/tests/graph-html-insights.regression-1.sh +80 -0
- package/dist/skills/llm-wiki/tests/graph-html-long-label.regression-1.sh +92 -0
- package/dist/skills/llm-wiki/tests/graph-html-minimap.regression-1.sh +51 -0
- package/dist/skills/llm-wiki/tests/graph-html-mobile.regression-1.sh +48 -0
- package/dist/skills/llm-wiki/tests/graph-html-oriental-atlas-contract.regression-1.sh +94 -0
- package/dist/skills/llm-wiki/tests/graph-html-oriental-design-contract.regression-1.sh +82 -0
- package/dist/skills/llm-wiki/tests/graph-html-search.regression-1.sh +52 -0
- package/dist/skills/llm-wiki/tests/graph-html-styles.regression-1.sh +66 -0
- package/dist/skills/llm-wiki/tests/graph-html-toolbar.regression-1.sh +62 -0
- package/dist/skills/llm-wiki/tests/js/graph-wash-bootstrap.test.js +110 -0
- package/dist/skills/llm-wiki/tests/js/graph-wash-helpers.test.js +296 -0
- package/dist/skills/llm-wiki/tests/js/graph-wash-learning.test.js +260 -0
- package/dist/skills/llm-wiki/tests/js/graph-wash-queue.test.js +115 -0
- package/dist/skills/llm-wiki/tests/js/graph-wash-runtime-state.test.js +282 -0
- package/dist/skills/llm-wiki/tests/js/source-signal-coverage.test.js +48 -0
- package/dist/skills/llm-wiki/tests/js/source-signal-eligibility.test.js +202 -0
- package/dist/skills/llm-wiki/tests/lib/graph-html-engine-helpers.sh +110 -0
- package/dist/skills/llm-wiki/tests/lint-output.regression-1.sh +32 -0
- package/dist/skills/llm-wiki/tests/regression.sh +1754 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/.gitkeep +0 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/docx/SKILL.md +590 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/__init__.py +1 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/accept_changes.py +135 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/comment.py +318 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/office/helpers/__init__.py +0 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/office/helpers/merge_runs.py +199 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/office/helpers/simplify_redlines.py +197 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/office/pack.py +159 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-chart.xsd +1499 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-chartDrawing.xsd +146 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-diagram.xsd +1085 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-lockedCanvas.xsd +11 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-main.xsd +3081 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-picture.xsd +23 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-spreadsheetDrawing.xsd +185 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-wordprocessingDrawing.xsd +287 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/pml.xsd +1676 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-additionalCharacteristics.xsd +28 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-bibliography.xsd +144 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-commonSimpleTypes.xsd +174 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-customXmlDataProperties.xsd +25 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-customXmlSchemaProperties.xsd +18 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesCustom.xsd +59 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesExtended.xsd +56 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesVariantTypes.xsd +195 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-math.xsd +582 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-relationshipReference.xsd +25 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/sml.xsd +4439 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-main.xsd +570 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-officeDrawing.xsd +509 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-presentationDrawing.xsd +12 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-spreadsheetDrawing.xsd +108 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-wordprocessingDrawing.xsd +96 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/wml.xsd +3646 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/xml.xsd +116 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/office/schemas/ecma/fouth-edition/opc-contentTypes.xsd +42 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/office/schemas/ecma/fouth-edition/opc-coreProperties.xsd +50 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/office/schemas/ecma/fouth-edition/opc-digSig.xsd +49 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/office/schemas/ecma/fouth-edition/opc-relationships.xsd +33 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/office/schemas/mce/mc.xsd +75 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/office/schemas/microsoft/wml-2010.xsd +560 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/office/schemas/microsoft/wml-2012.xsd +67 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/office/schemas/microsoft/wml-2018.xsd +14 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/office/schemas/microsoft/wml-cex-2018.xsd +20 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/office/schemas/microsoft/wml-cid-2016.xsd +13 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/office/schemas/microsoft/wml-sdtdatahash-2020.xsd +4 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/office/schemas/microsoft/wml-symex-2015.xsd +8 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/office/soffice.py +183 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/office/unpack.py +132 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/office/validate.py +111 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/office/validators/__init__.py +15 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/office/validators/base.py +847 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/office/validators/docx.py +446 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/office/validators/pptx.py +275 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/office/validators/redlining.py +247 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/templates/comments.xml +3 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/templates/commentsExtended.xml +3 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/templates/commentsExtensible.xml +3 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/templates/commentsIds.xml +3 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/templates/people.xml +3 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/pdf/SKILL.md +314 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/pdf/forms.md +294 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/pdf/reference.md +612 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/pdf/scripts/check_bounding_boxes.py +65 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/pdf/scripts/check_fillable_fields.py +11 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/pdf/scripts/convert_pdf_to_images.py +33 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/pdf/scripts/create_validation_image.py +37 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/pdf/scripts/extract_form_field_info.py +122 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/pdf/scripts/extract_form_structure.py +115 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/pdf/scripts/fill_fillable_fields.py +98 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/pdf/scripts/fill_pdf_form_with_annotations.py +107 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/SKILL.md +232 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/editing.md +205 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/pptxgenjs.md +420 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/__init__.py +0 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/add_slide.py +195 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/clean.py +286 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/office/helpers/__init__.py +0 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/office/helpers/merge_runs.py +199 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/office/helpers/simplify_redlines.py +197 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/office/pack.py +159 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-chart.xsd +1499 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-chartDrawing.xsd +146 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-diagram.xsd +1085 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-lockedCanvas.xsd +11 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-main.xsd +3081 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-picture.xsd +23 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-spreadsheetDrawing.xsd +185 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-wordprocessingDrawing.xsd +287 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/pml.xsd +1676 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-additionalCharacteristics.xsd +28 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-bibliography.xsd +144 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-commonSimpleTypes.xsd +174 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-customXmlDataProperties.xsd +25 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-customXmlSchemaProperties.xsd +18 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesCustom.xsd +59 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesExtended.xsd +56 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesVariantTypes.xsd +195 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-math.xsd +582 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-relationshipReference.xsd +25 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/sml.xsd +4439 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-main.xsd +570 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-officeDrawing.xsd +509 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-presentationDrawing.xsd +12 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-spreadsheetDrawing.xsd +108 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-wordprocessingDrawing.xsd +96 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/wml.xsd +3646 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/xml.xsd +116 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/office/schemas/ecma/fouth-edition/opc-contentTypes.xsd +42 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/office/schemas/ecma/fouth-edition/opc-coreProperties.xsd +50 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/office/schemas/ecma/fouth-edition/opc-digSig.xsd +49 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/office/schemas/ecma/fouth-edition/opc-relationships.xsd +33 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/office/schemas/mce/mc.xsd +75 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/office/schemas/microsoft/wml-2010.xsd +560 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/office/schemas/microsoft/wml-2012.xsd +67 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/office/schemas/microsoft/wml-2018.xsd +14 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/office/schemas/microsoft/wml-cex-2018.xsd +20 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/office/schemas/microsoft/wml-cid-2016.xsd +13 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/office/schemas/microsoft/wml-sdtdatahash-2020.xsd +4 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/office/schemas/microsoft/wml-symex-2015.xsd +8 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/office/soffice.py +183 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/office/unpack.py +132 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/office/validate.py +111 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/office/validators/__init__.py +15 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/office/validators/base.py +847 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/office/validators/docx.py +446 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/office/validators/pptx.py +275 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/office/validators/redlining.py +247 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/thumbnail.py +289 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/SKILL.md +292 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/office/helpers/__init__.py +0 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/office/helpers/merge_runs.py +199 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/office/helpers/simplify_redlines.py +197 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/office/pack.py +159 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-chart.xsd +1499 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-chartDrawing.xsd +146 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-diagram.xsd +1085 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-lockedCanvas.xsd +11 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-main.xsd +3081 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-picture.xsd +23 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-spreadsheetDrawing.xsd +185 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-wordprocessingDrawing.xsd +287 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/pml.xsd +1676 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-additionalCharacteristics.xsd +28 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-bibliography.xsd +144 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-commonSimpleTypes.xsd +174 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-customXmlDataProperties.xsd +25 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-customXmlSchemaProperties.xsd +18 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesCustom.xsd +59 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesExtended.xsd +56 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesVariantTypes.xsd +195 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-math.xsd +582 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-relationshipReference.xsd +25 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/sml.xsd +4439 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-main.xsd +570 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-officeDrawing.xsd +509 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-presentationDrawing.xsd +12 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-spreadsheetDrawing.xsd +108 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-wordprocessingDrawing.xsd +96 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/wml.xsd +3646 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/xml.xsd +116 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/office/schemas/ecma/fouth-edition/opc-contentTypes.xsd +42 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/office/schemas/ecma/fouth-edition/opc-coreProperties.xsd +50 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/office/schemas/ecma/fouth-edition/opc-digSig.xsd +49 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/office/schemas/ecma/fouth-edition/opc-relationships.xsd +33 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/office/schemas/mce/mc.xsd +75 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/office/schemas/microsoft/wml-2010.xsd +560 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/office/schemas/microsoft/wml-2012.xsd +67 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/office/schemas/microsoft/wml-2018.xsd +14 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/office/schemas/microsoft/wml-cex-2018.xsd +20 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/office/schemas/microsoft/wml-cid-2016.xsd +13 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/office/schemas/microsoft/wml-sdtdatahash-2020.xsd +4 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/office/schemas/microsoft/wml-symex-2015.xsd +8 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/office/soffice.py +183 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/office/unpack.py +132 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/office/validate.py +111 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/office/validators/__init__.py +15 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/office/validators/base.py +847 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/office/validators/docx.py +446 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/office/validators/pptx.py +275 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/office/validators/redlining.py +247 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/recalc.py +184 -0
- package/dist/skills/llm-wiki/workbench/AGENTS.md +110 -0
- package/dist/skills/llm-wiki/workbench/CLAUDE.md +54 -0
- package/dist/skills/llm-wiki/workbench/PRODUCT.md +1268 -0
- package/dist/skills/llm-wiki/workbench/docs/current-kb-retrieval-design.md +587 -0
- package/dist/skills/llm-wiki/workbench/docs/graph-evolution-1-design.md +210 -0
- package/dist/skills/llm-wiki/workbench/docs/stage-2-design.md +1139 -0
- package/dist/skills/llm-wiki/workbench/docs/stage-3-design.md +1269 -0
- package/dist/skills/llm-wiki/workbench/docs/stage-3.5-design.md +1164 -0
- package/dist/skills/llm-wiki/workbench/docs/stage-4-design.md +504 -0
- package/dist/skills/llm-wiki/workbench/docs/stage-4.5-design.md +195 -0
- package/dist/skills/llm-wiki/workbench/docs/superpowers/specs/2026-05-28-resizable-preview-layout-design.md +165 -0
- package/dist/skills/llm-wiki/workbench/docs/superpowers/specs/2026-05-28-settings-panel-scroll-fix.md +50 -0
- package/dist/skills/llm-wiki/workbench/server/package.json +29 -0
- package/dist/skills/llm-wiki/workbench/server/src/agent.ts +457 -0
- package/dist/skills/llm-wiki/workbench/server/src/artifacts.ts +248 -0
- package/dist/skills/llm-wiki/workbench/server/src/auth.ts +164 -0
- package/dist/skills/llm-wiki/workbench/server/src/config.ts +130 -0
- package/dist/skills/llm-wiki/workbench/server/src/conversations.test.ts +121 -0
- package/dist/skills/llm-wiki/workbench/server/src/conversations.ts +255 -0
- package/dist/skills/llm-wiki/workbench/server/src/digest/batch.ts +189 -0
- package/dist/skills/llm-wiki/workbench/server/src/digest/concurrency.test.ts +36 -0
- package/dist/skills/llm-wiki/workbench/server/src/digest/concurrency.ts +31 -0
- package/dist/skills/llm-wiki/workbench/server/src/digest/subagent.ts +91 -0
- package/dist/skills/llm-wiki/workbench/server/src/extensions/artifacts.ts +81 -0
- package/dist/skills/llm-wiki/workbench/server/src/extensions/knowledge-base.ts +263 -0
- package/dist/skills/llm-wiki/workbench/server/src/extensions/new-wiki.ts +42 -0
- package/dist/skills/llm-wiki/workbench/server/src/extensions/synthesis.ts +172 -0
- package/dist/skills/llm-wiki/workbench/server/src/graph-watcher.test.ts +196 -0
- package/dist/skills/llm-wiki/workbench/server/src/graph.test.ts +84 -0
- package/dist/skills/llm-wiki/workbench/server/src/graph.ts +379 -0
- package/dist/skills/llm-wiki/workbench/server/src/index.ts +1148 -0
- package/dist/skills/llm-wiki/workbench/server/src/knowledge-bases.test.ts +30 -0
- package/dist/skills/llm-wiki/workbench/server/src/knowledge-bases.ts +321 -0
- package/dist/skills/llm-wiki/workbench/server/src/pages.test.ts +16 -0
- package/dist/skills/llm-wiki/workbench/server/src/pages.ts +158 -0
- package/dist/skills/llm-wiki/workbench/server/src/retrieval.test.ts +151 -0
- package/dist/skills/llm-wiki/workbench/server/src/retrieval.ts +427 -0
- package/dist/skills/llm-wiki/workbench/server/src/tool-status-events.test.ts +363 -0
- package/dist/skills/llm-wiki/workbench/server/src/tool-status-events.ts +616 -0
- package/dist/skills/llm-wiki/workbench/server/src/wiki-init.test.ts +19 -0
- package/dist/skills/llm-wiki/workbench/server/src/wiki-init.ts +188 -0
- package/dist/skills/llm-wiki/workbench/server/tsconfig.json +10 -0
- package/dist/skills/llm-wiki/workbench/tsconfig.json +20 -0
- package/dist/skills/llm-wiki/workbench/web/components.json +21 -0
- package/dist/skills/llm-wiki/workbench/web/eslint.config.js +22 -0
- package/dist/skills/llm-wiki/workbench/web/index.html +13 -0
- package/dist/skills/llm-wiki/workbench/web/package.json +48 -0
- package/dist/skills/llm-wiki/workbench/web/src/App.tsx +749 -0
- package/dist/skills/llm-wiki/workbench/web/src/components/AddExternalDialog.tsx +373 -0
- package/dist/skills/llm-wiki/workbench/web/src/components/ArtifactView.tsx +15 -0
- package/dist/skills/llm-wiki/workbench/web/src/components/BatchDigestPanel.tsx +106 -0
- package/dist/skills/llm-wiki/workbench/web/src/components/ChatPanel.tsx +821 -0
- package/dist/skills/llm-wiki/workbench/web/src/components/CommandMenu.tsx +65 -0
- package/dist/skills/llm-wiki/workbench/web/src/components/ExportButtons.tsx +54 -0
- package/dist/skills/llm-wiki/workbench/web/src/components/GraphPanel.tsx +516 -0
- package/dist/skills/llm-wiki/workbench/web/src/components/GraphReader.tsx +48 -0
- package/dist/skills/llm-wiki/workbench/web/src/components/GraphSelection.tsx +100 -0
- package/dist/skills/llm-wiki/workbench/web/src/components/MarkdownView.tsx +56 -0
- package/dist/skills/llm-wiki/workbench/web/src/components/NewWikiDialog.tsx +101 -0
- package/dist/skills/llm-wiki/workbench/web/src/components/RefMenu.tsx +40 -0
- package/dist/skills/llm-wiki/workbench/web/src/components/RightDrawer.tsx +227 -0
- package/dist/skills/llm-wiki/workbench/web/src/components/SettingsPanel.tsx +331 -0
- package/dist/skills/llm-wiki/workbench/web/src/components/Sidebar.tsx +436 -0
- package/dist/skills/llm-wiki/workbench/web/src/components/ToolHistorySummary.tsx +123 -0
- package/dist/skills/llm-wiki/workbench/web/src/components/ToolStatusRunway.tsx +90 -0
- package/dist/skills/llm-wiki/workbench/web/src/components/renderers/DownloadOnlyRenderer.tsx +88 -0
- package/dist/skills/llm-wiki/workbench/web/src/components/renderers/HtmlRenderer.tsx +92 -0
- package/dist/skills/llm-wiki/workbench/web/src/components/ui/button.tsx +52 -0
- package/dist/skills/llm-wiki/workbench/web/src/components/ui/command.tsx +50 -0
- package/dist/skills/llm-wiki/workbench/web/src/components/ui/dialog.tsx +156 -0
- package/dist/skills/llm-wiki/workbench/web/src/components/ui/input.tsx +21 -0
- package/dist/skills/llm-wiki/workbench/web/src/components/ui/tooltip.tsx +57 -0
- package/dist/skills/llm-wiki/workbench/web/src/index.css +1737 -0
- package/dist/skills/llm-wiki/workbench/web/src/lib/api.ts +648 -0
- package/dist/skills/llm-wiki/workbench/web/src/lib/drawer-state.ts +79 -0
- package/dist/skills/llm-wiki/workbench/web/src/lib/graph-reader.ts +25 -0
- package/dist/skills/llm-wiki/workbench/web/src/lib/graph-selection-drawer.ts +35 -0
- package/dist/skills/llm-wiki/workbench/web/src/lib/graph-selection.ts +96 -0
- package/dist/skills/llm-wiki/workbench/web/src/lib/legacy-tool-status.ts +113 -0
- package/dist/skills/llm-wiki/workbench/web/src/lib/sse.ts +72 -0
- package/dist/skills/llm-wiki/workbench/web/src/lib/tool-status-format.ts +170 -0
- package/dist/skills/llm-wiki/workbench/web/src/lib/tool-status-model.ts +392 -0
- package/dist/skills/llm-wiki/workbench/web/src/lib/utils.ts +10 -0
- package/dist/skills/llm-wiki/workbench/web/src/lib/wiki-links.ts +32 -0
- package/dist/skills/llm-wiki/workbench/web/src/main.tsx +10 -0
- package/dist/skills/llm-wiki/workbench/web/test/api.test.ts +61 -0
- package/dist/skills/llm-wiki/workbench/web/test/chat-panel-tool-status.test.tsx +26 -0
- package/dist/skills/llm-wiki/workbench/web/test/graph-drawer-state.test.ts +78 -0
- package/dist/skills/llm-wiki/workbench/web/test/graph-reader-request.test.ts +32 -0
- package/dist/skills/llm-wiki/workbench/web/test/graph-reader.test.ts +62 -0
- package/dist/skills/llm-wiki/workbench/web/test/graph-selection-drawer.test.ts +56 -0
- package/dist/skills/llm-wiki/workbench/web/test/graph-selection.test.ts +83 -0
- package/dist/skills/llm-wiki/workbench/web/test/tool-history-summary.test.tsx +124 -0
- package/dist/skills/llm-wiki/workbench/web/test/tool-status-format.test.ts +107 -0
- package/dist/skills/llm-wiki/workbench/web/test/tool-status-model.test.ts +324 -0
- package/dist/skills/llm-wiki/workbench/web/test/tool-status-runway.test.ts +134 -0
- package/dist/skills/llm-wiki/workbench/web/test/wiki-links.test.ts +23 -0
- package/dist/skills/llm-wiki/workbench/web/tsconfig.app.json +30 -0
- package/dist/skills/llm-wiki/workbench/web/tsconfig.json +7 -0
- package/dist/skills/llm-wiki/workbench/web/tsconfig.node.json +24 -0
- package/dist/skills/llm-wiki/workbench/web/vite.config.ts +26 -0
- package/dist/skills/mean-reviewer/SECURITY.md +23 -0
- package/dist/skills/mean-reviewer/SKILL.md +203 -0
- package/dist/skills/mean-reviewer/examples/13446_1000_Layer_Networks_for_.pdf +0 -0
- package/dist/skills/mean-reviewer/examples/13446_mean_reviewer.md +116 -0
- package/dist/skills/mean-reviewer/examples/13446_mean_reviewer_author_rebuttal_simulated.md +282 -0
- package/dist/skills/mean-reviewer/examples/13446_mean_reviewer_reply.md +91 -0
- package/dist/skills/mean-reviewer/examples/13446_official_review.json +973 -0
- package/dist/skills/mean-reviewer/examples/ChatGPT_AC_Roleplay.jpeg +0 -0
- package/dist/skills/medical-imaging-review/SKILL.md +295 -0
- package/dist/skills/medical-imaging-review/references/CITATION_INTEGRITY.md +233 -0
- package/dist/skills/medical-imaging-review/references/DOMAINS.md +302 -0
- package/dist/skills/medical-imaging-review/references/HALLUCINATION_PATTERNS.md +211 -0
- package/dist/skills/medical-imaging-review/references/MCP_SETUP.md +216 -0
- package/dist/skills/medical-imaging-review/references/PARADIGM.md +221 -0
- package/dist/skills/medical-imaging-review/references/QUALITY_CHECKLIST.md +169 -0
- package/dist/skills/medical-imaging-review/references/TEMPLATES.md +291 -0
- package/dist/skills/medical-imaging-review/references/WORKFLOW.md +289 -0
- package/dist/skills/mermaid-diagram/SKILL.md +379 -0
- package/dist/skills/meta-apply/SKILL.md +137 -0
- package/dist/skills/meta-optimize/SKILL.md +253 -0
- package/dist/skills/monitor-experiment/SKILL.md +98 -0
- package/dist/skills/novelty-check/SKILL.md +89 -0
- package/dist/skills/openalex/SKILL.md +228 -0
- package/dist/skills/overleaf-sync/SKILL.md +220 -0
- package/dist/skills/paper-claim-audit/SKILL.md +340 -0
- package/dist/skills/paper-compile/SKILL.md +253 -0
- package/dist/skills/paper-figure/SKILL.md +279 -0
- package/dist/skills/paper-illustration/SKILL.md +690 -0
- package/dist/skills/paper-illustration-image2/SKILL.md +383 -0
- package/dist/skills/paper-illustration-image2/scripts/paper_illustration_image2.py +255 -0
- package/dist/skills/paper-plan/SKILL.md +278 -0
- package/dist/skills/paper-poster/SKILL.md +19 -0
- package/dist/skills/paper-poster-html/DESIGN_FINAL.md +176 -0
- package/dist/skills/paper-poster-html/IMPLEMENTATION_CONVENTIONS.md +161 -0
- package/dist/skills/paper-poster-html/LICENSES/posterly-MIT.txt +21 -0
- package/dist/skills/paper-poster-html/NOTICE.md +57 -0
- package/dist/skills/paper-poster-html/SKILL.md +357 -0
- package/dist/skills/paper-poster-html/scripts/_posterly/__init__.py +0 -0
- package/dist/skills/paper-poster-html/scripts/_posterly/canvas.py +200 -0
- package/dist/skills/paper-poster-html/scripts/_posterly/measure.py +588 -0
- package/dist/skills/paper-poster-html/scripts/_posterly/polish.py +498 -0
- package/dist/skills/paper-poster-html/scripts/_posterly/preflight.py +489 -0
- package/dist/skills/paper-poster-html/scripts/_posterly/render.py +215 -0
- package/dist/skills/paper-poster-html/scripts/_posterly/textutil.py +16 -0
- package/dist/skills/paper-poster-html/scripts/_posterly/verify_final.py +171 -0
- package/dist/skills/paper-poster-html/scripts/asset_check.py +897 -0
- package/dist/skills/paper-poster-html/scripts/extract_pdf_figures.py +666 -0
- package/dist/skills/paper-poster-html/scripts/poster_check.py +251 -0
- package/dist/skills/paper-poster-html/scripts/preprocess_figures.py +238 -0
- package/dist/skills/paper-poster-html/scripts/render_preview.py +217 -0
- package/dist/skills/paper-poster-html/scripts/run_gates.py +556 -0
- package/dist/skills/paper-poster-html/scripts/style_check.py +1324 -0
- package/dist/skills/paper-poster-html/templates/COMPONENTS.md +462 -0
- package/dist/skills/paper-poster-html/templates/landscape_4col.html +1032 -0
- package/dist/skills/paper-poster-html/templates/landscape_hero.html +1046 -0
- package/dist/skills/paper-poster-html/templates/portrait_2col.html +947 -0
- package/dist/skills/paper-poster-html/templates/tokens/acl.json +9 -0
- package/dist/skills/paper-poster-html/templates/tokens/cvpr.json +9 -0
- package/dist/skills/paper-poster-html/templates/tokens/generic.json +9 -0
- package/dist/skills/paper-poster-html/templates/tokens/iclr.json +9 -0
- package/dist/skills/paper-poster-html/templates/tokens/icml.json +9 -0
- package/dist/skills/paper-poster-html/templates/tokens/neurips.json +9 -0
- package/dist/skills/paper-slide-deck/SKILL.md +464 -0
- package/dist/skills/paper-slide-deck/references/analysis-framework.md +392 -0
- package/dist/skills/paper-slide-deck/references/base-prompt.md +70 -0
- package/dist/skills/paper-slide-deck/references/content-rules.md +95 -0
- package/dist/skills/paper-slide-deck/references/figure-container-template.md +177 -0
- package/dist/skills/paper-slide-deck/references/modification-guide.md +85 -0
- package/dist/skills/paper-slide-deck/references/outline-template.md +437 -0
- package/dist/skills/paper-slide-deck/references/styles/academic-paper.md +109 -0
- package/dist/skills/paper-slide-deck/references/styles/blueprint.md +67 -0
- package/dist/skills/paper-slide-deck/references/styles/bold-editorial.md +70 -0
- package/dist/skills/paper-slide-deck/references/styles/chalkboard.md +68 -0
- package/dist/skills/paper-slide-deck/references/styles/corporate.md +69 -0
- package/dist/skills/paper-slide-deck/references/styles/dark-atmospheric.md +69 -0
- package/dist/skills/paper-slide-deck/references/styles/editorial-infographic.md +73 -0
- package/dist/skills/paper-slide-deck/references/styles/fantasy-animation.md +69 -0
- package/dist/skills/paper-slide-deck/references/styles/intuition-machine.md +72 -0
- package/dist/skills/paper-slide-deck/references/styles/minimal.md +64 -0
- package/dist/skills/paper-slide-deck/references/styles/notion.md +69 -0
- package/dist/skills/paper-slide-deck/references/styles/pixel-art.md +67 -0
- package/dist/skills/paper-slide-deck/references/styles/scientific.md +73 -0
- package/dist/skills/paper-slide-deck/references/styles/sketch-notes.md +66 -0
- package/dist/skills/paper-slide-deck/references/styles/vector-illustration.md +72 -0
- package/dist/skills/paper-slide-deck/references/styles/vintage.md +73 -0
- package/dist/skills/paper-slide-deck/references/styles/watercolor.md +68 -0
- package/dist/skills/paper-slide-deck/scripts/apply-template.ts +282 -0
- package/dist/skills/paper-slide-deck/scripts/detect-figures.ts +283 -0
- package/dist/skills/paper-slide-deck/scripts/extract-figure.ts +140 -0
- package/dist/skills/paper-slide-deck/scripts/generate-slides.py +182 -0
- package/dist/skills/paper-slide-deck/scripts/merge-to-pdf.ts +116 -0
- package/dist/skills/paper-slide-deck/scripts/merge-to-pptx.ts +137 -0
- package/dist/skills/paper-slide-deck/scripts/package-lock.json +899 -0
- package/dist/skills/paper-slide-deck/scripts/package.json +8 -0
- package/dist/skills/paper-slides/SKILL.md +571 -0
- package/dist/skills/paper-talk/SKILL.md +381 -0
- package/dist/skills/paper-write/SKILL.md +411 -0
- package/dist/skills/paper-write/templates/IEEEtran.bst +2409 -0
- package/dist/skills/paper-write/templates/IEEEtran.cls +6347 -0
- package/dist/skills/paper-write/templates/aaai2026.bst +1493 -0
- package/dist/skills/paper-write/templates/aaai2026.sty +315 -0
- package/dist/skills/paper-write/templates/aaai2026.tex +952 -0
- package/dist/skills/paper-write/templates/acl.sty +312 -0
- package/dist/skills/paper-write/templates/acl2026.tex +377 -0
- package/dist/skills/paper-write/templates/acl_natbib.bst +1940 -0
- package/dist/skills/paper-write/templates/acm.bst +3081 -0
- package/dist/skills/paper-write/templates/acm_mm2026.tex +204 -0
- package/dist/skills/paper-write/templates/acmart.cls +3520 -0
- package/dist/skills/paper-write/templates/cvpr.bst +1448 -0
- package/dist/skills/paper-write/templates/cvpr.sty +508 -0
- package/dist/skills/paper-write/templates/cvpr2026.tex +63 -0
- package/dist/skills/paper-write/templates/iclr2026.tex +84 -0
- package/dist/skills/paper-write/templates/iclr2026_conference.bst +1440 -0
- package/dist/skills/paper-write/templates/iclr2026_conference.sty +246 -0
- package/dist/skills/paper-write/templates/icml2025.tex +87 -0
- package/dist/skills/paper-write/templates/icml2026.sty +767 -0
- package/dist/skills/paper-write/templates/icml2026.tex +662 -0
- package/dist/skills/paper-write/templates/ieee_conference.tex +89 -0
- package/dist/skills/paper-write/templates/ieee_journal.tex +93 -0
- package/dist/skills/paper-write/templates/math_commands.tex +48 -0
- package/dist/skills/paper-write/templates/neurips2025.tex +80 -0
- package/dist/skills/paper-write/templates/neurips2026.tex +493 -0
- package/dist/skills/paper-write/templates/neurips_2026.sty +437 -0
- package/dist/skills/paper-writing/SKILL.md +632 -0
- package/dist/skills/patent-novelty-check/SKILL.md +153 -0
- package/dist/skills/patent-pipeline/SKILL.md +344 -0
- package/dist/skills/patent-review/SKILL.md +202 -0
- package/dist/skills/pixel-art/SKILL.md +139 -0
- package/dist/skills/pre-submission-reviewer/SKILL.md +247 -0
- package/dist/skills/pre-submission-reviewer/references/forbidden-patterns.md +163 -0
- package/dist/skills/pre-submission-reviewer/references/grammar-rules.md +135 -0
- package/dist/skills/pre-submission-reviewer/references/latex-rules.md +158 -0
- package/dist/skills/pre-submission-reviewer/references/logic-and-structure.md +125 -0
- package/dist/skills/pre-submission-reviewer/references/section-guides.md +169 -0
- package/dist/skills/prior-art-search/SKILL.md +146 -0
- package/dist/skills/proof-checker/SKILL.md +499 -0
- package/dist/skills/proof-writer/SKILL.md +222 -0
- package/dist/skills/qzcli/SKILL.md +316 -0
- package/dist/skills/rebuttal/SKILL.md +304 -0
- package/dist/skills/render-html/SKILL.md +299 -0
- package/dist/skills/render-html/scripts/render_html.py +905 -0
- package/dist/skills/render-html/scripts/templates/academic.html +342 -0
- package/dist/skills/render-html/scripts/templates/dashboard.html +333 -0
- package/dist/skills/research-lit/SKILL.md +353 -0
- package/dist/skills/research-paper-writing/SKILL.md +99 -0
- package/dist/skills/research-paper-writing/agents/openai.yaml +4 -0
- package/dist/skills/research-paper-writing/references/abstract.md +102 -0
- package/dist/skills/research-paper-writing/references/conclusion.md +35 -0
- package/dist/skills/research-paper-writing/references/does-my-writing-flow-source.md +45 -0
- package/dist/skills/research-paper-writing/references/examples/abstract/template-a.md +21 -0
- package/dist/skills/research-paper-writing/references/examples/abstract/template-b.md +34 -0
- package/dist/skills/research-paper-writing/references/examples/abstract/template-c.md +28 -0
- package/dist/skills/research-paper-writing/references/examples/abstract-examples.md +13 -0
- package/dist/skills/research-paper-writing/references/examples/index.md +21 -0
- package/dist/skills/research-paper-writing/references/examples/introduction/novel-task-challenge-decomposition.md +18 -0
- package/dist/skills/research-paper-writing/references/examples/introduction/pipeline-not-recommended-abstract-only.md +30 -0
- package/dist/skills/research-paper-writing/references/examples/introduction/pipeline-version-1-one-contribution-multi-advantages.md +30 -0
- package/dist/skills/research-paper-writing/references/examples/introduction/pipeline-version-2-two-contributions.md +34 -0
- package/dist/skills/research-paper-writing/references/examples/introduction/pipeline-version-3-new-module-on-existing-pipeline.md +18 -0
- package/dist/skills/research-paper-writing/references/examples/introduction/pipeline-version-4-observation-driven.md +16 -0
- package/dist/skills/research-paper-writing/references/examples/introduction/technical-challenge-version-1-existing-task.md +32 -0
- package/dist/skills/research-paper-writing/references/examples/introduction/technical-challenge-version-2-existing-task-insight-backed-by-traditional.md +33 -0
- package/dist/skills/research-paper-writing/references/examples/introduction/technical-challenge-version-3-novel-task.md +21 -0
- package/dist/skills/research-paper-writing/references/examples/introduction/version-1-task-then-application.md +14 -0
- package/dist/skills/research-paper-writing/references/examples/introduction/version-2-application-first.md +10 -0
- package/dist/skills/research-paper-writing/references/examples/introduction/version-3-general-to-specific-setting.md +14 -0
- package/dist/skills/research-paper-writing/references/examples/introduction/version-4-open-with-challenge.md +20 -0
- package/dist/skills/research-paper-writing/references/examples/introduction-examples.md +25 -0
- package/dist/skills/research-paper-writing/references/examples/method/example-of-the-three-elements.md +67 -0
- package/dist/skills/research-paper-writing/references/examples/method/method-writing-common-issues-note.md +10 -0
- package/dist/skills/research-paper-writing/references/examples/method/module-design-instant-ngp.md +55 -0
- package/dist/skills/research-paper-writing/references/examples/method/module-motivation-patterns.md +15 -0
- package/dist/skills/research-paper-writing/references/examples/method/module-triad-neural-body.md +19 -0
- package/dist/skills/research-paper-writing/references/examples/method/neural-body-annotated-figure-text.md +66 -0
- package/dist/skills/research-paper-writing/references/examples/method/overview-template.md +30 -0
- package/dist/skills/research-paper-writing/references/examples/method/pre-writing-questions.md +17 -0
- package/dist/skills/research-paper-writing/references/examples/method/section-skeleton.md +9 -0
- package/dist/skills/research-paper-writing/references/examples/method-examples.md +24 -0
- package/dist/skills/research-paper-writing/references/experiments.md +102 -0
- package/dist/skills/research-paper-writing/references/introduction.md +408 -0
- package/dist/skills/research-paper-writing/references/method.md +196 -0
- package/dist/skills/research-paper-writing/references/paper-review.md +86 -0
- package/dist/skills/research-paper-writing/references/related-work.md +41 -0
- package/dist/skills/research-pipeline/SKILL.md +257 -0
- package/dist/skills/research-proposal/SKILL.md +573 -0
- package/dist/skills/research-proposal/assets/proposal_scaffold_en.md +323 -0
- package/dist/skills/research-proposal/assets/proposal_scaffold_zh.md +346 -0
- package/dist/skills/research-proposal/references/DOMAIN_TEMPLATES.md +518 -0
- package/dist/skills/research-proposal/references/LITERATURE_WORKFLOW.md +529 -0
- package/dist/skills/research-proposal/references/QUALITY_CHECKLIST.md +325 -0
- package/dist/skills/research-proposal/references/STRUCTURE_GUIDE.md +398 -0
- package/dist/skills/research-proposal/references/WRITING_STYLE_GUIDE.md +661 -0
- package/dist/skills/research-refine/SKILL.md +716 -0
- package/dist/skills/research-refine-pipeline/SKILL.md +186 -0
- package/dist/skills/research-review/SKILL.md +119 -0
- package/dist/skills/research-wiki/SKILL.md +373 -0
- package/dist/skills/resubmit-pipeline/SKILL.md +427 -0
- package/dist/skills/result-to-claim/SKILL.md +190 -0
- package/dist/skills/run-experiment/SKILL.md +227 -0
- package/dist/skills/scientific-figure-making/SKILL.md +38 -0
- package/dist/skills/scientific-figure-making/references/api.md +152 -0
- package/dist/skills/scientific-figure-making/references/common-patterns.md +74 -0
- package/dist/skills/scientific-figure-making/references/demos.md +30 -0
- package/dist/skills/scientific-figure-making/references/design-theory.md +138 -0
- package/dist/skills/scientific-figure-making/references/tutorials.md +135 -0
- package/dist/skills/semantic-scholar/SKILL.md +219 -0
- package/dist/skills/serverless-modal/SKILL.md +324 -0
- package/dist/skills/slides-polish/SKILL.md +563 -0
- package/dist/skills/specification-writing/SKILL.md +211 -0
- package/dist/skills/strategist/SKILL.md +670 -0
- package/dist/skills/strategist/references/quality_standards.md +336 -0
- package/dist/skills/strategist/references/search_strategy.md +459 -0
- package/dist/skills/strategist/scripts/evaluate_samples.py +300 -0
- package/dist/skills/strategist/scripts/gap_analysis.py +399 -0
- package/dist/skills/system-profile/SKILL.md +103 -0
- package/dist/skills/tech-paper-template/SKILL.md +192 -0
- package/dist/skills/tech-paper-template/references/consistency-checks.md +166 -0
- package/dist/skills/tech-paper-template/references/paper-types.md +127 -0
- package/dist/skills/tech-paper-template/references/thinking-template.md +194 -0
- package/dist/skills/tech-paper-template/references/worked-examples.md +124 -0
- package/dist/skills/training-check/SKILL.md +83 -0
- package/dist/skills/vast-gpu/SKILL.md +380 -0
- package/dist/skills/vibe-research-workflow/SKILL.md +189 -0
- package/dist/skills/vibe-research-workflow/references/behavior-guidelines.md +149 -0
- package/dist/skills/vibe-research-workflow/references/tool-selection.md +144 -0
- package/dist/skills/vibe-research-workflow/references/vibe-coding.md +154 -0
- package/dist/skills/vibe-research-workflow/references/vibe-figure.md +131 -0
- package/dist/skills/vibe-research-workflow/references/vibe-writing.md +181 -0
- package/dist/skills/wiki-enrich/SKILL.md +254 -0
- package/dist/skills/writing-systems-papers/SKILL.md +184 -0
- package/package.json +1 -1
|
@@ -0,0 +1,192 @@
|
|
|
1
|
+
# Fatal flaws in research ideas
|
|
2
|
+
|
|
3
|
+
## Table of contents
|
|
4
|
+
|
|
5
|
+
1. What counts as fatal
|
|
6
|
+
2. Ten canonical fatal flaws
|
|
7
|
+
3. Detection rules
|
|
8
|
+
4. Defense strategies
|
|
9
|
+
5. Severity escalation logic
|
|
10
|
+
|
|
11
|
+
## 1. What counts as fatal
|
|
12
|
+
|
|
13
|
+
A fatal flaw is a problem that, if left unaddressed, causes rejection
|
|
14
|
+
from a top venue regardless of how well the rest of the paper is
|
|
15
|
+
executed. The bar is deliberately high: not every weakness is fatal.
|
|
16
|
+
Writing an idea off as fatally flawed stops the student from
|
|
17
|
+
pursuing it, so this section uses a conservative definition.
|
|
18
|
+
|
|
19
|
+
A fatal flaw has three signatures: it is observable in the Idea
|
|
20
|
+
description (not only discovered during experiments); it cannot be
|
|
21
|
+
fixed by stronger baselines or better writing alone; and reviewers
|
|
22
|
+
will flag it in the first review round.
|
|
23
|
+
|
|
24
|
+
The canonical count is at most two fatal flaws per idea. If the list
|
|
25
|
+
exceeds two, the idea's direction itself is wrong and a pivot is
|
|
26
|
+
required.
|
|
27
|
+
|
|
28
|
+
## 2. Ten canonical fatal flaws
|
|
29
|
+
|
|
30
|
+
### F1: No novelty versus the closest prior work
|
|
31
|
+
|
|
32
|
+
The idea replicates or barely varies a published baseline in the same
|
|
33
|
+
subfield. Reviewers frame this as "dominated by prior work X".
|
|
34
|
+
|
|
35
|
+
### F2: Wrong venue fit
|
|
36
|
+
|
|
37
|
+
The idea's contribution matches a different venue. A systems
|
|
38
|
+
contribution submitted to ICML is often rejected even if the work is
|
|
39
|
+
strong; a theory contribution submitted to VLDB meets the same fate.
|
|
40
|
+
|
|
41
|
+
### F3: Baseline is not the real baseline
|
|
42
|
+
|
|
43
|
+
The chosen baseline is weak or outdated. Beating a 2023 baseline in
|
|
44
|
+
2026 convinces no one; reviewers demand the current year's SOTA.
|
|
45
|
+
|
|
46
|
+
### F4: No compelling motivation
|
|
47
|
+
|
|
48
|
+
The idea's usefulness in the real world is unclear. The paper cannot
|
|
49
|
+
answer "who cares and why now"; reviewers call this "not motivated".
|
|
50
|
+
|
|
51
|
+
### F5: Capability mismatch
|
|
52
|
+
|
|
53
|
+
The student cannot execute the idea within its lifecycle. The idea is
|
|
54
|
+
valid, but the student lacks the skills, time, or resources to
|
|
55
|
+
complete it, causing a missed deadline or an incomplete paper.
|
|
56
|
+
|
|
57
|
+
### F6: Unverifiable claim
|
|
58
|
+
|
|
59
|
+
The idea depends on an empirical claim that cannot be verified from
|
|
60
|
+
the planned experiments. Example: "our method works across domains"
|
|
61
|
+
but no cross-domain experiments are in scope.
|
|
62
|
+
|
|
63
|
+
### F7: Ethical or data-access blocker
|
|
64
|
+
|
|
65
|
+
The idea needs data or human subjects the student cannot access.
|
|
66
|
+
IRB approval missing; proprietary data; privacy constraint.
|
|
67
|
+
Infrastructure makes execution impossible.
|
|
68
|
+
|
|
69
|
+
### F8: Overly ambitious scope
|
|
70
|
+
|
|
71
|
+
The idea promises too much in the contribution list. Example: "we
|
|
72
|
+
propose a benchmark, a new method, theoretical analysis, and a
|
|
73
|
+
deployed system" in a single paper. Each contribution is undercut by
|
|
74
|
+
the others; reviewers flag this as "unfocused".
|
|
75
|
+
|
|
76
|
+
### F9: Solution hunting for a problem
|
|
77
|
+
|
|
78
|
+
The idea begins with a technique the student wants to use and
|
|
79
|
+
searches for a problem it fits. Often produces papers where the
|
|
80
|
+
problem feels contrived and the experiments are not decisive.
|
|
81
|
+
|
|
82
|
+
### F10: No failure case considered
|
|
83
|
+
|
|
84
|
+
The idea treats the method as a silver bullet. No discussion of
|
|
85
|
+
where it fails, under what conditions, or what the limitations are.
|
|
86
|
+
Reviewers flag this as overclaiming.
|
|
87
|
+
|
|
88
|
+
## 3. Detection rules
|
|
89
|
+
|
|
90
|
+
### F1 detection
|
|
91
|
+
|
|
92
|
+
- Ask: what does this idea add over the single closest prior work?
|
|
93
|
+
- Red flag: the student cannot name a specific contribution in one
|
|
94
|
+
sentence, or the contribution is "we use a bigger model" or "we
|
|
95
|
+
combine two existing methods".
|
|
96
|
+
|
|
97
|
+
### F2 detection
|
|
98
|
+
|
|
99
|
+
- Ask: what is the target venue, and what are the top three papers
|
|
100
|
+
from that venue's most recent edition?
|
|
101
|
+
- Red flag: the idea's contribution type does not appear in those
|
|
102
|
+
three papers.
|
|
103
|
+
|
|
104
|
+
### F3 detection
|
|
105
|
+
|
|
106
|
+
- Ask: what is the strongest public result on the target benchmark
|
|
107
|
+
as of the most recent three months?
|
|
108
|
+
- Red flag: the student's baseline is more than 12 months old or
|
|
109
|
+
does not cite a 2026 result.
|
|
110
|
+
|
|
111
|
+
### F4 detection
|
|
112
|
+
|
|
113
|
+
- Ask: if this problem were solved tomorrow, who would benefit, and
|
|
114
|
+
how much?
|
|
115
|
+
- Red flag: the answer is "other researchers studying this narrow
|
|
116
|
+
problem" without naming an external beneficiary.
|
|
117
|
+
|
|
118
|
+
### F5 detection
|
|
119
|
+
|
|
120
|
+
- Run the matching logic in references/lifecycle-capability-matching.md.
|
|
121
|
+
- Red flag: two or more mismatch flags fire.
|
|
122
|
+
|
|
123
|
+
### F6 detection
|
|
124
|
+
|
|
125
|
+
- Ask: what experiment, if it produced a specific result, would prove
|
|
126
|
+
the main claim?
|
|
127
|
+
- Red flag: the student cannot design such an experiment, or the
|
|
128
|
+
experiment is out of scope.
|
|
129
|
+
|
|
130
|
+
### F7 detection
|
|
131
|
+
|
|
132
|
+
- Ask: is all required data currently accessible? Is IRB approval in
|
|
133
|
+
place if human subjects are involved?
|
|
134
|
+
- Red flag: any required resource is missing and cannot be secured
|
|
135
|
+
within the idea's lifecycle.
|
|
136
|
+
|
|
137
|
+
### F8 detection
|
|
138
|
+
|
|
139
|
+
- Count the contribution bullets in the proposed Introduction.
|
|
140
|
+
- Red flag: more than four, or the bullets span distinct paper types
|
|
141
|
+
(benchmark + method + theory + system).
|
|
142
|
+
|
|
143
|
+
### F9 detection
|
|
144
|
+
|
|
145
|
+
- Ask: did the student encounter the problem in practice, or did they
|
|
146
|
+
start from a technique they wanted to apply?
|
|
147
|
+
- Red flag: the student cannot name a concrete real-world failure
|
|
148
|
+
that motivated the work.
|
|
149
|
+
|
|
150
|
+
### F10 detection
|
|
151
|
+
|
|
152
|
+
- Ask: under what conditions does the method fail, and what is the
|
|
153
|
+
plan for the Limitations section?
|
|
154
|
+
- Red flag: the student cannot name two failure modes.
|
|
155
|
+
|
|
156
|
+
## 4. Defense strategies
|
|
157
|
+
|
|
158
|
+
For each flaw, a concrete defense. If the defense cannot be executed
|
|
159
|
+
within the idea's lifecycle, the flaw remains fatal.
|
|
160
|
+
|
|
161
|
+
| Flaw | Defense |
|
|
162
|
+
|---|---|
|
|
163
|
+
| F1 | Position against the closest prior work in one sentence. Name a specific axis on which the new idea dominates |
|
|
164
|
+
| F2 | Either switch the venue target to match the contribution type, or reshape the contribution to fit the original venue |
|
|
165
|
+
| F3 | Identify the latest state-of-the-art and add it as the primary baseline. If unavailable, document the recency cutoff and justify |
|
|
166
|
+
| F4 | Name a concrete external beneficiary (a user, a deployed system, a policy question) in the first paragraph of the Introduction |
|
|
167
|
+
| F5 | Follow recovery strategies in the lifecycle-capability-matching reference. Narrow scope, partner, reframe category, or pivot |
|
|
168
|
+
| F6 | Design the decisive experiment explicitly and put it at the top of the experiments plan. If infeasible, pivot the claim |
|
|
169
|
+
| F7 | Secure access before proceeding. For IRB, file early. For proprietary data, secure a partnership |
|
|
170
|
+
| F8 | Cut the contribution list to two or three items. Split remaining items into a follow-up paper |
|
|
171
|
+
| F9 | Restart from the problem side. Interview users, run a pilot study, or document a real failure that motivates the technique |
|
|
172
|
+
| F10 | Preregister two failure modes and a Limitations section before starting experiments. Include failure cases in the case-study section |
|
|
173
|
+
|
|
174
|
+
## 5. Severity escalation logic
|
|
175
|
+
|
|
176
|
+
After listing flaws and defenses, convert each flaw into a severity
|
|
177
|
+
tag using the following logic.
|
|
178
|
+
|
|
179
|
+
- **CRITICAL**: the flaw cannot be defended within the idea's lifecycle
|
|
180
|
+
given current resources, or two or more MAJOR flaws are present.
|
|
181
|
+
- **MAJOR**: the flaw requires 2-4 weeks of dedicated work to defend.
|
|
182
|
+
- **MINOR**: the flaw can be addressed in under a week of writing or
|
|
183
|
+
literature work.
|
|
184
|
+
|
|
185
|
+
Verdict implications:
|
|
186
|
+
|
|
187
|
+
- **Any CRITICAL flaw**: verdict is Reject and Pivot. Do not proceed
|
|
188
|
+
with this version of the idea.
|
|
189
|
+
- **Two or more MAJOR flaws**: verdict is Accept with Revisions.
|
|
190
|
+
Defend all flaws before starting experiments.
|
|
191
|
+
- **At most one MAJOR flaw and any MINOR flaws**: compatible with
|
|
192
|
+
Strong Accept, subject to other evaluation steps.
|
|
@@ -0,0 +1,251 @@
|
|
|
1
|
+
# Five-dimension scoring framework
|
|
2
|
+
|
|
3
|
+
## Table of contents
|
|
4
|
+
|
|
5
|
+
1. Origin and purpose
|
|
6
|
+
2. Dimension 1: Higher (Effectiveness)
|
|
7
|
+
3. Dimension 2: Faster (Efficiency)
|
|
8
|
+
4. Dimension 3: Stronger (Robustness and Generalisation)
|
|
9
|
+
5. Dimension 4: Cheaper (Data or Solution Cost)
|
|
10
|
+
6. Dimension 5: Broader (Cross-Domain and Unification)
|
|
11
|
+
7. Scoring rubric
|
|
12
|
+
8. Summary table
|
|
13
|
+
9. Common scoring failures
|
|
14
|
+
|
|
15
|
+
## 1. Origin and purpose
|
|
16
|
+
|
|
17
|
+
This framework comes from the methodology for generating
|
|
18
|
+
incremental research ideas given a strong baseline. The insight is:
|
|
19
|
+
do not hunt for new problems with a solution in hand; instead, take a
|
|
20
|
+
well-defined baseline and ask on which of five axes it can be
|
|
21
|
+
improved. Each axis has canonical entry strategies and concrete
|
|
22
|
+
examples.
|
|
23
|
+
|
|
24
|
+
The same framework flips naturally into an evaluation lens: given an
|
|
25
|
+
idea, score how strongly it advances each axis versus the current
|
|
26
|
+
baseline. Strong ideas usually dominate on one axis and hold their own
|
|
27
|
+
on at least one more. Weak ideas are vague on four or more axes.
|
|
28
|
+
|
|
29
|
+
## 2. Dimension 1: Higher (Effectiveness)
|
|
30
|
+
|
|
31
|
+
### Definition
|
|
32
|
+
|
|
33
|
+
Improves accuracy, quality, or effectiveness metrics over the
|
|
34
|
+
strongest current baseline.
|
|
35
|
+
|
|
36
|
+
### Canonical entry strategies
|
|
37
|
+
|
|
38
|
+
- **Information or modality augmentation**. Does the baseline ignore
|
|
39
|
+
an input signal that would help? Example: Text-to-SQL models using
|
|
40
|
+
only schema plus query may improve significantly when fed data
|
|
41
|
+
distribution or domain documents.
|
|
42
|
+
- **Feedback-driven refinement**. Can execution feedback (compiler
|
|
43
|
+
errors, runtime exceptions, test failures) drive iterative
|
|
44
|
+
self-correction? Example: LLM code-generation success rates jump
|
|
45
|
+
when errors from the execution environment are returned to the
|
|
46
|
+
agent for self-reflection.
|
|
47
|
+
- **Error-driven root-cause analysis**. Run the baseline, cluster
|
|
48
|
+
failures, identify the dominant failure mode, and build a module
|
|
49
|
+
that targets it. Example: if Text-to-SQL failures concentrate on
|
|
50
|
+
complex JOIN operations, design a sub-agent that decomposes JOIN
|
|
51
|
+
logic.
|
|
52
|
+
|
|
53
|
+
### How to score
|
|
54
|
+
|
|
55
|
+
- 9-10: the idea proposes a principled new input signal or feedback
|
|
56
|
+
loop that no prior work exploits, with a plausible path to
|
|
57
|
+
multi-point accuracy gains.
|
|
58
|
+
- 6-8: the idea combines known signals or applies a known feedback
|
|
59
|
+
mechanism in a new setting; expected gains are modest but real.
|
|
60
|
+
- 3-5: the idea is a standard prompt-engineering or fine-tuning
|
|
61
|
+
variant; gains will likely be within noise of stronger baselines.
|
|
62
|
+
- 1-2: the idea does not obviously advance effectiveness at all.
|
|
63
|
+
|
|
64
|
+
### Grounded example
|
|
65
|
+
|
|
66
|
+
Alpha-SQL (ICML 2025): introduces MCTS-based inference-time search
|
|
67
|
+
for Text-to-SQL. Higher score: 8. Evidence: principled search
|
|
68
|
+
mechanism that no prior open-source Text-to-SQL work had applied;
|
|
69
|
+
multi-point accuracy gains on BIRD. Lift: pair with schema
|
|
70
|
+
augmentation for additional signal.
|
|
71
|
+
|
|
72
|
+
## 3. Dimension 2: Faster (Efficiency)
|
|
73
|
+
|
|
74
|
+
### Definition
|
|
75
|
+
|
|
76
|
+
Reduces wall-clock time, token cost, memory footprint, or compute
|
|
77
|
+
budget while preserving effectiveness.
|
|
78
|
+
|
|
79
|
+
### Canonical entry strategies
|
|
80
|
+
|
|
81
|
+
- **Caching and experience reuse**. Cache successful trajectories so
|
|
82
|
+
repeated tasks do not replan from scratch. Example: an LLM agent
|
|
83
|
+
that retrieves and reuses past successful plans for similar tasks.
|
|
84
|
+
- **Parallelisation and decoupling**. Break a long serial pipeline into
|
|
85
|
+
independent sub-tasks handled by specialised agents running in
|
|
86
|
+
parallel. Example: a multi-agent data-analysis framework with one
|
|
87
|
+
agent per step (ingestion, transformation, visualisation).
|
|
88
|
+
- **Early exit and dynamic routing**. Route simple cases to cheap
|
|
89
|
+
models, escalate only hard cases. Example: a cascade that uses a
|
|
90
|
+
small model for filtering and only invokes a large model on
|
|
91
|
+
ambiguous instances.
|
|
92
|
+
|
|
93
|
+
### How to score
|
|
94
|
+
|
|
95
|
+
- 9-10: the idea identifies a large, well-quantified efficiency gap
|
|
96
|
+
and proposes a principled mechanism that closes it (more than 3x
|
|
97
|
+
speedup with no accuracy loss).
|
|
98
|
+
- 6-8: the idea targets a known efficiency bottleneck with a plausible
|
|
99
|
+
mechanism; gains are 1.5x-3x.
|
|
100
|
+
- 3-5: the idea mentions efficiency but lacks a specific mechanism;
|
|
101
|
+
gains will likely be marginal.
|
|
102
|
+
- 1-2: the idea does not address efficiency.
|
|
103
|
+
|
|
104
|
+
### Grounded example
|
|
105
|
+
|
|
106
|
+
LEAD (VLDB 2026): eliminates per-iteration full-dataset inference in
|
|
107
|
+
iterative instruction-tuning data selection. Faster score: 9.
|
|
108
|
+
Evidence: zero-additional-inference overhead is a principled gap
|
|
109
|
+
closed; replaces expensive utility-score computation with training-
|
|
110
|
+
loss signal already computed.
|
|
111
|
+
|
|
112
|
+
## 4. Dimension 3: Stronger (Robustness and Generalisation)
|
|
113
|
+
|
|
114
|
+
### Definition
|
|
115
|
+
|
|
116
|
+
Maintains performance under noise, out-of-distribution inputs, or
|
|
117
|
+
cross-domain transfer.
|
|
118
|
+
|
|
119
|
+
### Canonical entry strategies
|
|
120
|
+
|
|
121
|
+
- **Noise tolerance and fault tolerance**. Handle malformed or
|
|
122
|
+
ambiguous inputs gracefully. Example: intent-clarification modules
|
|
123
|
+
that ask users for disambiguation instead of failing silently.
|
|
124
|
+
- **Exception recovery**. Detect API failures, unexpected outputs, or
|
|
125
|
+
tool crashes and retry with alternatives. Example: an agent that
|
|
126
|
+
falls back to a simpler tool when the primary one returns an
|
|
127
|
+
unexpected response.
|
|
128
|
+
- **Decoupled representations**. Separate general reasoning from
|
|
129
|
+
domain-specific knowledge so the same reasoning module transfers
|
|
130
|
+
zero-shot to new domains.
|
|
131
|
+
|
|
132
|
+
### How to score
|
|
133
|
+
|
|
134
|
+
- 9-10: the idea directly addresses a known brittleness (ambiguity,
|
|
135
|
+
OOD, domain shift) with a principled mechanism and plans
|
|
136
|
+
cross-domain evaluation.
|
|
137
|
+
- 6-8: the idea mentions robustness with a concrete mechanism but
|
|
138
|
+
evaluates on a single domain.
|
|
139
|
+
- 3-5: the idea pays lip service to robustness without a mechanism.
|
|
140
|
+
- 1-2: the idea does not address robustness.
|
|
141
|
+
|
|
142
|
+
### Grounded example
|
|
143
|
+
|
|
144
|
+
An agent framework that decouples planning from domain-specific APIs
|
|
145
|
+
and ships cross-domain evaluation: Stronger score 8. Evidence: clear
|
|
146
|
+
zero-shot transfer story and principled decoupling.
|
|
147
|
+
|
|
148
|
+
## 5. Dimension 4: Cheaper (Data or Solution Cost)
|
|
149
|
+
|
|
150
|
+
### Definition
|
|
151
|
+
|
|
152
|
+
Reduces data annotation cost, training cost, or deployment cost while
|
|
153
|
+
preserving effectiveness.
|
|
154
|
+
|
|
155
|
+
### Canonical entry strategies
|
|
156
|
+
|
|
157
|
+
- **LLM-based data synthesis**. Use a strong foundation model to
|
|
158
|
+
synthesise labelled training data or simulate agent trajectories,
|
|
159
|
+
reducing human annotation demand.
|
|
160
|
+
- **Active learning with human in the loop**. Select the smallest set
|
|
161
|
+
of samples for human review that maximises model improvement,
|
|
162
|
+
rather than annotating the whole corpus.
|
|
163
|
+
- **Knowledge distillation**. Distill a large model's reasoning paths
|
|
164
|
+
into a small deployable model, preserving accuracy at lower
|
|
165
|
+
inference cost.
|
|
166
|
+
|
|
167
|
+
### How to score
|
|
168
|
+
|
|
169
|
+
- 9-10: the idea produces a high-quality dataset at a fraction of
|
|
170
|
+
naive-annotation cost, or deploys at an order-of-magnitude lower
|
|
171
|
+
cost than the baseline.
|
|
172
|
+
- 6-8: the idea reduces cost by a factor of 2-5 through a known
|
|
173
|
+
mechanism.
|
|
174
|
+
- 3-5: cost reduction is mentioned but not quantified.
|
|
175
|
+
- 1-2: the idea does not consider cost.
|
|
176
|
+
|
|
177
|
+
### Grounded example
|
|
178
|
+
|
|
179
|
+
StatQA's reverse-synthesis pipeline (NeurIPS 2024 D&B) reduced
|
|
180
|
+
annotation cost by generating questions from verified answers,
|
|
181
|
+
side-stepping manual question writing. Cheaper score 8.
|
|
182
|
+
|
|
183
|
+
## 6. Dimension 5: Broader (Cross-Domain and Unification)
|
|
184
|
+
|
|
185
|
+
### Definition
|
|
186
|
+
|
|
187
|
+
Transplants a mature idea from one domain to another, or unifies a
|
|
188
|
+
fragmented set of tasks under a single framework.
|
|
189
|
+
|
|
190
|
+
### Canonical entry strategies
|
|
191
|
+
|
|
192
|
+
- **Cross-domain transplantation**. Take a mature technique from one
|
|
193
|
+
field and apply it to another. Example: database query optimisers
|
|
194
|
+
bring cost estimation and plan caching to LLM-agent planning.
|
|
195
|
+
- **Generalisation and unification**. Unify a family of tasks (Text
|
|
196
|
+
to SQL, Text to Python, Text to Chart) under a single data-agent
|
|
197
|
+
framework with one shared underlying structure.
|
|
198
|
+
|
|
199
|
+
### How to score
|
|
200
|
+
|
|
201
|
+
- 9-10: transplants a mature technique in a non-obvious direction with
|
|
202
|
+
a plausible mechanism; or unifies three or more previously
|
|
203
|
+
fragmented task families.
|
|
204
|
+
- 6-8: transplants a known idea; or unifies two task families.
|
|
205
|
+
- 3-5: suggests a connection to another domain without concrete
|
|
206
|
+
mechanism.
|
|
207
|
+
- 1-2: the idea is siloed.
|
|
208
|
+
|
|
209
|
+
### Grounded example
|
|
210
|
+
|
|
211
|
+
AFlow (ICLR 2025): transplanted search-based workflow generation from
|
|
212
|
+
neural-architecture-search-style methods to agent pipeline design.
|
|
213
|
+
Broader score 8. Evidence: crossed a domain boundary with a principled
|
|
214
|
+
mechanism.
|
|
215
|
+
|
|
216
|
+
## 7. Scoring rubric
|
|
217
|
+
|
|
218
|
+
For each dimension, assign an integer 1-10 based on the tiers above.
|
|
219
|
+
Then aggregate as follows:
|
|
220
|
+
|
|
221
|
+
- Top dimension at 8+ and a second dimension at 6+: this is the
|
|
222
|
+
paper's thesis. Emphasise these two in the Introduction.
|
|
223
|
+
- Three or more dimensions at 5 or below: the idea is thin. Either
|
|
224
|
+
find the dimension where the idea really shines and sharpen it, or
|
|
225
|
+
pivot.
|
|
226
|
+
- All five dimensions at 4 or below: Reject and Pivot.
|
|
227
|
+
- No single dimension reaches 7: the idea is vague. Ask the user to
|
|
228
|
+
name the single dominant axis before re-evaluating.
|
|
229
|
+
|
|
230
|
+
## 8. Summary table
|
|
231
|
+
|
|
232
|
+
| Dimension | Core goal | Entry strategies | Illustrative example |
|
|
233
|
+
|---|---|---|---|
|
|
234
|
+
| Higher | Accuracy and effectiveness gains | Information or modality augmentation; feedback-driven refinement; error-driven root-cause analysis | MCTS inference in Alpha-SQL |
|
|
235
|
+
| Faster | Efficiency and cost reduction | Caching and experience reuse; parallelisation and decoupling; early exit and dynamic routing | Zero-inference data selection in LEAD |
|
|
236
|
+
| Stronger | Robustness and generalisation | Noise and fault tolerance; exception recovery; decoupled representations | Intent-clarification agents |
|
|
237
|
+
| Cheaper | Data or solution cost | LLM-based synthesis; active learning; knowledge distillation | Reverse-synthesis in StatQA |
|
|
238
|
+
| Broader | Cross-domain and unification | Cross-domain transplantation; abstraction and unification | Workflow search in AFlow |
|
|
239
|
+
|
|
240
|
+
## 9. Common scoring failures
|
|
241
|
+
|
|
242
|
+
- **Inflation**: scoring every dimension 7 or 8 "to be generous"
|
|
243
|
+
destroys the signal. Use 5 as the default and justify upward.
|
|
244
|
+
- **Deflation**: scoring every dimension 3 or 4 signals that you did
|
|
245
|
+
not understand the idea; re-read.
|
|
246
|
+
- **Uncited evidence**: a score without a specific sentence from the
|
|
247
|
+
user's idea pointing at why is not a real score.
|
|
248
|
+
- **Generic lift suggestions**: "try a different prompt" is not a
|
|
249
|
+
lift. Name the entry strategy from this file.
|
|
250
|
+
- **Score and verdict mismatch**: a Strong Accept verdict with no
|
|
251
|
+
dimension above 7 is incoherent. Realign.
|
|
@@ -0,0 +1,177 @@
|
|
|
1
|
+
# Idea lifecycle and student capability matching
|
|
2
|
+
|
|
3
|
+
## Table of contents
|
|
4
|
+
|
|
5
|
+
1. Why lifecycle matters
|
|
6
|
+
2. The six-category lifecycle matrix
|
|
7
|
+
3. Capability self-assessment rubric
|
|
8
|
+
4. Matching logic
|
|
9
|
+
5. Mismatch detection and recovery
|
|
10
|
+
6. Worked examples
|
|
11
|
+
|
|
12
|
+
## 1. Why lifecycle matters
|
|
13
|
+
|
|
14
|
+
Every research idea has an expiry date. In fast-moving subfields like
|
|
15
|
+
LLM agents or Text-to-SQL, a purely applied idea may have a 3-to-6-
|
|
16
|
+
month lifecycle: if the student cannot finish coding, experiments,
|
|
17
|
+
writing, and submission in that window, another group likely will,
|
|
18
|
+
and the paper becomes hard to publish. In slower-moving subfields
|
|
19
|
+
like foundational theory, the lifecycle stretches past 12 months, but
|
|
20
|
+
the methodological depth required also stretches.
|
|
21
|
+
|
|
22
|
+
Lifecycle is not the same as difficulty. A short-lifecycle idea can be
|
|
23
|
+
executed by a skilled coder in 3 months; a long-lifecycle idea may
|
|
24
|
+
require 18 months of theoretical work before the first paper. The
|
|
25
|
+
mismatch question is always: can this student finish this idea within
|
|
26
|
+
its lifecycle?
|
|
27
|
+
|
|
28
|
+
The canonical rule: speed is not an excuse for low
|
|
29
|
+
quality. Fast iteration and submission means efficient work with full
|
|
30
|
+
quality control, not corner-cutting.
|
|
31
|
+
|
|
32
|
+
## 2. The six-category lifecycle matrix
|
|
33
|
+
|
|
34
|
+
| Category | Lifecycle | Suited student profile | Rationale |
|
|
35
|
+
|---|---|---|---|
|
|
36
|
+
| Application research | Short (3-6 months) | Strong coder, fast executor, can ship experiments quickly | Competitive, quickly obsolete fields; time-to-submission is decisive |
|
|
37
|
+
| Foundational theory | Long (6-12 months) | Strong mathematical base, deep thinker | Proofs and model building require sustained work |
|
|
38
|
+
| Cross-disciplinary | Medium (6-9 months) | Student with prior non-CS background | Domain expertise plus CS skills enables novel connections; often HCI venues |
|
|
39
|
+
| Frontier exploration | Short-to-medium (3-9 months) | Both theory and experiment capable, self-directed | New subfields require quick experiments and deep analysis |
|
|
40
|
+
| Data-intensive | Medium (6-12 months) | Strong data analysis, solid engineering | Data pipelines and model iteration are the critical path |
|
|
41
|
+
| Innovative technique | Long (12+ months) | Deep base, willing to challenge existing methods | Requires cross-field innovation; longer cycles are accepted |
|
|
42
|
+
|
|
43
|
+
## 3. Capability self-assessment rubric
|
|
44
|
+
|
|
45
|
+
Ask the user (or infer from their input) the following four inputs.
|
|
46
|
+
Record each on the scale shown.
|
|
47
|
+
|
|
48
|
+
### 3.1 Weekly effective hours
|
|
49
|
+
|
|
50
|
+
Effective hours mean focused, deep-work hours without meetings or
|
|
51
|
+
context switches. A rough calibration:
|
|
52
|
+
|
|
53
|
+
- Under 10 hours per week: top-venue publication is unlikely within a
|
|
54
|
+
typical idea lifecycle unless execution is exceptional.
|
|
55
|
+
- 10-25 hours per week: feasible for medium-lifecycle ideas with
|
|
56
|
+
disciplined scope management.
|
|
57
|
+
- 25-40 hours per week: feasible for short-lifecycle fast-moving
|
|
58
|
+
ideas.
|
|
59
|
+
- 40+ hours per week: feasible for all lifecycles, but still bounded
|
|
60
|
+
by the skill-depth axis below.
|
|
61
|
+
|
|
62
|
+
### 3.2 Skill depth
|
|
63
|
+
|
|
64
|
+
Rate strongest relevant skill on a 1-5 scale:
|
|
65
|
+
|
|
66
|
+
- Coding and experiment engineering (Python, PyTorch, deployment).
|
|
67
|
+
- Theoretical and mathematical maturity (proofs, derivations, model
|
|
68
|
+
formulation).
|
|
69
|
+
- Data engineering (pipelines, annotation tools, cleaning at scale).
|
|
70
|
+
- Systems programming (low-level optimisation, concurrency).
|
|
71
|
+
- Domain knowledge (the target application area).
|
|
72
|
+
|
|
73
|
+
A student with 5 in coding and 2 in theory should prefer Application
|
|
74
|
+
or Data-intensive categories. A student with 2 in coding and 5 in
|
|
75
|
+
theory should prefer Foundational theory or Innovative technique.
|
|
76
|
+
|
|
77
|
+
### 3.3 Theoretical versus applied preference
|
|
78
|
+
|
|
79
|
+
On a 1-5 scale from pure-applied (1) to pure-theoretical (5). This is
|
|
80
|
+
a preference signal, not an ability signal: a student may be capable
|
|
81
|
+
of theory but happier shipping systems. Respect the preference; it
|
|
82
|
+
drives sustainability over the lifecycle.
|
|
83
|
+
|
|
84
|
+
### 3.4 Infrastructure access
|
|
85
|
+
|
|
86
|
+
Binary flags:
|
|
87
|
+
|
|
88
|
+
- Access to at least four large GPUs (A100 or equivalent): yes or no.
|
|
89
|
+
- Access to proprietary data or annotation budget: yes or no.
|
|
90
|
+
- Advisor or team weekly review cadence: yes or no.
|
|
91
|
+
|
|
92
|
+
Infrastructure access shortens lifecycle fit for certain categories
|
|
93
|
+
(large-GPU access is often required for data-intensive and
|
|
94
|
+
application research at the frontier).
|
|
95
|
+
|
|
96
|
+
## 4. Matching logic
|
|
97
|
+
|
|
98
|
+
Given a proposed idea and a capability profile:
|
|
99
|
+
|
|
100
|
+
1. Classify the idea into one of the six categories.
|
|
101
|
+
2. Look up the lifecycle range for that category.
|
|
102
|
+
3. Compute realistic execution time from capability:
|
|
103
|
+
- coding + debugging time (estimate from scope)
|
|
104
|
+
- experiment time (estimate from data and compute availability)
|
|
105
|
+
- writing time (default: 3-6 weeks for a first draft)
|
|
106
|
+
- revision time (default: 2-4 weeks)
|
|
107
|
+
4. Compare realistic execution time against lifecycle. If realistic
|
|
108
|
+
time exceeds lifecycle, flag a mismatch.
|
|
109
|
+
|
|
110
|
+
## 5. Mismatch detection and recovery
|
|
111
|
+
|
|
112
|
+
### Detection flags
|
|
113
|
+
|
|
114
|
+
- **Lifecycle-short mismatch**: realistic execution exceeds 1.3x the
|
|
115
|
+
lifecycle midpoint. High risk.
|
|
116
|
+
- **Capability-depth mismatch**: the category demands a skill at level
|
|
117
|
+
4 or 5 that the student rates at 2 or below. Medium-to-high risk.
|
|
118
|
+
- **Infrastructure mismatch**: the category requires GPU or data
|
|
119
|
+
access the student lacks. High risk.
|
|
120
|
+
- **Preference mismatch**: the category conflicts with the student's
|
|
121
|
+
theoretical-applied preference. Medium risk; watch for drop-off.
|
|
122
|
+
|
|
123
|
+
### Recovery strategies
|
|
124
|
+
|
|
125
|
+
- **Narrow the scope**. Cut the idea to a well-scoped subproblem that
|
|
126
|
+
fits the capability. Example: instead of a full Text-to-SQL Agent,
|
|
127
|
+
tackle only schema-linking under ambiguity.
|
|
128
|
+
- **Partner with a collaborator**. Pair the student with someone whose
|
|
129
|
+
skills complement the missing depth.
|
|
130
|
+
- **Change category**. Reframe the idea to fit a more compatible
|
|
131
|
+
category. Example: reframe a foundational-theory idea as a
|
|
132
|
+
data-intensive empirical study.
|
|
133
|
+
- **Extend the lifecycle**. Only feasible in slow-moving subfields;
|
|
134
|
+
dangerous in fast-moving ones.
|
|
135
|
+
- **Switch the idea entirely**. If three or more mismatch flags
|
|
136
|
+
exist, the idea is a poor fit. Better to pivot than to push.
|
|
137
|
+
|
|
138
|
+
## 6. Worked examples
|
|
139
|
+
|
|
140
|
+
### Example A: fit
|
|
141
|
+
|
|
142
|
+
- Idea: incremental improvement of Text-to-SQL accuracy via
|
|
143
|
+
MCTS-based inference-time search.
|
|
144
|
+
- Category: Application research (short lifecycle, 3-6 months).
|
|
145
|
+
- Student capability: 5 in coding, 3 in theory, 20 weekly hours, four
|
|
146
|
+
RTX 3090 GPUs available.
|
|
147
|
+
- Matching: coding (5) meets the demand; compute (four GPUs) is
|
|
148
|
+
sufficient for BIRD-scale benchmarks; 20 weekly hours is tight but
|
|
149
|
+
feasible with focused scope.
|
|
150
|
+
- Verdict: Green. Recommend a single-metric success criterion and a
|
|
151
|
+
4-month timeline.
|
|
152
|
+
|
|
153
|
+
### Example B: mismatch
|
|
154
|
+
|
|
155
|
+
- Idea: a new theoretical framework for query-planner convergence
|
|
156
|
+
under distribution shift.
|
|
157
|
+
- Category: Foundational theory (long lifecycle, 6-12 months).
|
|
158
|
+
- Student capability: 5 in coding, 2 in theory, 15 weekly hours,
|
|
159
|
+
strong applied preference.
|
|
160
|
+
- Matching: theory (2) is below demand; preference is applied, not
|
|
161
|
+
theoretical. Two mismatch flags.
|
|
162
|
+
- Verdict: Yellow. Reframe as an empirical study of planner behaviour
|
|
163
|
+
under distribution shift, moving to Data-intensive category.
|
|
164
|
+
Alternatively, partner with a theory-strong collaborator.
|
|
165
|
+
|
|
166
|
+
### Example C: high-risk fit
|
|
167
|
+
|
|
168
|
+
- Idea: a cross-disciplinary HCI study of how domain experts interact
|
|
169
|
+
with AI-generated charts.
|
|
170
|
+
- Category: Cross-disciplinary (medium, 6-9 months).
|
|
171
|
+
- Student capability: background in statistics, 3 in coding,
|
|
172
|
+
25 weekly hours, no IRB approval yet, no participant pool.
|
|
173
|
+
- Matching: coding (3) is adequate; infrastructure (no IRB, no pool)
|
|
174
|
+
is blocking. One high-severity infrastructure mismatch.
|
|
175
|
+
- Verdict: Yellow. Secure IRB and recruit participants before writing
|
|
176
|
+
any code; otherwise the 9-month window will be consumed by
|
|
177
|
+
logistics.
|