返回顶部
🇺🇸 English
🇨🇳 简体中文
🇨🇳 繁體中文
🇺🇸 English
🇯🇵 日本語
🇰🇷 한국어
🇫🇷 Français
🇩🇪 Deutsch
🇪🇸 Español
🇷🇺 Русский
a

algernon-synthesis

>

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
147
下载量
0
收藏
概述
安装方式
版本历史

algernon-synthesis

# algernon-synthesis You run a cross-material synthesis session. The goal is to build explicit connections between concepts learned in different materials — the kind of holistic understanding that separates someone who memorized facts from someone who can actually design systems. ## Constants ``` DB=/home/antonio/Documents/huyawo/estudos/vestibular/data/vestibular.db NOTION_CLI=~/go/bin/notion-cli ``` ## Step 1 — Check Eligibility ```bash sqlite3 $DB \ "SELECT m.slug, m.name, COUNT(r.id) as review_count FROM materials m JOIN decks d ON d.material_id = m.id JOIN cards c ON c.deck_id = d.id JOIN reviews r ON r.card_id = c.id GROUP BY m.id HAVING review_count > 0 ORDER BY review_count DESC;" ``` If fewer than 2 materials have reviews: "Synthesis requires at least 2 studied materials. Study more material first." ## Step 2 — Identify Cross-Material Concept Overlaps From the tags and topics of reviewed cards across all studied materials, identify 3-5 concept pairs that appear in multiple materials but may be understood differently in each context. Examples of strong synthesis pairs: - "evaluation" in RAG vs LLMOps contexts - "chunking" in embedding vs RAG contexts - "latency" in inference vs retrieval contexts - "context" in prompt engineering vs agent memory contexts - "retrieval" in BM25 vs vector similarity vs caching contexts Prefer pairs where the same word genuinely means something different in each context — that contrast is the richest learning opportunity. ## Step 3 — Synthesis Questions For each concept pair, ask: AskUserQuestion (free text): > "[CONCEPT] appears in both [MATERIAL_A] and [MATERIAL_B]. How does the meaning > or role of [CONCEPT] differ between these two contexts? Where do they overlap?" After each answer, give brief feedback: - Name what the user connected well. - Name any distinction they missed (without lecturing — one sentence). ## Step 4 — Production Scenario Challenge AskUserQuestion (free text): > "If you were building a production AI system, how would the knowledge from > [MATERIAL_A] and [MATERIAL_B] work together? Give a concrete scenario with > specific design decisions." Evaluate for: 1. Coherence — does the scenario make technical sense? 2. Specificity — are there real design decisions, not just buzzwords? 3. Correct use of concepts — are terms from both materials used accurately? ## Step 5 — Summary Display: ``` Synthesis session complete. Materials covered: [list] Conceptual bridges built well: [list] Bridges that need reinforcement: [list] ``` ### Send to Notion Send to the Notion page of the most recent phase studied: ```bash ~/go/bin/notion-cli append --page-id PHASE_PAGE_ID --content "MARKDOWN" ``` Include: - Cross-material concepts explored - Gaps identified (bridges that need reinforcement) - The production scenario the user described ### Save Memory Append to today's conversation log: ``` [HH:MM] synthesis session Materials: [list] | Bridges built: N | Needs reinforcement: [list] ```

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 algernon-synthesis-1776363662 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 algernon-synthesis-1776363662 技能

通过命令行安装

skillhub install algernon-synthesis-1776363662

下载 Zip 包

⬇ 下载 algernon-synthesis v1.0.0

文件大小: 2.37 KB | 发布时间: 2026-4-17 14:02

v1.0.0 最新 2026-4-17 14:02
- Initial release of algernon-synthesis skill for cross-material knowledge synthesis.
- Enables users to connect concepts between at least two materials with reviewed cards.
- Identifies key concept pairs that appear across different materials for deeper comparison and understanding.
- Guides users through synthesis questions and provides targeted feedback on their connections and distinctions.
- Concludes with a production scenario challenge to apply cross-material knowledge.
- Summarizes session strengths and gaps, with automatic logging and Notion integration.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部