shaii819

Cards — Development skill for Claude Code

Development community

Generate Obsidian Zettelkasten notes from existing outputs.

How to install Cards

Installs to ~/.claude/skills/shaii819-reading-assistant-for-claude-cards/SKILL.md

Terminal
mkdir -p ~/.claude/skills/shaii819-reading-assistant-for-claude-cards && curl -fsSL https://raw.githubusercontent.com/shaii819/reading-assistant-for-claude/HEAD/commands/cards.md -o ~/.claude/skills/shaii819-reading-assistant-for-claude-cards/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Cards does


description: "Generate Obsidian Zettelkasten notes from existing outputs" allowed-tools: Bash, Read, Write, Task argument-hint: " [--vault ]"

Workflow

  1. Load config via shared/config-loader.md
  2. Verify prerequisites: summaries/ and extractions/ must exist in output-dir
    • If missing → ERROR: "Run /read:summarize and /read:extract first."
  3. Determine vault_path: --vault flag > config.obsidian_vault > none
  4. Dispatch cardmaker-agent with output-dir and vault_pa

Alternatives in Development

  • Obsidian Skills — Claude Skills for use with Obsidian 14.9k ★
  • Claude Context Mode — An MCP server that sits between Claude Code and these outputs 5.3k ★
  • Gallery — Build a static, shareable gallery from your fidelity reports — an index of score cards plus a permalink page ( 3.6k ★

Full documentation available on GitHub

View Source Repository