Skip to content

Releases: Geek96/paper-research-skill

v1.4.0 — Synthesis, template refactoring & release policy

Choose a tag to compare

@Geek96 Geek96 released this 26 Jun 06:09

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 into paper-wiki

v1.3.0 — Analysis & Framework types + Method template redesign

Choose a tag to compare

@Geek96 Geek96 released this 24 Jun 07:41

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

Choose a tag to compare

@Geek96 Geek96 released this 24 Jun 03:11

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, ⚠️ Questions, 🧩 Concepts, 🔗 Related

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

Choose a tag to compare

@Geek96 Geek96 released this 24 Jun 03:10

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