Skip to main content
ClaudeWave
Skill4.3k repo starsupdated 7d ago

obsidian-kb-artifacts

The obsidian-kb-artifacts skill handles formatting and structural concerns for Obsidian knowledge bases, including Markdown syntax, wikilinks, registry tables, canvas files, and link repair operations. Use this skill when creating or maintaining Obsidian-native artifacts and technical formatting requirements, but not for deciding where knowledge should be routed or organized.

Install in Claude Code
Copy
git clone --depth 1 https://github.com/Galaxy-Dawn/claude-scholar /tmp/obsidian-kb-artifacts && cp -r /tmp/obsidian-kb-artifacts/skills/obsidian-kb-artifacts ~/.claude/skills/obsidian-kb-artifacts
Then start a new Claude Code session; the skill loads automatically.

SKILL.md

# Obsidian KB Artifacts

This skill handles format and artifact concerns only.

## Responsibilities

- Obsidian Markdown formatting
- wikilinks and embeds
- registry table formatting
- canvas generation and validation
- optional Bases generation
- Obsidian CLI operations
- link repair in canonical notes
- lint-report formatting

## Rules

- this skill does not decide where knowledge belongs
- `.base` is explicit-only
- `Maps/` contains derived artifacts only
- link repair should strengthen existing canonical notes, not create note sprawl
- literature canvas edges must preserve evidence strength when the source notes provide it
- do not create stable-looking claim edges from abstract-only, webpage-placeholder, or unsupported notes

## Read next

- `references/OBSIDIAN-MARKDOWN.md`
- `references/CANVAS.md`
- `references/BASES.md`
- `references/REGISTRY-TABLES.md`
- `references/LINK-REPAIR.md`
- `references/CLI.md`
code-reviewerSubagent

Expert code review specialist. Proactively reviews code for quality, security, and maintainability. Use immediately after writing or modifying code. MUST BE USED for all code changes.

kaggle-minerSubagent

Use this agent when the user provides a Kaggle competition URL or asks to learn from Kaggle winning solutions. Examples:

literature-reviewerSubagent

Use this agent when the user asks to "conduct literature review", "search for papers", "analyze research papers", "identify research gaps", "review related work", or mentions starting a research project. This agent integrates with Zotero for automated paper collection, organization, and full-text analysis. Examples:

paper-minerSubagent

Use this agent when the user provides a research paper (PDF/DOCX/arXiv link) or asks to learn writing patterns from papers, extract venue-specific writing signals, study paper structure, or mine rebuttal strategies. The agent writes extracted knowledge into the active installed paper-miner writing memory for ml-paper-writing. It does not maintain project-specific writing memory.

rebuttal-writerSubagent

Use this agent when the user asks to "write rebuttal", "respond to reviewers", "analyze review comments", or needs help with academic paper review response. This agent specializes in systematic rebuttal writing with professional tone and structured responses.

tdd-guideSubagent

Test-driven development guide for writing tests first, implementing the smallest passing change, and keeping verification tight. Use when the user explicitly wants TDD or when a task should be driven by failing tests before code.

analyze-resultsSlash Command

Run a blocker-first post-experiment workflow: validate evidence, produce strict statistical analysis when possible, and generate a decision-oriented results report only when the analysis bundle is sufficient. Uses results-analysis + results-report as a gated two-stage workflow.

commitSlash Command

Commit changes following Conventional Commits format (local only, no push).