@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,840 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: academic-paper-composer
|
|
3
|
+
description: Systematic writing framework for philosophy and interdisciplinary academic papers from optimized outline to submission-ready manuscript. Use when users want to: (1) write a paper from a detailed outline, (2) ensure quality control during writing, (3) maintain consistency across chapters, (4) prepare a submission-ready manuscript, or (5) systematically execute a planned paper. Triggered by phrases like 'write the paper from this outline,' 'compose the full manuscript,' 'execute the outline,' or when users have completed strategic planning (academic-paper-strategist skill) and are ready to write. Takes optimized outline as input; outputs complete manuscript with iterative quality checks.
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# Academic Paper Composer
|
|
7
|
+
|
|
8
|
+
## Overview
|
|
9
|
+
|
|
10
|
+
This skill provides a systematic framework for writing academic papers from optimized outline to submission-ready manuscript. It implements iterative quality control at both chapter-level and paper-level, ensuring consistent high quality throughout the writing process.
|
|
11
|
+
|
|
12
|
+
**Input**: Detailed, optimized paper outline (from academic-paper-strategist or equivalent)
|
|
13
|
+
|
|
14
|
+
**Output**: Complete, submission-ready manuscript with quality validation reports
|
|
15
|
+
|
|
16
|
+
**Prerequisite**: Use **academic-paper-strategist** skill first to create optimized outline (or provide equivalent detailed outline)
|
|
17
|
+
|
|
18
|
+
---
|
|
19
|
+
|
|
20
|
+
## When to Use This Skill
|
|
21
|
+
|
|
22
|
+
Use **academic-paper-composer** when you need to:
|
|
23
|
+
|
|
24
|
+
**Writing Stage**:
|
|
25
|
+
- Execute a detailed paper outline systematically
|
|
26
|
+
- Write a complete academic paper chapter-by-chapter
|
|
27
|
+
- Maintain quality control during writing process
|
|
28
|
+
- Ensure consistency across all sections
|
|
29
|
+
|
|
30
|
+
**Quality Assurance Stage**:
|
|
31
|
+
- Validate each chapter before proceeding
|
|
32
|
+
- Check cross-chapter coherence
|
|
33
|
+
- Perform final quality assessment
|
|
34
|
+
- Verify submission readiness
|
|
35
|
+
|
|
36
|
+
**Submission Preparation Stage**:
|
|
37
|
+
- Prepare manuscript for platform submission
|
|
38
|
+
- Complete platform-specific checklists
|
|
39
|
+
- Generate final submission package
|
|
40
|
+
|
|
41
|
+
**Triggers**:
|
|
42
|
+
- "Write the paper from this outline"
|
|
43
|
+
- "Compose the full manuscript"
|
|
44
|
+
- "Execute the outline systematically"
|
|
45
|
+
- "I have an outline, help me write the paper"
|
|
46
|
+
- After completing academic-paper-strategist skill
|
|
47
|
+
|
|
48
|
+
---
|
|
49
|
+
|
|
50
|
+
## Workflow Overview
|
|
51
|
+
|
|
52
|
+
```
|
|
53
|
+
Phase 4: SYSTEMATIC WRITING (Chapter-by-Chapter + Quality Gates)
|
|
54
|
+
↓
|
|
55
|
+
Phase 5: QUALITY CONTROL (Final Validation + Submission Prep)
|
|
56
|
+
↓
|
|
57
|
+
Output: Submission-Ready Manuscript + Quality Reports
|
|
58
|
+
```
|
|
59
|
+
|
|
60
|
+
**Quality Gates**: After each chapter + final paper evaluation
|
|
61
|
+
|
|
62
|
+
---
|
|
63
|
+
|
|
64
|
+
## Required Input
|
|
65
|
+
|
|
66
|
+
Before using this skill, you must provide:
|
|
67
|
+
|
|
68
|
+
### 1. Optimized Detailed Outline
|
|
69
|
+
**Required structure**:
|
|
70
|
+
```markdown
|
|
71
|
+
## Abstract (250-300 words)
|
|
72
|
+
- [Key points to cover]
|
|
73
|
+
|
|
74
|
+
## 1. Introduction (1,500 words)
|
|
75
|
+
### 1.1 Opening Puzzle (400 words)
|
|
76
|
+
- [Content guidance]
|
|
77
|
+
### 1.2 Literature Review (600 words)
|
|
78
|
+
- [Theories to discuss]
|
|
79
|
+
### 1.3 This Paper's Contribution (500 words)
|
|
80
|
+
- [Specific claims]
|
|
81
|
+
|
|
82
|
+
## 2. [Main Chapter Title] (1,200 words)
|
|
83
|
+
### 2.1 [Section] (400 words)
|
|
84
|
+
- [Argument structure]
|
|
85
|
+
- [Key citations]
|
|
86
|
+
...
|
|
87
|
+
|
|
88
|
+
[Complete structure with word counts and content guidance]
|
|
89
|
+
```
|
|
90
|
+
|
|
91
|
+
**Quality check**: Outline should specify:
|
|
92
|
+
- ✓ Chapter titles and word counts
|
|
93
|
+
- ✓ Subsection structure (to 3rd level)
|
|
94
|
+
- ✓ Content guidance for each section
|
|
95
|
+
- ✓ Key citations to include
|
|
96
|
+
- ✓ Argument structure notes
|
|
97
|
+
|
|
98
|
+
If outline lacks these, consider using **academic-paper-strategist** first.
|
|
99
|
+
|
|
100
|
+
### 2. Platform Writing Standards Guide
|
|
101
|
+
**From academic-paper-strategist Phase 1**, or equivalent document specifying:
|
|
102
|
+
- Platform style patterns (voice, terminology, citation format)
|
|
103
|
+
- Structural conventions
|
|
104
|
+
- Example papers for reference
|
|
105
|
+
|
|
106
|
+
### 3. Literature Base (Optional but Recommended)
|
|
107
|
+
- List of core papers to cite
|
|
108
|
+
- Research gap analysis
|
|
109
|
+
- Key concepts to emphasize
|
|
110
|
+
|
|
111
|
+
---
|
|
112
|
+
|
|
113
|
+
## Phase 4: Systematic Writing
|
|
114
|
+
|
|
115
|
+
### Goal
|
|
116
|
+
Write complete manuscript chapter-by-chapter with iterative quality control.
|
|
117
|
+
|
|
118
|
+
### Workflow
|
|
119
|
+
|
|
120
|
+
#### Step 4.1: Writing Environment Setup
|
|
121
|
+
|
|
122
|
+
Before writing, I will:
|
|
123
|
+
|
|
124
|
+
1. **Verify outline completeness**:
|
|
125
|
+
- All chapters specified with word counts
|
|
126
|
+
- Content guidance provided
|
|
127
|
+
- Argument structure clear
|
|
128
|
+
|
|
129
|
+
2. **Load reference documents**:
|
|
130
|
+
- Platform writing standards
|
|
131
|
+
- Section writing guides (`references/section_guides.md`)
|
|
132
|
+
- Quality standards (`references/writing_standards.md`)
|
|
133
|
+
|
|
134
|
+
3. **Create writing tracker**:
|
|
135
|
+
```markdown
|
|
136
|
+
# Writing Progress Tracker
|
|
137
|
+
- [ ] Abstract (250 words)
|
|
138
|
+
- [ ] Chapter 1: Introduction (1,500 words)
|
|
139
|
+
- [ ] Chapter 2: [Title] (1,200 words)
|
|
140
|
+
...
|
|
141
|
+
- [ ] Conclusion (1,000 words)
|
|
142
|
+
- [ ] References
|
|
143
|
+
```
|
|
144
|
+
|
|
145
|
+
**Decision Point 1**: Confirm outline and standards loaded, ready to begin writing.
|
|
146
|
+
|
|
147
|
+
#### Step 4.2: Chapter-by-Chapter Writing
|
|
148
|
+
|
|
149
|
+
**For each chapter, I will follow this sequence**:
|
|
150
|
+
|
|
151
|
+
##### A. Pre-Writing Review
|
|
152
|
+
Before writing chapter N:
|
|
153
|
+
1. **Review outline specification** for this chapter:
|
|
154
|
+
- Word count target
|
|
155
|
+
- Subsection structure
|
|
156
|
+
- Content guidance
|
|
157
|
+
- Key arguments/citations
|
|
158
|
+
|
|
159
|
+
2. **Review previous chapter** (if N>1):
|
|
160
|
+
- Last paragraph of chapter N-1
|
|
161
|
+
- Key concepts introduced
|
|
162
|
+
- Promises to fulfill
|
|
163
|
+
|
|
164
|
+
3. **Check section guide**:
|
|
165
|
+
- Load appropriate template from `references/section_guides.md`
|
|
166
|
+
- Review quality markers for this section type
|
|
167
|
+
|
|
168
|
+
##### B. Writing Execution
|
|
169
|
+
|
|
170
|
+
I will write the chapter following:
|
|
171
|
+
|
|
172
|
+
**Content principles**:
|
|
173
|
+
- **Follow outline exactly**: Respect structure and word counts
|
|
174
|
+
- **Include specified citations**: Use literature from outline
|
|
175
|
+
- **Maintain platform style**: Match voice and terminology
|
|
176
|
+
- **Use section templates**: Follow appropriate guide from `section_guides.md`
|
|
177
|
+
|
|
178
|
+
**Quality targets (pre-emptive)**:
|
|
179
|
+
- Argument quality: Clear thesis, justified premises
|
|
180
|
+
- Citation quality: All claims supported, proper format
|
|
181
|
+
- Clarity: Precise prose, terms defined, good transitions
|
|
182
|
+
- Structure: Logical flow, proper proportions
|
|
183
|
+
- Style conformity: Match platform conventions
|
|
184
|
+
|
|
185
|
+
**Output**: Complete chapter draft
|
|
186
|
+
|
|
187
|
+
##### C. Post-Writing Evaluation
|
|
188
|
+
|
|
189
|
+
After completing chapter draft, I will:
|
|
190
|
+
|
|
191
|
+
1. **Create evaluation document**:
|
|
192
|
+
```bash
|
|
193
|
+
python scripts/chapter_quality_check.py
|
|
194
|
+
# Option 1: Create template for this chapter
|
|
195
|
+
```
|
|
196
|
+
|
|
197
|
+
2. **Perform 5-dimension assessment**:
|
|
198
|
+
- **Argument Quality** (1-4): Thesis clear? Premises justified? Objections addressed?
|
|
199
|
+
- **Citation Quality** (1-4): All claims cited? Format consistent? Key literature included?
|
|
200
|
+
- **Clarity & Readability** (1-4): Prose clear? Terms defined? Transitions smooth?
|
|
201
|
+
- **Structure & Flow** (1-4): Logical progression? Proper proportions? Follows outline?
|
|
202
|
+
- **Platform Conformity** (1-4): Style match? Voice consistent? Format correct?
|
|
203
|
+
|
|
204
|
+
3. **Generate quality report**:
|
|
205
|
+
```bash
|
|
206
|
+
python scripts/chapter_quality_check.py
|
|
207
|
+
# Option 2: Generate report from evaluation
|
|
208
|
+
```
|
|
209
|
+
|
|
210
|
+
This produces:
|
|
211
|
+
- Total score (X/20)
|
|
212
|
+
- Pass/fail (threshold: ≥16/20)
|
|
213
|
+
- Weak dimensions identified
|
|
214
|
+
- Specific revision recommendations
|
|
215
|
+
|
|
216
|
+
**Quality Gate 4A** (After Each Chapter):
|
|
217
|
+
- ✓ Score ≥16/20 (80%)
|
|
218
|
+
- ✓ All dimensions ≥3/4 (or revisions implemented)
|
|
219
|
+
- ✓ Word count within ±10% of target
|
|
220
|
+
|
|
221
|
+
**If Failed**: Implement revisions before proceeding to next chapter
|
|
222
|
+
|
|
223
|
+
##### D. Iteration (If Needed)
|
|
224
|
+
|
|
225
|
+
If chapter scores <16/20:
|
|
226
|
+
|
|
227
|
+
1. **Identify weak dimension(s)**: Which scored <3/4?
|
|
228
|
+
|
|
229
|
+
2. **Implement targeted revisions**:
|
|
230
|
+
- Argument quality issue → Add justifications, address objections
|
|
231
|
+
- Citation quality issue → Add supporting citations, fix format
|
|
232
|
+
- Clarity issue → Simplify prose, add definitions, improve transitions
|
|
233
|
+
- Structure issue → Reorganize paragraphs, adjust proportions
|
|
234
|
+
- Style issue → Adjust voice, terminology, format
|
|
235
|
+
|
|
236
|
+
3. **Re-evaluate**: Generate new quality report
|
|
237
|
+
|
|
238
|
+
4. **Repeat until passing** (typically 1-2 iterations)
|
|
239
|
+
|
|
240
|
+
**Important**: Do not proceed to next chapter until current chapter passes quality gate.
|
|
241
|
+
|
|
242
|
+
##### E. Chapter Completion
|
|
243
|
+
|
|
244
|
+
Once chapter passes quality gate:
|
|
245
|
+
|
|
246
|
+
1. **Mark chapter complete** in writing tracker
|
|
247
|
+
2. **Save chapter with quality report**
|
|
248
|
+
3. **Note key concepts introduced** (for coherence check later)
|
|
249
|
+
4. **Preview next chapter** requirements
|
|
250
|
+
|
|
251
|
+
**Decision Point 2** (After Major Chapters): After completing each main body chapter, I will:
|
|
252
|
+
- Present completed chapter summary
|
|
253
|
+
- Show quality score
|
|
254
|
+
- Ask: Proceed to next chapter or revise further?
|
|
255
|
+
|
|
256
|
+
#### Step 4.3: Writing Sequence
|
|
257
|
+
|
|
258
|
+
**Recommended order**:
|
|
259
|
+
|
|
260
|
+
1. **Introduction** (write first)
|
|
261
|
+
- Establishes thesis and roadmap
|
|
262
|
+
- Use introduction guide from `section_guides.md`
|
|
263
|
+
- Quality check: Abstract promises, literature coverage, clear contribution
|
|
264
|
+
|
|
265
|
+
2. **Main Body Chapters** (in outline order)
|
|
266
|
+
- Follow outline sequence
|
|
267
|
+
- Quality check after each
|
|
268
|
+
- Build on previous chapters
|
|
269
|
+
|
|
270
|
+
3. **Conclusion** (write after main body)
|
|
271
|
+
- Synthesizes findings
|
|
272
|
+
- Addresses introduction promises
|
|
273
|
+
- Use conclusion guide from `section_guides.md`
|
|
274
|
+
|
|
275
|
+
4. **Abstract** (write last)
|
|
276
|
+
- Summarizes complete paper
|
|
277
|
+
- Use abstract guide from `section_guides.md`
|
|
278
|
+
- Quality check: Standalone, accurate, compelling
|
|
279
|
+
|
|
280
|
+
5. **References** (compile throughout)
|
|
281
|
+
- Format according to platform standards
|
|
282
|
+
- Verify all citations present
|
|
283
|
+
|
|
284
|
+
#### Step 4.4: Cross-Chapter Coherence Check
|
|
285
|
+
|
|
286
|
+
After all chapters written, before final evaluation:
|
|
287
|
+
|
|
288
|
+
1. **Terminology consistency**:
|
|
289
|
+
- Extract key terms from each chapter
|
|
290
|
+
- Verify consistent usage throughout
|
|
291
|
+
- Check definitions consistent
|
|
292
|
+
|
|
293
|
+
2. **Argument flow**:
|
|
294
|
+
- Verify chapter N+1 builds on chapter N
|
|
295
|
+
- Check roadmap (intro) matches execution
|
|
296
|
+
- Ensure conclusion addresses introduction promises
|
|
297
|
+
|
|
298
|
+
3. **Citation patterns**:
|
|
299
|
+
- Check for uneven citation distribution
|
|
300
|
+
- Verify key works cited where relevant
|
|
301
|
+
- Ensure bibliography complete
|
|
302
|
+
|
|
303
|
+
**Output**: Cross-chapter coherence report identifying any inconsistencies
|
|
304
|
+
|
|
305
|
+
---
|
|
306
|
+
|
|
307
|
+
## Phase 5: Quality Control
|
|
308
|
+
|
|
309
|
+
### Goal
|
|
310
|
+
Perform comprehensive final evaluation and prepare submission-ready manuscript.
|
|
311
|
+
|
|
312
|
+
### Workflow
|
|
313
|
+
|
|
314
|
+
#### Step 5.1: Content Completeness Check
|
|
315
|
+
|
|
316
|
+
Using structured checklist, verify:
|
|
317
|
+
|
|
318
|
+
**Structural Completeness**:
|
|
319
|
+
- [ ] Abstract (250-300 words)
|
|
320
|
+
- [ ] Introduction with all required elements
|
|
321
|
+
- [ ] All outlined main chapters present
|
|
322
|
+
- [ ] Conclusion with all required elements
|
|
323
|
+
- [ ] References section formatted correctly
|
|
324
|
+
|
|
325
|
+
**Content Completeness**:
|
|
326
|
+
- [ ] All introduction promises fulfilled
|
|
327
|
+
- [ ] All claims supported by evidence or argument
|
|
328
|
+
- [ ] All technical terms defined
|
|
329
|
+
- [ ] All objections addressed
|
|
330
|
+
- [ ] All limitations acknowledged
|
|
331
|
+
|
|
332
|
+
**Citation Completeness**:
|
|
333
|
+
- [ ] Every citation in text has bibliography entry
|
|
334
|
+
- [ ] Every bibliography entry cited in text
|
|
335
|
+
- [ ] Citation format consistent throughout
|
|
336
|
+
- [ ] All citations include necessary information
|
|
337
|
+
|
|
338
|
+
**Format Completeness**:
|
|
339
|
+
- [ ] Title page (if required)
|
|
340
|
+
- [ ] Section numbering consistent
|
|
341
|
+
- [ ] Heading hierarchy logical
|
|
342
|
+
- [ ] Figure/table captions (if applicable)
|
|
343
|
+
|
|
344
|
+
**Output**: Completeness checklist report
|
|
345
|
+
|
|
346
|
+
#### Step 5.2: Final 7-Dimension Evaluation
|
|
347
|
+
|
|
348
|
+
I will perform comprehensive evaluation using:
|
|
349
|
+
|
|
350
|
+
```bash
|
|
351
|
+
python scripts/final_evaluation.py
|
|
352
|
+
# Create evaluation template
|
|
353
|
+
```
|
|
354
|
+
|
|
355
|
+
**7 Dimensions** (10 points each, 70 total):
|
|
356
|
+
|
|
357
|
+
1. **Overall Argument Quality** (1-10)
|
|
358
|
+
- Thesis clarity throughout
|
|
359
|
+
- Chapter integration
|
|
360
|
+
- Logical completeness
|
|
361
|
+
- Objections addressed
|
|
362
|
+
|
|
363
|
+
2. **Literature Integration** (1-10)
|
|
364
|
+
- Citation count (40-60 typical for philosophy)
|
|
365
|
+
- Key literature covered
|
|
366
|
+
- Citations well-integrated
|
|
367
|
+
- Critical engagement present
|
|
368
|
+
|
|
369
|
+
3. **Clarity & Accessibility** (1-10)
|
|
370
|
+
- Prose clarity
|
|
371
|
+
- Complex ideas explained
|
|
372
|
+
- Appropriate for audience
|
|
373
|
+
- Technical terms defined
|
|
374
|
+
|
|
375
|
+
4. **Originality & Contribution** (1-10)
|
|
376
|
+
- Clear original contribution
|
|
377
|
+
- Advance over literature
|
|
378
|
+
- Significance established
|
|
379
|
+
- Innovation present
|
|
380
|
+
|
|
381
|
+
5. **Methodological Rigor** (1-10)
|
|
382
|
+
- Method explicit and justified
|
|
383
|
+
- Consistently applied
|
|
384
|
+
- Appropriate for question
|
|
385
|
+
- Limitations acknowledged
|
|
386
|
+
|
|
387
|
+
6. **Structure & Organization** (1-10)
|
|
388
|
+
- Logical flow
|
|
389
|
+
- Optimal organization
|
|
390
|
+
- Proportions balanced
|
|
391
|
+
- Transitions seamless
|
|
392
|
+
|
|
393
|
+
7. **Platform & Style Conformity** (1-10)
|
|
394
|
+
- Style matches platform
|
|
395
|
+
- Format correct
|
|
396
|
+
- Voice consistent
|
|
397
|
+
- Citation format perfect
|
|
398
|
+
|
|
399
|
+
**Scoring Process**:
|
|
400
|
+
1. Evaluate each dimension (1-10)
|
|
401
|
+
2. Provide detailed notes for each
|
|
402
|
+
3. Complete completeness checklist
|
|
403
|
+
4. List any specific issues
|
|
404
|
+
|
|
405
|
+
**Generate report**:
|
|
406
|
+
```bash
|
|
407
|
+
python scripts/final_evaluation.py
|
|
408
|
+
# Generate final report
|
|
409
|
+
```
|
|
410
|
+
|
|
411
|
+
This produces:
|
|
412
|
+
- Total score (X/70)
|
|
413
|
+
- Pass/fail (threshold: ≥56/70)
|
|
414
|
+
- Weak dimensions identified
|
|
415
|
+
- Completeness assessment
|
|
416
|
+
- Prioritized revision recommendations
|
|
417
|
+
- Submission readiness decision
|
|
418
|
+
|
|
419
|
+
**Quality Gate 5** (Final):
|
|
420
|
+
- ✓ Score ≥56/70 (80%)
|
|
421
|
+
- ✓ All completeness checklist items complete
|
|
422
|
+
- ✓ All high-priority issues addressed
|
|
423
|
+
|
|
424
|
+
**If Failed**: Implement revisions and re-evaluate
|
|
425
|
+
|
|
426
|
+
#### Step 5.3: Revision Implementation (If Needed)
|
|
427
|
+
|
|
428
|
+
If final score <56/70 or completeness incomplete:
|
|
429
|
+
|
|
430
|
+
1. **Prioritize revisions**:
|
|
431
|
+
- HIGH priority: All issues affecting score or completeness
|
|
432
|
+
- MEDIUM priority: Issues improving quality
|
|
433
|
+
- LOW priority: Optional enhancements
|
|
434
|
+
|
|
435
|
+
2. **Implement systematically**:
|
|
436
|
+
- Address high-priority first
|
|
437
|
+
- Document changes
|
|
438
|
+
- Maintain style consistency
|
|
439
|
+
|
|
440
|
+
3. **Re-evaluate**:
|
|
441
|
+
- Generate new final report
|
|
442
|
+
- Verify score ≥56/70
|
|
443
|
+
- Check completeness 100%
|
|
444
|
+
|
|
445
|
+
4. **Iterate until passing**
|
|
446
|
+
|
|
447
|
+
**Decision Point 3**: After final evaluation, I will:
|
|
448
|
+
- Present final score and assessment
|
|
449
|
+
- Show submission readiness status
|
|
450
|
+
- Recommend: Submit immediately / Implement optional improvements / Required revisions
|
|
451
|
+
- Ask: Proceed with submission or implement further improvements?
|
|
452
|
+
|
|
453
|
+
#### Step 5.4: Submission Package Preparation
|
|
454
|
+
|
|
455
|
+
Once final evaluation passes:
|
|
456
|
+
|
|
457
|
+
1. **Platform-specific checklist**:
|
|
458
|
+
- **PhilArchive/PhilPapers**:
|
|
459
|
+
- [ ] PDF format
|
|
460
|
+
- [ ] Abstract <500 words
|
|
461
|
+
- [ ] Metadata (title, keywords, classification)
|
|
462
|
+
- [ ] Author information complete
|
|
463
|
+
|
|
464
|
+
- **arXiv**:
|
|
465
|
+
- [ ] LaTeX or PDF format
|
|
466
|
+
- [ ] Abstract <1920 characters
|
|
467
|
+
- [ ] Category selection correct
|
|
468
|
+
- [ ] No font embedding issues
|
|
469
|
+
|
|
470
|
+
- **PhilSci-Archive**:
|
|
471
|
+
- [ ] PDF format
|
|
472
|
+
- [ ] Subject classification
|
|
473
|
+
- [ ] Keywords (3-5)
|
|
474
|
+
- [ ] No copyright issues
|
|
475
|
+
|
|
476
|
+
2. **Generate final outputs**:
|
|
477
|
+
- Formatted manuscript (PDF or LaTeX)
|
|
478
|
+
- Abstract (separate file if needed)
|
|
479
|
+
- Metadata file
|
|
480
|
+
- Cover letter (if applicable)
|
|
481
|
+
|
|
482
|
+
3. **Pre-submission verification**:
|
|
483
|
+
- Re-read complete paper
|
|
484
|
+
- Check all formatting
|
|
485
|
+
- Verify all links/citations work
|
|
486
|
+
- Proofread for typos
|
|
487
|
+
|
|
488
|
+
**Output**: Complete submission package ready for platform upload
|
|
489
|
+
|
|
490
|
+
---
|
|
491
|
+
|
|
492
|
+
## Complete Output Package
|
|
493
|
+
|
|
494
|
+
Upon completion of both phases, you receive:
|
|
495
|
+
|
|
496
|
+
### Quality Reports
|
|
497
|
+
1. **Chapter Quality Reports** (one per chapter)
|
|
498
|
+
- 5-dimension scores
|
|
499
|
+
- Pass/fail status
|
|
500
|
+
- Revision recommendations implemented
|
|
501
|
+
|
|
502
|
+
2. **Cross-Chapter Coherence Report**
|
|
503
|
+
- Terminology consistency check
|
|
504
|
+
- Argument flow verification
|
|
505
|
+
- Citation pattern analysis
|
|
506
|
+
|
|
507
|
+
3. **Final Evaluation Report** ⭐ **Key Document**
|
|
508
|
+
- 7-dimension comprehensive assessment
|
|
509
|
+
- Completeness checklist (100%)
|
|
510
|
+
- Submission readiness decision
|
|
511
|
+
- Platform-specific checklist
|
|
512
|
+
|
|
513
|
+
### Manuscript Files
|
|
514
|
+
1. **Complete Manuscript** ⭐ **Main Deliverable**
|
|
515
|
+
- All chapters integrated
|
|
516
|
+
- Properly formatted
|
|
517
|
+
- Citations complete
|
|
518
|
+
- Submission-ready
|
|
519
|
+
|
|
520
|
+
2. **Abstract** (separate file)
|
|
521
|
+
- Standalone 250-300 words
|
|
522
|
+
- Platform-formatted
|
|
523
|
+
|
|
524
|
+
3. **Metadata Document**
|
|
525
|
+
- Title, keywords, classification
|
|
526
|
+
- Author information
|
|
527
|
+
- Platform-specific requirements
|
|
528
|
+
|
|
529
|
+
### Supporting Documentation
|
|
530
|
+
1. **Writing Progress Tracker**
|
|
531
|
+
- All chapters completed
|
|
532
|
+
- Quality scores logged
|
|
533
|
+
- Revision history
|
|
534
|
+
|
|
535
|
+
2. **Citation List**
|
|
536
|
+
- All references used
|
|
537
|
+
- Formatted for platform
|
|
538
|
+
- Verified complete
|
|
539
|
+
|
|
540
|
+
---
|
|
541
|
+
|
|
542
|
+
## Quality Assurance System
|
|
543
|
+
|
|
544
|
+
### Quality Standards Reference
|
|
545
|
+
|
|
546
|
+
For detailed evaluation criteria, all standards are defined in:
|
|
547
|
+
```markdown
|
|
548
|
+
references/writing_standards.md
|
|
549
|
+
```
|
|
550
|
+
|
|
551
|
+
This document provides:
|
|
552
|
+
- Chapter-level quality standards (5 dimensions)
|
|
553
|
+
- Final quality standards (7 dimensions)
|
|
554
|
+
- Section-specific quality criteria
|
|
555
|
+
- Scoring rubrics
|
|
556
|
+
- Issue identification and fixes
|
|
557
|
+
|
|
558
|
+
### Section Writing Guides
|
|
559
|
+
|
|
560
|
+
For guidance on writing each section type:
|
|
561
|
+
```markdown
|
|
562
|
+
references/section_guides.md
|
|
563
|
+
```
|
|
564
|
+
|
|
565
|
+
This provides:
|
|
566
|
+
- Abstract writing template and checklist
|
|
567
|
+
- Introduction structure (6 subsections)
|
|
568
|
+
- Main body chapter templates (4 types)
|
|
569
|
+
- Conclusion structure
|
|
570
|
+
- Transition strategies
|
|
571
|
+
- Platform-specific style guidance
|
|
572
|
+
- Common mistakes and fixes
|
|
573
|
+
|
|
574
|
+
### Evaluation Scripts
|
|
575
|
+
|
|
576
|
+
Two Python scripts support quality validation:
|
|
577
|
+
|
|
578
|
+
#### 1. Chapter Quality Check
|
|
579
|
+
```bash
|
|
580
|
+
python scripts/chapter_quality_check.py
|
|
581
|
+
```
|
|
582
|
+
|
|
583
|
+
**Function**: Evaluates individual chapters against 5-dimension standards
|
|
584
|
+
- Creates evaluation templates
|
|
585
|
+
- Calculates scores and pass/fail
|
|
586
|
+
- Identifies weak dimensions
|
|
587
|
+
- Generates revision recommendations
|
|
588
|
+
- Supports multi-chapter comparison
|
|
589
|
+
|
|
590
|
+
**When to Use**: After writing each chapter (Step 4.2.C)
|
|
591
|
+
|
|
592
|
+
#### 2. Final Paper Evaluation
|
|
593
|
+
```bash
|
|
594
|
+
python scripts/final_evaluation.py
|
|
595
|
+
```
|
|
596
|
+
|
|
597
|
+
**Function**: Evaluates complete paper against 7-dimension standards
|
|
598
|
+
- Comprehensive quality assessment
|
|
599
|
+
- Completeness checklist validation
|
|
600
|
+
- Submission readiness determination
|
|
601
|
+
- Platform-specific preparation
|
|
602
|
+
- Generates final report with recommendations
|
|
603
|
+
|
|
604
|
+
**When to Use**: After all chapters complete (Step 5.2)
|
|
605
|
+
|
|
606
|
+
---
|
|
607
|
+
|
|
608
|
+
## Decision Points (Interactive)
|
|
609
|
+
|
|
610
|
+
This skill has **3 key decision points** where I pause for your input:
|
|
611
|
+
|
|
612
|
+
### Decision Point 1: Writing Commencement (Step 4.1)
|
|
613
|
+
**I provide**: Loaded outline, standards, and writing plan
|
|
614
|
+
**You confirm**: Ready to begin writing / Need adjustments
|
|
615
|
+
|
|
616
|
+
### Decision Point 2: Chapter Completion (Step 4.2.E)
|
|
617
|
+
**I provide**: Completed chapter with quality score
|
|
618
|
+
**You decide**: Proceed to next / Revise further / Adjust approach
|
|
619
|
+
|
|
620
|
+
**Frequency**: After each main body chapter (3-5 times typically)
|
|
621
|
+
|
|
622
|
+
### Decision Point 3: Final Submission (Step 5.3)
|
|
623
|
+
**I provide**: Final evaluation report with score and readiness assessment
|
|
624
|
+
**You decide**: Submit immediately / Implement optional improvements / Additional revisions
|
|
625
|
+
|
|
626
|
+
---
|
|
627
|
+
|
|
628
|
+
## Example Usage
|
|
629
|
+
|
|
630
|
+
### User Request
|
|
631
|
+
"I have the optimized outline from the strategist skill. Please write the complete paper on self-continuity during sleep."
|
|
632
|
+
|
|
633
|
+
### Skill Response
|
|
634
|
+
|
|
635
|
+
**Phase 4: Systematic Writing**
|
|
636
|
+
|
|
637
|
+
1. **Setup**: Outline loaded (6 chapters, 9,600 words total). Platform: PhilArchive. Standards loaded. ✓
|
|
638
|
+
|
|
639
|
+
2. **Chapter 1 - Introduction (1,500 words)**:
|
|
640
|
+
- Writing... [follows outline structure]
|
|
641
|
+
- Self-evaluation: Argument 4/4, Citation 3/4, Clarity 4/4, Structure 3/4, Style 4/4
|
|
642
|
+
- Score: 18/20 ✓ PASS
|
|
643
|
+
- **Decision Point 2**: Proceed to Chapter 2?
|
|
644
|
+
|
|
645
|
+
3. **Chapter 2 - Narrative Compression Framework (1,200 words)**:
|
|
646
|
+
- Writing... [develops theoretical framework]
|
|
647
|
+
- Self-evaluation: All dimensions 3-4
|
|
648
|
+
- Score: 17/20 ✓ PASS
|
|
649
|
+
- **Decision Point 2**: Proceed to Chapter 3?
|
|
650
|
+
|
|
651
|
+
4. **Chapter 3-5**: [Similar process for each chapter]
|
|
652
|
+
|
|
653
|
+
5. **Chapter 6 - Conclusion (1,000 words)**:
|
|
654
|
+
- Writing... [synthesizes findings]
|
|
655
|
+
- Score: 18/20 ✓ PASS
|
|
656
|
+
|
|
657
|
+
6. **Abstract (280 words)**:
|
|
658
|
+
- Writing... [summarizes complete paper]
|
|
659
|
+
- Score: 19/20 ✓ PASS
|
|
660
|
+
|
|
661
|
+
7. **Cross-Chapter Coherence**: Terminology consistent ✓, Argument flow verified ✓, Citations complete ✓
|
|
662
|
+
|
|
663
|
+
**Phase 5: Quality Control**
|
|
664
|
+
|
|
665
|
+
1. **Completeness Check**: All items complete ✓ (18/18)
|
|
666
|
+
|
|
667
|
+
2. **Final Evaluation**:
|
|
668
|
+
- Overall Argument: 9/10
|
|
669
|
+
- Literature Integration: 8/10 (48 citations)
|
|
670
|
+
- Clarity: 9/10
|
|
671
|
+
- Originality: 8/10
|
|
672
|
+
- Methodology: 8/10
|
|
673
|
+
- Structure: 9/10
|
|
674
|
+
- Platform Fit: 9/10
|
|
675
|
+
- **Total: 60/70 (85.7%)** ✓ PASS
|
|
676
|
+
|
|
677
|
+
3. **Decision Point 3**: Paper scored 60/70 (Good quality, ready for submission). Submit now or implement optional improvements?
|
|
678
|
+
|
|
679
|
+
4. **Submission Package**: PDF generated, metadata prepared, PhilArchive checklist complete ✓
|
|
680
|
+
|
|
681
|
+
**Output**: Submission-ready manuscript + comprehensive quality reports
|
|
682
|
+
|
|
683
|
+
---
|
|
684
|
+
|
|
685
|
+
## Tips for Best Results
|
|
686
|
+
|
|
687
|
+
### Provide Complete Outline
|
|
688
|
+
- The more detailed your outline, the better the writing quality
|
|
689
|
+
- Include content guidance for each section
|
|
690
|
+
- Specify key citations and argument structure
|
|
691
|
+
- Indicate expected word counts
|
|
692
|
+
|
|
693
|
+
### Trust the Iterative Process
|
|
694
|
+
- Chapter-level quality gates ensure each section is solid
|
|
695
|
+
- Don't skip quality checks (they prevent cascading problems)
|
|
696
|
+
- Revisions at chapter-level are easier than whole-paper revisions
|
|
697
|
+
|
|
698
|
+
### Engage at Decision Points
|
|
699
|
+
- Your input at decision points shapes the final manuscript
|
|
700
|
+
- Feel free to request additional revisions even if chapter passes
|
|
701
|
+
- Provide feedback on style or emphasis
|
|
702
|
+
|
|
703
|
+
### Use Quality Reports
|
|
704
|
+
- Chapter reports show specific weaknesses
|
|
705
|
+
- Final report provides objective submission readiness assessment
|
|
706
|
+
- Use reports to track improvement across chapters
|
|
707
|
+
|
|
708
|
+
### Leverage Section Guides
|
|
709
|
+
- I reference `section_guides.md` for each section type
|
|
710
|
+
- You can review these guides directly if you want to understand the approach
|
|
711
|
+
- Guides include templates, examples, and common mistakes
|
|
712
|
+
|
|
713
|
+
---
|
|
714
|
+
|
|
715
|
+
## Integration with Academic-Paper-Strategist
|
|
716
|
+
|
|
717
|
+
This skill is designed to work seamlessly with **academic-paper-strategist**:
|
|
718
|
+
|
|
719
|
+
**Ideal workflow**:
|
|
720
|
+
1. Use **academic-paper-strategist** to:
|
|
721
|
+
- Identify optimal platform
|
|
722
|
+
- Conduct literature search
|
|
723
|
+
- Identify research gaps
|
|
724
|
+
- Assess originality
|
|
725
|
+
- Generate optimized detailed outline
|
|
726
|
+
|
|
727
|
+
2. Use **academic-paper-composer** (this skill) to:
|
|
728
|
+
- Execute the outline systematically
|
|
729
|
+
- Maintain quality control during writing
|
|
730
|
+
- Produce submission-ready manuscript
|
|
731
|
+
|
|
732
|
+
**Can be used standalone**: If you already have a detailed outline from another source, you can use this skill directly (skip strategist).
|
|
733
|
+
|
|
734
|
+
---
|
|
735
|
+
|
|
736
|
+
## Limitations and Notes
|
|
737
|
+
|
|
738
|
+
- **Requires detailed outline**: Vague outlines produce lower-quality output; specificity is key
|
|
739
|
+
- **Iterative process takes time**: Quality writing with validation requires patience; typical timeline: 1-2 days for 10,000-word paper
|
|
740
|
+
- **Quality checks are systematic, not perfect**: Final human review recommended before submission
|
|
741
|
+
- **Platform-specific formatting**: I adapt to platform standards, but you should verify final format
|
|
742
|
+
- **Complementary to strategist skill**: Best results come from using both skills in sequence
|
|
743
|
+
|
|
744
|
+
---
|
|
745
|
+
|
|
746
|
+
## Common Issues and Solutions
|
|
747
|
+
|
|
748
|
+
### Issue 1: Chapter Fails Quality Gate
|
|
749
|
+
|
|
750
|
+
**Symptom**: Score <16/20 after writing chapter
|
|
751
|
+
|
|
752
|
+
**Solution**:
|
|
753
|
+
1. Review weak dimension(s) from report
|
|
754
|
+
2. Implement specific recommendations
|
|
755
|
+
3. Re-evaluate chapter
|
|
756
|
+
4. Typical fix time: 30-60 minutes
|
|
757
|
+
|
|
758
|
+
**Prevention**: Follow section guides closely during initial writing
|
|
759
|
+
|
|
760
|
+
### Issue 2: Inconsistent Style Across Chapters
|
|
761
|
+
|
|
762
|
+
**Symptom**: Some chapters feel different in tone or voice
|
|
763
|
+
|
|
764
|
+
**Solution**:
|
|
765
|
+
1. Run cross-chapter coherence check (Step 4.4)
|
|
766
|
+
2. Identify inconsistent terminology or voice
|
|
767
|
+
3. Revise to match dominant style
|
|
768
|
+
4. Re-run check to verify
|
|
769
|
+
|
|
770
|
+
**Prevention**: Reference platform standards before writing each chapter
|
|
771
|
+
|
|
772
|
+
### Issue 3: Low Final Score (<56/70)
|
|
773
|
+
|
|
774
|
+
**Symptom**: Paper fails final quality gate
|
|
775
|
+
|
|
776
|
+
**Solution**:
|
|
777
|
+
1. Identify weak dimensions from final report
|
|
778
|
+
2. Focus on dimensions scoring <7/10
|
|
779
|
+
3. Implement high-priority revisions systematically
|
|
780
|
+
4. Re-evaluate after revisions
|
|
781
|
+
|
|
782
|
+
**Common causes**: Insufficient literature integration, unclear contribution, poor coherence
|
|
783
|
+
|
|
784
|
+
### Issue 4: Completeness Checklist Incomplete
|
|
785
|
+
|
|
786
|
+
**Symptom**: Missing required elements
|
|
787
|
+
|
|
788
|
+
**Solution**:
|
|
789
|
+
1. Review which category has incomplete items
|
|
790
|
+
2. Add missing elements (e.g., missing objections section, incomplete references)
|
|
791
|
+
3. Re-run completeness check
|
|
792
|
+
|
|
793
|
+
**Prevention**: Use writing tracker throughout; check outline completeness before starting
|
|
794
|
+
|
|
795
|
+
---
|
|
796
|
+
|
|
797
|
+
## Platform-Specific Notes
|
|
798
|
+
|
|
799
|
+
### PhilArchive / PhilPapers
|
|
800
|
+
- **Style**: First-person acceptable ("I argue")
|
|
801
|
+
- **Length**: 5,000-12,000 words typical
|
|
802
|
+
- **Citations**: APA or Chicago author-year
|
|
803
|
+
- **Quality focus**: Philosophical rigor, argument clarity
|
|
804
|
+
|
|
805
|
+
### arXiv (Philosophy-adjacent)
|
|
806
|
+
- **Style**: More formal, passive voice common
|
|
807
|
+
- **Length**: Varies widely (3,000-20,000)
|
|
808
|
+
- **Citations**: Varies by subcategory
|
|
809
|
+
- **Quality focus**: Interdisciplinary clarity, technical precision
|
|
810
|
+
|
|
811
|
+
### PhilSci-Archive
|
|
812
|
+
- **Style**: Bridges philosophical and scientific
|
|
813
|
+
- **Length**: 6,000-15,000 words typical
|
|
814
|
+
- **Citations**: Author-year typical
|
|
815
|
+
- **Quality focus**: Integration of philosophy + science
|
|
816
|
+
|
|
817
|
+
---
|
|
818
|
+
|
|
819
|
+
## Summary
|
|
820
|
+
|
|
821
|
+
**academic-paper-composer** transforms an optimized outline into a submission-ready manuscript through:
|
|
822
|
+
|
|
823
|
+
1. **Systematic Writing** (Phase 4): Chapter-by-chapter execution with 5-dimension quality checks after each (≥16/20 threshold)
|
|
824
|
+
2. **Quality Control** (Phase 5): Final 7-dimension assessment (≥56/70 threshold) + completeness validation + submission preparation
|
|
825
|
+
|
|
826
|
+
**Quality Assurance**: Iterative evaluation at chapter and paper levels ensures consistent quality throughout.
|
|
827
|
+
|
|
828
|
+
**Output**: Submission-ready manuscript with comprehensive quality reports documenting systematic validation.
|
|
829
|
+
|
|
830
|
+
**Estimated Time**: 1-2 days for systematic writing and validation of 8,000-12,000 word paper (varies with outline detail and revision needs).
|
|
831
|
+
|
|
832
|
+
---
|
|
833
|
+
|
|
834
|
+
## Related Skills
|
|
835
|
+
|
|
836
|
+
**Prerequisite**: academic-paper-strategist
|
|
837
|
+
- Produces the optimized outline that this skill executes
|
|
838
|
+
- Highly recommended to use first for best results
|
|
839
|
+
|
|
840
|
+
**This skill can be used standalone**: If you have a detailed outline from another source, you can proceed directly with this skill.
|