Releases: Geek96/paper-research-skill
Releases · Geek96/paper-research-skill
Release list
v1.4.0 — Synthesis, template refactoring & release policy
Changes since v1.3.0
Added
- Synthesis page type — cross-paper landscape comparison with callouts, mermaid diagrams, coverage matrix, evidence heatmap
- Auto-suggest/auto-update synthesis — Step 7: suggest synthesis when vault has 10+ papers; auto-update existing synthesis on new paper additions
- Analysis and Framework paper types with dedicated templates
- Visual Design System — callout types, emoji section headers, tag taxonomy
- Demo screenshots (14 Obsidian screenshots) with cropped PersonaLens views
- Chinese README (
README.zh-CN.md) with language switcher
Changed
- Template refactoring — extracted 8 inline templates into on-demand
templates/directory (~60% token savings per invocation) - Method template redesigned — flat structure with Quick Reference table
- Versioning rules strengthened with pre-commit checklist and anti-pattern examples
- Release policy — CHANGELOG and GitHub Release only on MINOR version carry, not per PATCH
Removed
paper-moc,paper-dataview,paper-note— consolidated intopaper-wiki
v1.3.0 — Analysis & Framework types + Method template redesign
What's New
Analysis & Framework paper types
- Analysis template for empirical studies, ablations, negative results. Structure: Study Design → Research Questions → Key Findings → Core Insight
- Framework template for conceptual frameworks, position papers. Structure: Core Argument → Dimensions/Axes → Validation → What This Changes
- MOC template updated with new type sections and Dataview queries
- Step 3 classification expanded from 4 to 6 types
Method template redesign
- Flat structure with Quick Reference table (replaces chapter-based layout)
- Promoted sections with Obsidian callouts throughout
Visual Design System fixes
- Formula Rendering (LaTeX) rules added
- Method template formula example updated to LaTeX
- Emoji assignments and tag taxonomy expanded
v1.2.0 — Visual Design System
What's New
Obsidian Visual Design System
Full visual overhaul of all paper and concept templates for optimized Obsidian reading experience.
Dataview Integration
- Structured YAML frontmatter on all templates (type, year, venue, domains, tags, status)
- Supports Dataview queries for auto-indexing, filtering, and dashboard generation
Obsidian Callouts
> [!abstract]— TL;DR / one-line summary> [!success]— Key Findings with evidence> [!warning]— Critical questions / limitations> [!tip]— Adoption Guide / practical advice> [!info]— Prerequisites / context> [!example]— Concrete examples / case studies> [!danger]— Common misconceptions
Emoji Section Headers
Visual anchors for quick scanning: 🎯 Motivation, 📋 Overview, 🔬 Method, 📊 Results, 💡 Findings,
Tag Taxonomy
Hierarchical tag system: type/benchmark, domain/personalization, venue/neurips-2025, status/complete
MOC (Map of Content)
- New Step 6: auto-generate/update Wiki/MOC.md after each batch
- MOC template with embedded Dataview query blocks
Reading Status Tracking
Track progress via frontmatter: to-read → reading → complete
Co-Authored-By: Claude Opus 4.6
v1.1.0 — Template Expansion & Workflow Rules
What's New
New Paper Templates
- Survey Paper Template — taxonomy framework, coverage analysis, open problems sections
- Technical Report Template — architecture deep-dive, scaling analysis, legacy & influence sections
- Now supports 4 paper types: Benchmark, Method, Survey, Technical Report
Enhanced Evaluation Standards
- Venue checking (Step 1b) — auto-detect publication venue from arXiv Comments field
- Venue hierarchy: Main Conference > Findings > Workshop > Preprint
- Metric formula requirement — all custom metrics must include explicit formulas with every variable annotated
- Variable annotation rule — every symbol in the wiki page must be defined on first use
Workflow
- Post-modification GitHub sync — skill now asks whether to push after every wiki change
Co-Authored-By: Claude Opus 4.6