opencode-skills-collection 3.1.0 → 3.1.2
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/bundled-skills/.antigravity-install-manifest.json +84 -1
- package/bundled-skills/2slides-ppt-generator/SKILL.md +8 -7
- package/bundled-skills/android-cli/SKILL.md +19 -7
- package/bundled-skills/android-ui-journey-testing/SKILL.md +191 -0
- package/bundled-skills/apple-notes-search/SKILL.md +12 -2
- package/bundled-skills/ask-matt/SKILL.md +92 -0
- package/bundled-skills/atlas-ledger/SKILL.md +8 -0
- package/bundled-skills/bugs-are-annoying/SKILL.md +137 -0
- package/bundled-skills/codebase-design/DEEPENING.md +37 -0
- package/bundled-skills/codebase-design/DESIGN-IT-TWICE.md +44 -0
- package/bundled-skills/codebase-design/SKILL.md +145 -0
- package/bundled-skills/codex-fable5/SKILL.md +10 -2
- package/bundled-skills/competitor-analysis/LICENSE.txt +21 -0
- package/bundled-skills/competitor-analysis/SKILL.md +434 -0
- package/bundled-skills/competitor-analysis/references/battle-card-subagent.md +127 -0
- package/bundled-skills/competitor-analysis/references/battle-card.md +91 -0
- package/bundled-skills/competitor-analysis/references/example-research.md +130 -0
- package/bundled-skills/competitor-analysis/references/report-template.html +127 -0
- package/bundled-skills/competitor-analysis/references/research-patterns.md +217 -0
- package/bundled-skills/competitor-analysis/references/workflow.md +434 -0
- package/bundled-skills/competitor-analysis/scripts/capture_screenshots.mjs +142 -0
- package/bundled-skills/competitor-analysis/scripts/compile_report.mjs +929 -0
- package/bundled-skills/competitor-analysis/scripts/extract_vs_names.mjs +140 -0
- package/bundled-skills/competitor-analysis/scripts/gate_candidates.mjs +224 -0
- package/bundled-skills/competitor-analysis/scripts/list_urls.mjs +90 -0
- package/bundled-skills/competitor-analysis/scripts/md_utils.mjs +50 -0
- package/bundled-skills/competitor-analysis/scripts/merge_partials.mjs +291 -0
- package/bundled-skills/competitor-analysis/scripts/package.json +6 -0
- package/bundled-skills/design-it/3d-ui/SKILL.md +259 -0
- package/bundled-skills/design-it/SKILL.md +170 -0
- package/bundled-skills/design-it/ai-native-ui/SKILL.md +295 -0
- package/bundled-skills/design-it/aurora-ui/SKILL.md +307 -0
- package/bundled-skills/design-it/bento-ui/SKILL.md +314 -0
- package/bundled-skills/design-it/brutalism/SKILL.md +270 -0
- package/bundled-skills/design-it/brutalist-typography/SKILL.md +287 -0
- package/bundled-skills/design-it/card-based-design/SKILL.md +262 -0
- package/bundled-skills/design-it/claymorphism/SKILL.md +287 -0
- package/bundled-skills/design-it/color-blocking/SKILL.md +278 -0
- package/bundled-skills/design-it/command-center-ui/SKILL.md +345 -0
- package/bundled-skills/design-it/cyber-y2k/SKILL.md +312 -0
- package/bundled-skills/design-it/cyberpunk-ui/SKILL.md +262 -0
- package/bundled-skills/design-it/dark-mode/SKILL.md +289 -0
- package/bundled-skills/design-it/dashboard-design/SKILL.md +331 -0
- package/bundled-skills/design-it/data-dense-design/SKILL.md +322 -0
- package/bundled-skills/design-it/duotone-design/SKILL.md +248 -0
- package/bundled-skills/design-it/editorial-design/SKILL.md +328 -0
- package/bundled-skills/design-it/flat-design/SKILL.md +221 -0
- package/bundled-skills/design-it/flat-design-2/SKILL.md +240 -0
- package/bundled-skills/design-it/floating-ui/SKILL.md +299 -0
- package/bundled-skills/design-it/frutiger-aero/SKILL.md +274 -0
- package/bundled-skills/design-it/glassmorphism/SKILL.md +272 -0
- package/bundled-skills/design-it/gradient-design/SKILL.md +309 -0
- package/bundled-skills/design-it/high-contrast/SKILL.md +288 -0
- package/bundled-skills/design-it/holographic-ui/SKILL.md +310 -0
- package/bundled-skills/design-it/isometric-design/SKILL.md +228 -0
- package/bundled-skills/design-it/layered-design/SKILL.md +247 -0
- package/bundled-skills/design-it/material-design/SKILL.md +275 -0
- package/bundled-skills/design-it/maximalism/SKILL.md +297 -0
- package/bundled-skills/design-it/minimalism/SKILL.md +267 -0
- package/bundled-skills/design-it/monochromatic-ui/SKILL.md +296 -0
- package/bundled-skills/design-it/neo-brutalism/SKILL.md +270 -0
- package/bundled-skills/design-it/neumorphism/SKILL.md +248 -0
- package/bundled-skills/design-it/retro-design/SKILL.md +283 -0
- package/bundled-skills/design-it/retro-futurism/SKILL.md +259 -0
- package/bundled-skills/design-it/sci-fi-interface/SKILL.md +309 -0
- package/bundled-skills/design-it/skeuomorphism/SKILL.md +280 -0
- package/bundled-skills/design-it/soft-pastel/SKILL.md +307 -0
- package/bundled-skills/design-it/spatial-computing-ui/SKILL.md +300 -0
- package/bundled-skills/design-it/spatial-design/SKILL.md +268 -0
- package/bundled-skills/design-it/swiss-design/SKILL.md +293 -0
- package/bundled-skills/design-it/synthwave/SKILL.md +257 -0
- package/bundled-skills/design-it/tile-design/SKILL.md +297 -0
- package/bundled-skills/design-it/typography-first/SKILL.md +247 -0
- package/bundled-skills/design-it/vaporwave/SKILL.md +331 -0
- package/bundled-skills/design-it/vibrant-maximalism/SKILL.md +291 -0
- package/bundled-skills/design-it/widget-based-design/SKILL.md +274 -0
- package/bundled-skills/design-it/y2k-design/SKILL.md +268 -0
- package/bundled-skills/diagnosing-bugs/SKILL.md +165 -0
- package/bundled-skills/diagnosing-bugs/scripts/hitl-loop.template.sh +41 -0
- package/bundled-skills/docs/contributors/skill-scoring.md +235 -0
- package/bundled-skills/docs/integrations/jetski-cortex.md +3 -3
- package/bundled-skills/docs/integrations/jetski-gemini-loader/README.md +1 -1
- package/bundled-skills/docs/maintainers/repo-growth-seo.md +3 -3
- package/bundled-skills/docs/maintainers/skills-update-guide.md +1 -1
- package/bundled-skills/docs/users/bundles.md +145 -1
- package/bundled-skills/docs/users/claude-code-skills.md +1 -1
- package/bundled-skills/docs/users/gemini-cli-skills.md +1 -1
- package/bundled-skills/docs/users/getting-started.md +1 -1
- package/bundled-skills/docs/users/kiro-integration.md +1 -1
- package/bundled-skills/docs/users/specialized-plugin-roadmap.md +11 -4
- package/bundled-skills/docs/users/usage.md +4 -4
- package/bundled-skills/docs/users/visual-guide.md +4 -4
- package/bundled-skills/domain-modeling/ADR-FORMAT.md +47 -0
- package/bundled-skills/domain-modeling/CONTEXT-FORMAT.md +60 -0
- package/bundled-skills/domain-modeling/SKILL.md +105 -0
- package/bundled-skills/dos-verify-done-claims/SKILL.md +16 -4
- package/bundled-skills/ecl-harness-engineer/agents/creator-config.md +1 -1
- package/bundled-skills/ecl-harness-engineer/references/environment-config-guide.md +2 -2
- package/bundled-skills/ecl-harness-engineer/references/environment-detection-guide.md +4 -4
- package/bundled-skills/event-staffing-ordering/SKILL.md +4 -0
- package/bundled-skills/grill-me/SKILL.md +36 -0
- package/bundled-skills/grill-with-docs/SKILL.md +36 -0
- package/bundled-skills/grilling/SKILL.md +39 -0
- package/bundled-skills/handoff/SKILL.md +45 -0
- package/bundled-skills/image-generator/.env.example +7 -0
- package/bundled-skills/image-generator/SKILL.md +509 -0
- package/bundled-skills/improve-codebase-architecture/HTML-REPORT.md +123 -0
- package/bundled-skills/improve-codebase-architecture/SKILL.md +97 -0
- package/bundled-skills/learn/SKILL.md +156 -0
- package/bundled-skills/lesson-generator/SKILL.md +90 -0
- package/bundled-skills/llm-council/.env.example +7 -0
- package/bundled-skills/llm-council/SKILL.md +602 -0
- package/bundled-skills/loop-library/SKILL.md +208 -0
- package/bundled-skills/loop-library/agents/openai.yaml +4 -0
- package/bundled-skills/loop-library/references/catalog.md +270 -0
- package/bundled-skills/lovable-cleanup/SKILL.md +9 -7
- package/bundled-skills/macos-screen-recorder/SKILL.md +9 -1
- package/bundled-skills/mailtrap-managing-contacts/SKILL.md +112 -0
- package/bundled-skills/mailtrap-sending-emails/SKILL.md +167 -0
- package/bundled-skills/mailtrap-setting-up-sending-domain/SKILL.md +77 -0
- package/bundled-skills/mailtrap-testing-with-sandbox/SKILL.md +110 -0
- package/bundled-skills/prototype/LOGIC.md +79 -0
- package/bundled-skills/prototype/SKILL.md +62 -0
- package/bundled-skills/prototype/UI.md +112 -0
- package/bundled-skills/screenstudio-alt/SKILL.md +9 -1
- package/bundled-skills/setup-matt-pocock-skills/SKILL.md +158 -0
- package/bundled-skills/setup-matt-pocock-skills/domain.md +51 -0
- package/bundled-skills/setup-matt-pocock-skills/issue-tracker-github.md +34 -0
- package/bundled-skills/setup-matt-pocock-skills/issue-tracker-gitlab.md +35 -0
- package/bundled-skills/setup-matt-pocock-skills/issue-tracker-local.md +19 -0
- package/bundled-skills/setup-matt-pocock-skills/triage-labels.md +15 -0
- package/bundled-skills/survey-generator/LICENSE +21 -0
- package/bundled-skills/survey-generator/SKILL.md +143 -0
- package/bundled-skills/survey-generator/build_artifact.py +208 -0
- package/bundled-skills/survey-generator/examples/agentic-engineering/research_bundle.json +1196 -0
- package/bundled-skills/survey-generator/examples/agentic-engineering/survey.html +706 -0
- package/bundled-skills/survey-generator/style_spec.json +85 -0
- package/bundled-skills/survey-generator/templates/research_bundle_template.json +69 -0
- package/bundled-skills/tdd/SKILL.md +139 -0
- package/bundled-skills/tdd/mocking.md +59 -0
- package/bundled-skills/tdd/refactoring.md +10 -0
- package/bundled-skills/tdd/tests.md +61 -0
- package/bundled-skills/teach/GLOSSARY-FORMAT.md +35 -0
- package/bundled-skills/teach/LEARNING-RECORD-FORMAT.md +46 -0
- package/bundled-skills/teach/MISSION-FORMAT.md +31 -0
- package/bundled-skills/teach/RESOURCES-FORMAT.md +32 -0
- package/bundled-skills/teach/SKILL.md +169 -0
- package/bundled-skills/to-issues/SKILL.md +115 -0
- package/bundled-skills/to-prd/SKILL.md +104 -0
- package/bundled-skills/tools-page-seo-optimizer/SKILL.md +616 -0
- package/bundled-skills/triage/AGENT-BRIEF.md +207 -0
- package/bundled-skills/triage/OUT-OF-SCOPE.md +105 -0
- package/bundled-skills/triage/SKILL.md +143 -0
- package/bundled-skills/vibecode-production-qa-validator/SKILL.md +371 -141
- package/bundled-skills/wiki-builder/SKILL.md +157 -0
- package/bundled-skills/wiki-builder/agents/openai.yaml +5 -0
- package/bundled-skills/wiki-builder/references/wiki-flavors.md +98 -0
- package/bundled-skills/wiki-builder/scripts/init_wiki.sh +105 -0
- package/bundled-skills/wiki-builder/templates/index.md +20 -0
- package/bundled-skills/wiki-builder/templates/maintenance-log.md +7 -0
- package/bundled-skills/wiki-builder/templates/prompts/compile-concept-page.md +12 -0
- package/bundled-skills/wiki-builder/templates/prompts/compile-index.md +11 -0
- package/bundled-skills/wiki-builder/templates/prompts/compile-source-page.md +12 -0
- package/bundled-skills/wiki-builder/templates/prompts/lint-wiki.md +10 -0
- package/bundled-skills/wiki-builder/templates/prompts/query-and-file.md +11 -0
- package/bundled-skills/wiki-builder/templates/sources.md +9 -0
- package/bundled-skills/wiki-builder/templates/wiki.config.md +53 -0
- package/bundled-skills/writing-great-skills/GLOSSARY.md +181 -0
- package/bundled-skills/writing-great-skills/SKILL.md +111 -0
- package/bundled-skills/yao-meta-skill/SKILL.md +86 -0
- package/bundled-skills/yao-meta-skill/agents/interface.yaml +26 -0
- package/bundled-skills/yao-meta-skill/manifest.json +24 -0
- package/bundled-skills/yao-meta-skill/references/artifact-design-doctrine.md +49 -0
- package/bundled-skills/yao-meta-skill/references/authoring-discipline.md +78 -0
- package/bundled-skills/yao-meta-skill/references/autonomous-adaptation.md +65 -0
- package/bundled-skills/yao-meta-skill/references/distribution-registry-method.md +60 -0
- package/bundled-skills/yao-meta-skill/references/eval-playbook.md +69 -0
- package/bundled-skills/yao-meta-skill/references/gate-selection.md +68 -0
- package/bundled-skills/yao-meta-skill/references/governance.md +134 -0
- package/bundled-skills/yao-meta-skill/references/human-review-template.md +54 -0
- package/bundled-skills/yao-meta-skill/references/intent-dialogue.md +138 -0
- package/bundled-skills/yao-meta-skill/references/iteration-philosophy.md +30 -0
- package/bundled-skills/yao-meta-skill/references/non-skill-decision-tree.md +39 -0
- package/bundled-skills/yao-meta-skill/references/operating-modes.md +107 -0
- package/bundled-skills/yao-meta-skill/references/output-eval-method.md +113 -0
- package/bundled-skills/yao-meta-skill/references/output-quality-risk.md +41 -0
- package/bundled-skills/yao-meta-skill/references/output-visual-quality.md +53 -0
- package/bundled-skills/yao-meta-skill/references/packaging-contracts.md +70 -0
- package/bundled-skills/yao-meta-skill/references/pattern-extraction-doctrine.md +76 -0
- package/bundled-skills/yao-meta-skill/references/platform-capability-matrix.md +49 -0
- package/bundled-skills/yao-meta-skill/references/prompt-engineering-doctrine.md +76 -0
- package/bundled-skills/yao-meta-skill/references/qa-ladder.md +57 -0
- package/bundled-skills/yao-meta-skill/references/reference-scan.md +126 -0
- package/bundled-skills/yao-meta-skill/references/regression-cause-taxonomy.md +80 -0
- package/bundled-skills/yao-meta-skill/references/resource-boundaries.md +120 -0
- package/bundled-skills/yao-meta-skill/references/review-studio-method.md +87 -0
- package/bundled-skills/yao-meta-skill/references/review-waiver-method.md +76 -0
- package/bundled-skills/yao-meta-skill/references/runtime-conformance-method.md +21 -0
- package/bundled-skills/yao-meta-skill/references/skill-archetypes.md +86 -0
- package/bundled-skills/yao-meta-skill/references/skill-atlas-method.md +35 -0
- package/bundled-skills/yao-meta-skill/references/skill-engineering-method.md +210 -0
- package/bundled-skills/yao-meta-skill/references/skill-ir-method.md +41 -0
- package/bundled-skills/yao-meta-skill/references/skillops-decision-policy.md +53 -0
- package/bundled-skills/yao-meta-skill/references/systems-thinking-doctrine.md +75 -0
- package/bundled-skills/yao-meta-skill/references/telemetry-drift-method.md +182 -0
- package/bundled-skills/yao-meta-skill/references/trust-security-method.md +79 -0
- package/bundled-skills/yao-meta-skill/references/user-memory-policy.md +35 -0
- package/bundled-skills/youtube-notetaker/SKILL.md +209 -0
- package/bundled-skills/youtube-notetaker/reference/artifact.html +269 -0
- package/bundled-skills/youtube-notetaker/scripts/contact_sheet.py +53 -0
- package/bundled-skills/youtube-notetaker/scripts/detect_slides.sh +19 -0
- package/bundled-skills/youtube-notetaker/scripts/download.sh +24 -0
- package/bundled-skills/youtube-notetaker/scripts/extract_slides.py +43 -0
- package/bundled-skills/youtube-notetaker/scripts/serve.py +222 -0
- package/bundled-skills/youtube-notetaker/scripts/setup.sh +27 -0
- package/bundled-skills/youtube-notetaker/scripts/verify.sh +31 -0
- package/bundled-skills/youtube-notetaker/scripts/vtt_to_transcript.py +59 -0
- package/bundled-skills/youtube-notetaker/scripts/write_library_item.py +69 -0
- package/package.json +1 -1
- package/skills_index.json +2013 -330
- package/bundled-skills/ai-md/SKILL.md +0 -523
- package/bundled-skills/atlas-contract/SKILL.md +0 -650
- package/bundled-skills/busybox-on-windows/SKILL.md +0 -40
- package/bundled-skills/monte-carlo-prevent/SKILL.md +0 -257
- package/bundled-skills/monte-carlo-prevent/references/TROUBLESHOOTING.md +0 -23
- package/bundled-skills/monte-carlo-prevent/references/parameters.md +0 -32
- package/bundled-skills/monte-carlo-prevent/references/workflows.md +0 -478
- package/bundled-skills/monte-carlo-push-ingestion/SKILL.md +0 -372
- package/bundled-skills/monte-carlo-push-ingestion/references/anomaly-detection.md +0 -87
- package/bundled-skills/monte-carlo-push-ingestion/references/custom-lineage.md +0 -203
- package/bundled-skills/monte-carlo-push-ingestion/references/direct-http-api.md +0 -207
- package/bundled-skills/monte-carlo-push-ingestion/references/prerequisites.md +0 -150
- package/bundled-skills/monte-carlo-push-ingestion/references/push-lineage.md +0 -160
- package/bundled-skills/monte-carlo-push-ingestion/references/push-metadata.md +0 -158
- package/bundled-skills/monte-carlo-push-ingestion/references/push-query-logs.md +0 -219
- package/bundled-skills/monte-carlo-push-ingestion/references/validation.md +0 -257
- package/bundled-skills/monte-carlo-push-ingestion/scripts/sample_verify.py +0 -357
- package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/bigquery/collect_and_push_lineage.py +0 -70
- package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/bigquery/collect_and_push_metadata.py +0 -65
- package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/bigquery/collect_and_push_query_logs.py +0 -70
- package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/bigquery/collect_lineage.py +0 -214
- package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/bigquery/collect_metadata.py +0 -160
- package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/bigquery/collect_query_logs.py +0 -164
- package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/bigquery/push_lineage.py +0 -198
- package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/bigquery/push_metadata.py +0 -193
- package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/bigquery/push_query_logs.py +0 -207
- package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/bigquery-iceberg/collect_and_push_metadata.py +0 -71
- package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/bigquery-iceberg/collect_and_push_query_logs.py +0 -64
- package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/bigquery-iceberg/collect_metadata.py +0 -253
- package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/bigquery-iceberg/collect_query_logs.py +0 -149
- package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/bigquery-iceberg/push_metadata.py +0 -190
- package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/bigquery-iceberg/push_query_logs.py +0 -208
- package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/databricks/collect_and_push_lineage.py +0 -83
- package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/databricks/collect_and_push_metadata.py +0 -77
- package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/databricks/collect_and_push_query_logs.py +0 -83
- package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/databricks/collect_lineage.py +0 -240
- package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/databricks/collect_metadata.py +0 -212
- package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/databricks/collect_query_logs.py +0 -204
- package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/databricks/push_lineage.py +0 -192
- package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/databricks/push_metadata.py +0 -178
- package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/databricks/push_query_logs.py +0 -200
- package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/hive/collect_and_push_lineage.py +0 -119
- package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/hive/collect_and_push_metadata.py +0 -119
- package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/hive/collect_and_push_query_logs.py +0 -117
- package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/hive/collect_lineage.py +0 -265
- package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/hive/collect_metadata.py +0 -313
- package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/hive/collect_query_logs.py +0 -284
- package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/hive/push_lineage.py +0 -309
- package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/hive/push_metadata.py +0 -245
- package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/hive/push_query_logs.py +0 -255
- package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/redshift/collect_and_push_lineage.py +0 -78
- package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/redshift/collect_and_push_metadata.py +0 -80
- package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/redshift/collect_and_push_query_logs.py +0 -88
- package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/redshift/collect_lineage.py +0 -235
- package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/redshift/collect_metadata.py +0 -219
- package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/redshift/collect_query_logs.py +0 -239
- package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/redshift/push_lineage.py +0 -178
- package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/redshift/push_metadata.py +0 -178
- package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/redshift/push_query_logs.py +0 -196
- package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/snowflake/collect_and_push_lineage.py +0 -154
- package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/snowflake/collect_and_push_metadata.py +0 -137
- package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/snowflake/collect_and_push_query_logs.py +0 -137
- package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/snowflake/collect_lineage.py +0 -349
- package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/snowflake/collect_metadata.py +0 -329
- package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/snowflake/collect_query_logs.py +0 -254
- package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/snowflake/push_lineage.py +0 -307
- package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/snowflake/push_metadata.py +0 -228
- package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/snowflake/push_query_logs.py +0 -248
- package/bundled-skills/monte-carlo-push-ingestion/scripts/test_template_sdk_usage.py +0 -340
- package/bundled-skills/skill-optimizer/SKILL.md +0 -271
- package/bundled-skills/using-superpowers/SKILL.md +0 -98
|
@@ -0,0 +1,157 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: wiki-builder
|
|
3
|
+
description: "Create and maintain reusable research wikis with source provenance, configurable structure, and local markdown outputs."
|
|
4
|
+
category: "knowledge-management"
|
|
5
|
+
risk: "safe"
|
|
6
|
+
source: "official"
|
|
7
|
+
source_repo: "dair-ai/dair-academy-plugins"
|
|
8
|
+
source_type: "official"
|
|
9
|
+
date_added: "2026-06-19"
|
|
10
|
+
author: "DAIR.AI"
|
|
11
|
+
license: "MIT"
|
|
12
|
+
license_source: "https://github.com/dair-ai/dair-academy-plugins/blob/main/README.md#license"
|
|
13
|
+
tags:
|
|
14
|
+
- dair-academy
|
|
15
|
+
- ai
|
|
16
|
+
- workflow
|
|
17
|
+
tools:
|
|
18
|
+
- claude-code
|
|
19
|
+
- codex-cli
|
|
20
|
+
- cursor
|
|
21
|
+
---
|
|
22
|
+
|
|
23
|
+
# Wiki Builder
|
|
24
|
+
|
|
25
|
+
_Source: [dair-ai/dair-academy-plugins](https://github.com/dair-ai/dair-academy-plugins) (MIT)._
|
|
26
|
+
|
|
27
|
+
## Purpose
|
|
28
|
+
|
|
29
|
+
Create and maintain configurable research wikis. Each wiki is a standalone folder with its own sources, compiled pages, derived artifacts, prompts, and local configuration.
|
|
30
|
+
|
|
31
|
+
By default, wikis live under `~/dair-wikis/`. Override the location with the `WIKI_ROOT` environment variable or the `--root` flag on `init_wiki.sh`.
|
|
32
|
+
|
|
33
|
+
This skill is intentionally general. Do not hard-code every wiki into the AI papers structure. Use each wiki's `wiki.config.md` as the source of truth for purpose, audience, page types, style rules, and update workflow.
|
|
34
|
+
|
|
35
|
+
## When To Use
|
|
36
|
+
|
|
37
|
+
Use this skill when the user asks to:
|
|
38
|
+
|
|
39
|
+
- Start a new wiki or knowledge base.
|
|
40
|
+
- Create a wiki for research notes, papers, products, people, organizations, domains, projects, or events.
|
|
41
|
+
- Ingest source material into an existing wiki.
|
|
42
|
+
- Generate wiki pages, source pages, concept pages, maps, timelines, briefs, or indexes.
|
|
43
|
+
- Query a wiki and file the answer back into the wiki.
|
|
44
|
+
- Refactor or evolve a wiki's structure, requirements, or flavor.
|
|
45
|
+
- Maintain provenance, source notes, and update logs for a wiki.
|
|
46
|
+
|
|
47
|
+
## Default Wiki Location
|
|
48
|
+
|
|
49
|
+
Store wikis here unless the user explicitly gives a different path:
|
|
50
|
+
|
|
51
|
+
```bash
|
|
52
|
+
${WIKI_ROOT:-$HOME/dair-wikis}/<wiki-slug>
|
|
53
|
+
```
|
|
54
|
+
|
|
55
|
+
Use lowercase kebab-case slugs, for example `agent-memory`, `ai-evals`, `open-source-models`, or `company-research`.
|
|
56
|
+
|
|
57
|
+
## Core Layout
|
|
58
|
+
|
|
59
|
+
New wikis should start with this layout:
|
|
60
|
+
|
|
61
|
+
```text
|
|
62
|
+
<wiki-slug>/
|
|
63
|
+
├── wiki.config.md
|
|
64
|
+
├── raw/
|
|
65
|
+
├── wiki/
|
|
66
|
+
│ └── index.md
|
|
67
|
+
├── derived/
|
|
68
|
+
├── prompts/
|
|
69
|
+
│ ├── compile-index.md
|
|
70
|
+
│ ├── compile-source-page.md
|
|
71
|
+
│ ├── compile-concept-page.md
|
|
72
|
+
│ ├── query-and-file.md
|
|
73
|
+
│ └── lint-wiki.md
|
|
74
|
+
├── logs/
|
|
75
|
+
│ └── maintenance-log.md
|
|
76
|
+
└── sources.md
|
|
77
|
+
```
|
|
78
|
+
|
|
79
|
+
Add more folders only when the wiki's config needs them. Common additions include `wiki/papers`, `wiki/concepts`, `wiki/people`, `wiki/products`, `wiki/organizations`, `wiki/timelines`, `wiki/questions`, `wiki/maps`, and `assets`.
|
|
80
|
+
|
|
81
|
+
## Starting A Wiki
|
|
82
|
+
|
|
83
|
+
For new wikis, use the bundled script (resolve its path via the plugin install location, typically `${CLAUDE_PLUGIN_ROOT}/skills/wiki-builder/scripts/init_wiki.sh`):
|
|
84
|
+
|
|
85
|
+
```bash
|
|
86
|
+
bash "${CLAUDE_PLUGIN_ROOT}/skills/wiki-builder/scripts/init_wiki.sh" <slug> --title "Readable Title" --flavor research
|
|
87
|
+
```
|
|
88
|
+
|
|
89
|
+
Pass `--root /custom/path` to put the wiki somewhere other than `~/dair-wikis`.
|
|
90
|
+
|
|
91
|
+
Supported default flavors are `research`, `paper`, `domain`, `product`, `person`, `organization`, and `project`. Use `research` when unsure.
|
|
92
|
+
|
|
93
|
+
After scaffolding:
|
|
94
|
+
|
|
95
|
+
1. Edit `wiki.config.md` to match the user's real goal.
|
|
96
|
+
2. Put copied or downloaded source material in `raw/`.
|
|
97
|
+
3. Record source provenance in `sources.md`.
|
|
98
|
+
4. Generate pages under `wiki/`.
|
|
99
|
+
5. Record major maintenance actions in `logs/maintenance-log.md`.
|
|
100
|
+
|
|
101
|
+
## Operating Workflow
|
|
102
|
+
|
|
103
|
+
### 1. Resolve The Task
|
|
104
|
+
|
|
105
|
+
Identify whether the user is asking to start, ingest, compile, query, restructure, lint, or export. If the request names an existing wiki, inspect its `wiki.config.md` before making changes.
|
|
106
|
+
|
|
107
|
+
### 2. Use The Local Config
|
|
108
|
+
|
|
109
|
+
Every wiki can have different rules. Before generating or modifying pages, read:
|
|
110
|
+
|
|
111
|
+
- `wiki.config.md`
|
|
112
|
+
- `sources.md` when source provenance matters
|
|
113
|
+
- relevant files under `prompts/` when the wiki has custom prompts
|
|
114
|
+
|
|
115
|
+
The local config beats generic defaults in this skill.
|
|
116
|
+
|
|
117
|
+
### 3. Preserve Provenance
|
|
118
|
+
|
|
119
|
+
Do not convert loose claims into wiki facts without a source. When using web pages, papers, transcripts, notes, or repository files, record enough provenance that a future agent can find the original source again.
|
|
120
|
+
|
|
121
|
+
At minimum, `sources.md` entries should include title, source path or URL, date added, and a short note about what it contributes.
|
|
122
|
+
|
|
123
|
+
### 4. Compile Pages
|
|
124
|
+
|
|
125
|
+
Prefer durable wiki pages over one-off summaries. Strong pages usually include:
|
|
126
|
+
|
|
127
|
+
- a concise overview
|
|
128
|
+
- source-grounded key points
|
|
129
|
+
- links to related wiki pages
|
|
130
|
+
- open questions or uncertainty
|
|
131
|
+
- update notes when relevant
|
|
132
|
+
|
|
133
|
+
Keep page structure consistent with the wiki's config and flavor.
|
|
134
|
+
|
|
135
|
+
### 5. Maintain The Wiki
|
|
136
|
+
|
|
137
|
+
When adding or changing many pages, update `wiki/index.md`, relevant maps, and `logs/maintenance-log.md`. If the user's request changes the wiki's purpose or structure, update `wiki.config.md` first.
|
|
138
|
+
|
|
139
|
+
## Flavors
|
|
140
|
+
|
|
141
|
+
Use `references/wiki-flavors.md` when choosing or adapting wiki types. The reference gives suggested page types and structures for research, paper, domain, product, person, organization, and project wikis.
|
|
142
|
+
|
|
143
|
+
## Quality Bar
|
|
144
|
+
|
|
145
|
+
- Make the first page useful immediately.
|
|
146
|
+
- Prefer explicit filenames and stable slugs.
|
|
147
|
+
- Separate raw source material from compiled interpretation.
|
|
148
|
+
- Link related wiki pages.
|
|
149
|
+
- Mark speculation and unknowns clearly.
|
|
150
|
+
- Avoid rewriting the same source summary in many places.
|
|
151
|
+
- Keep generated pages navigable for future agents and humans.
|
|
152
|
+
|
|
153
|
+
## Limitations
|
|
154
|
+
|
|
155
|
+
- Requires the upstream tool, account, API key, or local setup when the workflow names one.
|
|
156
|
+
- Does not authorize destructive, production, paid, or external-message actions without explicit user approval.
|
|
157
|
+
- Validate generated artifacts or recommendations against the user's real sources before treating them as final.
|
|
@@ -0,0 +1,98 @@
|
|
|
1
|
+
# Wiki Flavors
|
|
2
|
+
|
|
3
|
+
Use these as starting points. The wiki's `wiki.config.md` can override any structure.
|
|
4
|
+
|
|
5
|
+
## Research Wiki
|
|
6
|
+
|
|
7
|
+
Best for an ongoing topic with many source types.
|
|
8
|
+
|
|
9
|
+
Suggested pages:
|
|
10
|
+
|
|
11
|
+
- `wiki/index.md` for overview and navigation.
|
|
12
|
+
- `wiki/maps/research-map.md` for the conceptual map.
|
|
13
|
+
- `wiki/concepts/<concept>.md` for durable ideas.
|
|
14
|
+
- `wiki/sources/<source>.md` for important source writeups.
|
|
15
|
+
- `wiki/questions/<question>.md` for open investigations.
|
|
16
|
+
- `derived/briefs/` for synthesis memos and outlines.
|
|
17
|
+
|
|
18
|
+
## Paper Wiki
|
|
19
|
+
|
|
20
|
+
Best for a paper, cluster of papers, or literature review.
|
|
21
|
+
|
|
22
|
+
Suggested pages:
|
|
23
|
+
|
|
24
|
+
- `wiki/index.md` for paper set overview.
|
|
25
|
+
- `wiki/papers/<paper-slug>.md` for individual papers.
|
|
26
|
+
- `wiki/concepts/<concept>.md` for reusable technical ideas.
|
|
27
|
+
- `wiki/comparisons/<topic>.md` for cross-paper comparisons.
|
|
28
|
+
- `wiki/questions/<question>.md` for research gaps.
|
|
29
|
+
|
|
30
|
+
Paper pages should usually cover problem, method, results, limitations, implementation notes, and related papers.
|
|
31
|
+
|
|
32
|
+
## Domain Wiki
|
|
33
|
+
|
|
34
|
+
Best for learning or tracking an entire field.
|
|
35
|
+
|
|
36
|
+
Suggested pages:
|
|
37
|
+
|
|
38
|
+
- `wiki/index.md` for high-level map.
|
|
39
|
+
- `wiki/landscape.md` for actors, concepts, tools, and debates.
|
|
40
|
+
- `wiki/timelines/<topic>.md` for historical development.
|
|
41
|
+
- `wiki/glossary.md` for terms.
|
|
42
|
+
- `wiki/questions/<question>.md` for active uncertainties.
|
|
43
|
+
|
|
44
|
+
## Product Wiki
|
|
45
|
+
|
|
46
|
+
Best for products, tools, APIs, or platforms.
|
|
47
|
+
|
|
48
|
+
Suggested pages:
|
|
49
|
+
|
|
50
|
+
- `wiki/index.md` for product summary.
|
|
51
|
+
- `wiki/features/<feature>.md` for feature pages.
|
|
52
|
+
- `wiki/use-cases/<use-case>.md` for applied workflows.
|
|
53
|
+
- `wiki/competitors/<competitor>.md` for alternatives.
|
|
54
|
+
- `wiki/questions/<question>.md` for evaluation gaps.
|
|
55
|
+
|
|
56
|
+
Product pages should distinguish documented behavior, observed behavior, pricing or availability, limitations, and integration notes.
|
|
57
|
+
|
|
58
|
+
## Person Wiki
|
|
59
|
+
|
|
60
|
+
Best for a researcher, founder, writer, or public expert.
|
|
61
|
+
|
|
62
|
+
Suggested pages:
|
|
63
|
+
|
|
64
|
+
- `wiki/index.md` for profile and navigation.
|
|
65
|
+
- `wiki/work/<work-slug>.md` for papers, talks, posts, projects, or artifacts.
|
|
66
|
+
- `wiki/themes/<theme>.md` for recurring ideas.
|
|
67
|
+
- `wiki/timeline.md` for dated milestones.
|
|
68
|
+
- `wiki/questions/<question>.md` for unresolved context.
|
|
69
|
+
|
|
70
|
+
Use source-grounded language and avoid unsupported biographical claims.
|
|
71
|
+
|
|
72
|
+
## Organization Wiki
|
|
73
|
+
|
|
74
|
+
Best for labs, companies, communities, or institutions.
|
|
75
|
+
|
|
76
|
+
Suggested pages:
|
|
77
|
+
|
|
78
|
+
- `wiki/index.md` for overview.
|
|
79
|
+
- `wiki/projects/<project>.md` for important initiatives.
|
|
80
|
+
- `wiki/people/<person>.md` for relevant people.
|
|
81
|
+
- `wiki/timeline.md` for milestones.
|
|
82
|
+
- `wiki/strategy.md` for source-grounded strategic analysis.
|
|
83
|
+
|
|
84
|
+
Separate facts from interpretation, especially for strategy or intent.
|
|
85
|
+
|
|
86
|
+
## Project Wiki
|
|
87
|
+
|
|
88
|
+
Best for an internal build, research initiative, course, or content project.
|
|
89
|
+
|
|
90
|
+
Suggested pages:
|
|
91
|
+
|
|
92
|
+
- `wiki/index.md` for status and navigation.
|
|
93
|
+
- `wiki/decisions/<decision>.md` for important choices.
|
|
94
|
+
- `wiki/specs/<spec>.md` for requirements.
|
|
95
|
+
- `wiki/notes/<note>.md` for working notes.
|
|
96
|
+
- `derived/briefs/` for summaries and handoffs.
|
|
97
|
+
|
|
98
|
+
Project wikis should make the current state obvious to the next agent.
|
|
@@ -0,0 +1,105 @@
|
|
|
1
|
+
#!/usr/bin/env bash
|
|
2
|
+
set -euo pipefail
|
|
3
|
+
|
|
4
|
+
# Resolve the skill directory regardless of where the plugin is installed.
|
|
5
|
+
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
|
6
|
+
SKILL_DIR="$(cd "$SCRIPT_DIR/.." && pwd)"
|
|
7
|
+
|
|
8
|
+
# Wiki root is configurable. Override with WIKI_ROOT env var or --root flag.
|
|
9
|
+
# Default to ~/dair-wikis so the skill works out of the box on any machine.
|
|
10
|
+
WIKI_ROOT="${WIKI_ROOT:-$HOME/dair-wikis}"
|
|
11
|
+
|
|
12
|
+
usage() {
|
|
13
|
+
echo "Usage: init_wiki.sh <slug> --title \"Readable Title\" [--flavor research|paper|domain|product|person|organization|project] [--root /path/to/wikis]" >&2
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
if [[ $# -lt 1 ]]; then
|
|
17
|
+
usage
|
|
18
|
+
exit 1
|
|
19
|
+
fi
|
|
20
|
+
|
|
21
|
+
SLUG="$1"
|
|
22
|
+
shift
|
|
23
|
+
TITLE=""
|
|
24
|
+
FLAVOR="research"
|
|
25
|
+
|
|
26
|
+
while [[ $# -gt 0 ]]; do
|
|
27
|
+
case "$1" in
|
|
28
|
+
--title)
|
|
29
|
+
TITLE="${2:-}"
|
|
30
|
+
shift 2
|
|
31
|
+
;;
|
|
32
|
+
--flavor)
|
|
33
|
+
FLAVOR="${2:-}"
|
|
34
|
+
shift 2
|
|
35
|
+
;;
|
|
36
|
+
--root)
|
|
37
|
+
WIKI_ROOT="${2:-}"
|
|
38
|
+
shift 2
|
|
39
|
+
;;
|
|
40
|
+
*)
|
|
41
|
+
echo "Unknown argument: $1" >&2
|
|
42
|
+
usage
|
|
43
|
+
exit 1
|
|
44
|
+
;;
|
|
45
|
+
esac
|
|
46
|
+
done
|
|
47
|
+
|
|
48
|
+
if [[ ! "$SLUG" =~ ^[a-z0-9]+(-[a-z0-9]+)*$ ]]; then
|
|
49
|
+
echo "Slug must be lowercase kebab-case: $SLUG" >&2
|
|
50
|
+
exit 1
|
|
51
|
+
fi
|
|
52
|
+
|
|
53
|
+
case "$FLAVOR" in
|
|
54
|
+
research|paper|domain|product|person|organization|project) ;;
|
|
55
|
+
*)
|
|
56
|
+
echo "Unsupported flavor: $FLAVOR" >&2
|
|
57
|
+
exit 1
|
|
58
|
+
;;
|
|
59
|
+
esac
|
|
60
|
+
|
|
61
|
+
if [[ -z "$TITLE" ]]; then
|
|
62
|
+
TITLE="$(echo "$SLUG" | sed 's/-/ /g' | awk '{for (i=1;i<=NF;i++) $i=toupper(substr($i,1,1)) substr($i,2)} 1')"
|
|
63
|
+
fi
|
|
64
|
+
|
|
65
|
+
mkdir -p "$WIKI_ROOT"
|
|
66
|
+
DEST="$WIKI_ROOT/$SLUG"
|
|
67
|
+
if [[ -e "$DEST" ]]; then
|
|
68
|
+
echo "Wiki already exists: $DEST" >&2
|
|
69
|
+
exit 1
|
|
70
|
+
fi
|
|
71
|
+
|
|
72
|
+
DATE="$(date +%Y-%m-%d)"
|
|
73
|
+
|
|
74
|
+
mkdir -p "$DEST/raw" "$DEST/wiki" "$DEST/derived" "$DEST/prompts" "$DEST/logs" "$DEST/assets"
|
|
75
|
+
|
|
76
|
+
render_template() {
|
|
77
|
+
local src="$1"
|
|
78
|
+
local dest="$2"
|
|
79
|
+
# Use a non-/ delimiter for ROOT since the path contains slashes.
|
|
80
|
+
sed \
|
|
81
|
+
-e "s/{{SLUG}}/$SLUG/g" \
|
|
82
|
+
-e "s/{{TITLE}}/$TITLE/g" \
|
|
83
|
+
-e "s/{{FLAVOR}}/$FLAVOR/g" \
|
|
84
|
+
-e "s/{{DATE}}/$DATE/g" \
|
|
85
|
+
-e "s|{{ROOT}}|$DEST|g" \
|
|
86
|
+
"$src" > "$dest"
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
render_template "$SKILL_DIR/templates/wiki.config.md" "$DEST/wiki.config.md"
|
|
90
|
+
render_template "$SKILL_DIR/templates/index.md" "$DEST/wiki/index.md"
|
|
91
|
+
render_template "$SKILL_DIR/templates/sources.md" "$DEST/sources.md"
|
|
92
|
+
render_template "$SKILL_DIR/templates/maintenance-log.md" "$DEST/logs/maintenance-log.md"
|
|
93
|
+
|
|
94
|
+
cp "$SKILL_DIR"/templates/prompts/*.md "$DEST/prompts/"
|
|
95
|
+
|
|
96
|
+
cat <<EOF
|
|
97
|
+
Created wiki:
|
|
98
|
+
$DEST
|
|
99
|
+
|
|
100
|
+
Next:
|
|
101
|
+
1. Edit wiki.config.md for the exact purpose and audience.
|
|
102
|
+
2. Add source material to raw/.
|
|
103
|
+
3. Record sources in sources.md.
|
|
104
|
+
4. Compile durable pages under wiki/.
|
|
105
|
+
EOF
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
# {{TITLE}}
|
|
2
|
+
|
|
3
|
+
## Overview
|
|
4
|
+
|
|
5
|
+
This wiki tracks source-grounded knowledge for `{{TITLE}}`.
|
|
6
|
+
|
|
7
|
+
## Start Here
|
|
8
|
+
|
|
9
|
+
- Key concepts: add the most important concept pages.
|
|
10
|
+
- Source notes: add the most important source pages.
|
|
11
|
+
- Open questions: add active research questions.
|
|
12
|
+
- Derived briefs: add synthesized memos, maps, or outlines.
|
|
13
|
+
|
|
14
|
+
## Current Map
|
|
15
|
+
|
|
16
|
+
Add the working structure of the wiki here after the first sources are ingested.
|
|
17
|
+
|
|
18
|
+
## Recent Updates
|
|
19
|
+
|
|
20
|
+
- {{DATE}}: Wiki scaffold created.
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
# Compile Concept Page
|
|
2
|
+
|
|
3
|
+
Use this prompt to create or update a concept page.
|
|
4
|
+
|
|
5
|
+
Task:
|
|
6
|
+
|
|
7
|
+
- Read relevant source pages and raw sources.
|
|
8
|
+
- Define the concept in plain language.
|
|
9
|
+
- Explain why it matters for this wiki's purpose.
|
|
10
|
+
- Ground the explanation in specific sources.
|
|
11
|
+
- Link related concepts, source pages, and open questions.
|
|
12
|
+
- Mark uncertainty where the source base is thin.
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
# Compile Index
|
|
2
|
+
|
|
3
|
+
Use this prompt to update `wiki/index.md`.
|
|
4
|
+
|
|
5
|
+
Task:
|
|
6
|
+
|
|
7
|
+
- Read `wiki.config.md`, `sources.md`, and the current `wiki/` pages.
|
|
8
|
+
- Rewrite `wiki/index.md` as the best entry point for this wiki.
|
|
9
|
+
- Include the most useful navigation paths, not every file.
|
|
10
|
+
- Surface major open questions and recent updates.
|
|
11
|
+
- Keep the page aligned with the wiki flavor and audience.
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
# Compile Source Page
|
|
2
|
+
|
|
3
|
+
Use this prompt to turn one source into a durable wiki page.
|
|
4
|
+
|
|
5
|
+
Task:
|
|
6
|
+
|
|
7
|
+
- Read the source and `wiki.config.md`.
|
|
8
|
+
- Create a page under the most appropriate `wiki/` subfolder.
|
|
9
|
+
- Summarize the source's concrete contribution.
|
|
10
|
+
- Extract important claims, evidence, numbers, methods, examples, and limitations.
|
|
11
|
+
- Link to related wiki pages.
|
|
12
|
+
- End with open questions or follow-up work when useful.
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
# Lint Wiki
|
|
2
|
+
|
|
3
|
+
Use this prompt to improve an existing wiki without changing its intent.
|
|
4
|
+
|
|
5
|
+
Task:
|
|
6
|
+
|
|
7
|
+
- Read `wiki.config.md`, `sources.md`, `wiki/index.md`, and a representative sample of pages.
|
|
8
|
+
- Find stale links, missing source entries, unclear page names, duplicated summaries, and unsupported claims.
|
|
9
|
+
- Patch focused issues when the fix is obvious.
|
|
10
|
+
- Leave a concise maintenance note in `logs/maintenance-log.md`.
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
# Query And File
|
|
2
|
+
|
|
3
|
+
Use this prompt when answering a question from the wiki and saving the result.
|
|
4
|
+
|
|
5
|
+
Task:
|
|
6
|
+
|
|
7
|
+
- Read `wiki.config.md`, `sources.md`, and relevant wiki pages.
|
|
8
|
+
- Answer the user's question with source-grounded reasoning.
|
|
9
|
+
- If the answer should persist, create or update a page under `wiki/questions/`, `derived/briefs/`, or another configured location.
|
|
10
|
+
- Update `wiki/index.md` if the answer becomes an important entry point.
|
|
11
|
+
- Update `logs/maintenance-log.md` for material additions.
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
# {{TITLE}} Wiki Config
|
|
2
|
+
|
|
3
|
+
Slug: `{{SLUG}}`
|
|
4
|
+
Flavor: `{{FLAVOR}}`
|
|
5
|
+
Created: `{{DATE}}`
|
|
6
|
+
Root: `{{ROOT}}`
|
|
7
|
+
|
|
8
|
+
## Purpose
|
|
9
|
+
|
|
10
|
+
Describe what this wiki is for and what decisions, research, or creative work it should support.
|
|
11
|
+
|
|
12
|
+
## Audience
|
|
13
|
+
|
|
14
|
+
Describe who the wiki is written for.
|
|
15
|
+
|
|
16
|
+
## Scope
|
|
17
|
+
|
|
18
|
+
In scope:
|
|
19
|
+
|
|
20
|
+
- Add the main topics, source types, or questions this wiki should cover.
|
|
21
|
+
|
|
22
|
+
Out of scope:
|
|
23
|
+
|
|
24
|
+
- Add exclusions so future agents do not over-expand the wiki.
|
|
25
|
+
|
|
26
|
+
## Source Policy
|
|
27
|
+
|
|
28
|
+
- Keep raw source material in `raw/`.
|
|
29
|
+
- Record every major source in `sources.md`.
|
|
30
|
+
- Distinguish sourced claims from interpretation.
|
|
31
|
+
- Mark uncertainty directly when sources conflict or evidence is thin.
|
|
32
|
+
|
|
33
|
+
## Page Types
|
|
34
|
+
|
|
35
|
+
- `wiki/index.md` for the main entry point.
|
|
36
|
+
- `wiki/concepts/<concept>.md` for durable concepts.
|
|
37
|
+
- `wiki/sources/<source>.md` for important source writeups.
|
|
38
|
+
- `wiki/questions/<question>.md` for open questions.
|
|
39
|
+
- `derived/` for briefs, outlines, and temporary synthesis.
|
|
40
|
+
|
|
41
|
+
## Style Rules
|
|
42
|
+
|
|
43
|
+
- Lead with the useful takeaway.
|
|
44
|
+
- Use clear section headings.
|
|
45
|
+
- Link related wiki pages.
|
|
46
|
+
- Keep pages source-grounded and skimmable.
|
|
47
|
+
- Avoid filler summaries that do not add navigation, synthesis, or decision value.
|
|
48
|
+
|
|
49
|
+
## Maintenance Rules
|
|
50
|
+
|
|
51
|
+
- Update `wiki/index.md` after adding important pages.
|
|
52
|
+
- Update `sources.md` after adding sources.
|
|
53
|
+
- Update `logs/maintenance-log.md` after meaningful structure or content changes.
|