Agent SkillsNeverSight/learn-skills.dev › reference-project-synthesizer

reference-project-synthesizer

GitHub

将文献来源卡片转化为项目决策,关联主张、风险、实验及实现计划。通过读取源卡片和项目记忆,生成项目使用笔记并更新记忆板,支持引用放置与协作反馈。

data/skills-md/a-green-hand-jack/ml-research-skills/reference-project-synthesizer/SKILL.md NeverSight/learn-skills.dev

Trigger Scenarios

需要将论文或文档结论映射到具体项目任务时 更新项目主张、风险评估或实验基准时 整理参考文献以支持写作或代码实现时

Install

npx skills add NeverSight/learn-skills.dev --skill reference-project-synthesizer -g -y
More Options

Non-standard path

npx skills add https://github.com/NeverSight/learn-skills.dev/tree/main/data/skills-md/a-green-hand-jack/ml-research-skills/reference-project-synthesizer -g -y

Use without installing

npx skills use NeverSight/learn-skills.dev@reference-project-synthesizer

指定 Agent (Claude Code)

npx skills add NeverSight/learn-skills.dev --skill reference-project-synthesizer -a claude-code -g -y

安装 repo 全部 skill

npx skills add NeverSight/learn-skills.dev --all -g -y

预览 repo 内 skill

npx skills add NeverSight/learn-skills.dev --list

SKILL.md

Frontmatter
{
    "name": "reference-project-synthesizer",
    "description": "Connect structured reference source cards to the active ML project. Use when papers, collaborator docs, Markdown notes, specs, scripts, BibTeX files, or source bundles should inform claims, risks, baselines, benchmarks, experiments, algorithm design, implementation, writing contracts, citations, collaborator actions, project initialization, or memory writeback.",
    "allowed-tools": "Read, Write, Edit, Bash, Glob",
    "argument-hint": "[project-root] [source-card-or-source-id] [--link-claims] [--benchmark] [--baseline] [--writing] [--risk] [--feedback] [--spec] [--implementation] [--seed-project]"
}

Reference Project Synthesizer

Convert source cards into project decisions. This skill answers: What does this source mean for our project?

Use after reference-reading-summarizer has produced a source card. Do not repeatedly re-read raw sources unless the card is insufficient or low confidence.

Skill Directory Layout

<installed-skill-dir>/
├── SKILL.md
├── references/
│   └── project-link-routing.md
└── templates/
    └── project-use-note.md

Core Contract

  • Read project memory before linking a source to claims, experiments, risks, implementation, collaborator actions, or writing.
  • Use source cards as compressed inputs. Raw source files and raw reading trajectories stay out of project memory.
  • Stronger reasoning is required when the source changes a claim, baseline, benchmark, novelty boundary, implementation plan, collaborator commitment, or project seed.
  • Every project implication should link to a source card, confidence level, and target memory object.
  • Do not promote a cheap skim into a project decision without marking uncertainty or requesting deeper reading.

Inputs

Prefer:

  • reference/cards/<source-id>.md
  • reference/.agent/source-index.md
  • reference/.agent/processing-status.md
  • backward-compatible reference/.agent/reference-index.md and reading-status.md
  • memory/current-status.md
  • memory/claim-board.md
  • memory/evidence-board.md
  • memory/risk-board.md
  • memory/action-board.md
  • paper/.agent/writing-contract.md
  • code/.agent/benchmark-plan.md or equivalent, when present

Model Routing

Read references/project-link-routing.md.

  • Tier 2 normal main model: routine project-use notes, citation placement, writing-pattern routing, structured feedback actions.
  • Tier 3 strong/deep model: closest-work risk, must-have baseline, benchmark protocol, core algorithm/theory impact, project seed, conflicted collaborator feedback, final positioning.
  • Do not use cheap sidecar output as the final authority for project decisions.

Workflow

  1. Locate the project root and existing memory.
  2. Read the relevant source card and its confidence/provenance.
  3. Identify requested synthesis mode:
    • claim support or challenge
    • baseline implication
    • benchmark/task/protocol implication
    • method/theory implication
    • implementation implication
    • writing pattern
    • citation placement
    • collaborator feedback/action
    • project spec/constraint
    • project seed
    • reviewer-risk or novelty boundary
  4. Create or update reference/project-use/<source-id>.md from templates/project-use-note.md.
  5. Write only durable conclusions into project memory — link-mode determines target:
    • claim support/challenge → memory/claim-board.md + memory/evidence-board.md
    • identified risk or blocker → memory/risk-board.md + memory/action-board.md
    • baseline or benchmark → code-side docs/experiments/ or memory/evidence-board.md
    • implementation hint → code-side design doc or memory/decision-log.md
    • writing exemplar or style pattern → paper/.agent/writing-memory/ via paper-writing-memory-manager
    • reviewer-risk or novelty framing → memory/risk-board.md or paper/.agent/paper-evidence-board.md
    • provenance link → memory/provenance-board.md
  6. If the card is too weak, route back to reference-reading-summarizer with the required reading mode.

Output Rules

Each project-use note should include:

  • one-line project relevance
  • supported or challenged claims
  • baseline, benchmark, implementation, or spec implications
  • algorithm/theory implications
  • writing/citation implications
  • collaborator actions if relevant
  • risks and actions
  • confidence and required follow-up

End with the closure audit:

Goal: What project question did this source help answer?
Answer: What did we learn?
Path: Which card, sections/files, and memory objects support this?
Correctness: Why should we trust it, and what needs deeper reading?
Next: What changes in the project?

Version History

  • e0220ca Current 2026-07-05 21:36

Same Skill Collection

data/skills-md/00prabalk00/claude-skills/knowledge-base-gap-finder/SKILL.md
data/skills-md/01000001-01001110/agent-jira-skills/jira-agile/SKILL.md
data/skills-md/01000001-01001110/agent-jira-skills/jira-auth/SKILL.md
data/skills-md/01000001-01001110/agent-jira-skills/jira-issues/SKILL.md
data/skills-md/01000001-01001110/agent-jira-skills/jira-project-management/SKILL.md
data/skills-md/01000001-01001110/agent-jira-skills/jira-projects/SKILL.md
data/skills-md/01000001-01001110/agent-jira-skills/jira-safe/SKILL.md
data/skills-md/01000001-01001110/agent-jira-skills/jira-search/SKILL.md
data/skills-md/01000001-01001110/agent-jira-skills/jira-spaces/SKILL.md
data/skills-md/01000001-01001110/agent-jira-skills/jira-transitions/SKILL.md
data/skills-md/0731coderlee-sudo/wechat-publisher/wechat-publisher/SKILL.md
data/skills-md/0froq/skills/conventionalcommits/SKILL.md
data/skills-md/0froq/skills/nuxt/SKILL.md
data/skills-md/0froq/skills/oq/SKILL.md
data/skills-md/0froq/skills/pinia/SKILL.md
data/skills-md/0froq/skills/pnpm/SKILL.md
data/skills-md/0froq/skills/slidev/SKILL.md
data/skills-md/0froq/skills/tsdown/SKILL.md
data/skills-md/0froq/skills/turborepo/SKILL.md
data/skills-md/0froq/skills/unocss/SKILL.md
data/skills-md/0froq/skills/vitepress/SKILL.md
data/skills-md/0froq/skills/vitest/SKILL.md
data/skills-md/0froq/skills/vue-best-practices/SKILL.md
data/skills-md/0froq/skills/vue-router-best-practices/SKILL.md
data/skills-md/0froq/skills/vue-testing-best-practices/SKILL.md
data/skills-md/0froq/skills/vue/SKILL.md
data/skills-md/0froq/skills/vueuse-functions/SKILL.md
data/skills-md/0froq/skills/web-design-guidelines/SKILL.md
data/skills-md/0juano/agent-skills/bondterminal-x402/SKILL.md
data/skills-md/0juano/agent-skills/edgeone-pages-deploy/SKILL.md
data/skills-md/0juano/agent-skills/ley-ar/SKILL.md
data/skills-md/0juano/agent-skills/ticktick/SKILL.md
data/skills-md/0juano/agent-skills/x-image-cards/SKILL.md
data/skills-md/0juano/x-image-cards/x-image-cards/SKILL.md
data/skills-md/0x0funky/agent-sprite-forge/generate2dsprite/SKILL.md
data/skills-md/0x0funky/agent-sprite-forge/video2dsprite/SKILL.md
data/skills-md/0x2e/superpowers/brainstorming/SKILL.md
data/skills-md/0x2e/superpowers/dispatching-parallel-agents/SKILL.md
data/skills-md/0x2e/superpowers/executing-plans/SKILL.md
data/skills-md/0x2e/superpowers/finishing-a-development-branch/SKILL.md
data/skills-md/0x2e/superpowers/receiving-code-review/SKILL.md
data/skills-md/0x2e/superpowers/requesting-code-review/SKILL.md
data/skills-md/0x2e/superpowers/subagent-driven-development/SKILL.md
data/skills-md/0x2e/superpowers/systematic-debugging/SKILL.md
data/skills-md/0x2e/superpowers/test-driven-development/SKILL.md
data/skills-md/0x2e/superpowers/using-git-worktrees/SKILL.md
data/skills-md/0x2e/superpowers/using-superpowers/SKILL.md
data/skills-md/0x2e/superpowers/verification-before-completion/SKILL.md
data/skills-md/0x2e/superpowers/writing-plans/SKILL.md
data/skills-md/0x2e/superpowers/writing-skills/SKILL.md

Metadata

Files
0
Version
5f4efd0
Hash
dc43d1ed
Indexed
2026-07-05 21:36

ホーム - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-08-14 21:33
浙ICP备14020137号-1 $お客様$