Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
cygnusfear avatar

Obsidian Plan Wiki

  • 31 installs
  • Updated January 1, 1970
  • cygnusfear/agent-skills

Creates Obsidian-compatible markdown wikis that separate specifications (what the system does) from plans (how to build it), with selective loading of content.

About

Obsidian-plan-wiki is a Claude Code skill that builds a structured, Obsidian-compatible markdown wiki splitting system documentation into specifications and plans, and lets an agent selectively load only the parts it needs. A solo builder uses it to keep the what and the how of an agent system organized and navigable via numeric Johnny-Decimal style lookups.

  • Obsidian-compatible markdown wiki
  • Separates specifications from build plans
  • Johnny Lookup numeric IDs map to playbook file paths

Obsidian Plan Wiki by the numbers

  • 31 all-time installs (skills.sh)
  • Ranked #927 of 1,879 Documentation skills by installs in the Skillselion catalog
  • Data as of Jul 29, 2026 (Skillselion catalog sync)
npx skills add https://github.com/cygnusfear/agent-skills --skill obsidian-plan-wiki

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs31
Last updatedJanuary 1, 1970
Repositorycygnusfear/agent-skills

What it does

Creates Obsidian-compatible markdown wikis that separate specifications (what the system does) from plans (how to build it), with selective loading of content.

Who is it for?

Organizing agent-system docs into specs and plans

Files

playbook/05-common-tools/05-00-git/SKILL.mdMarkdownGitHub ↗

Rebase / Merge Strategy

We use git merge --ff-only to maintain linear history. Do NOT create merge commits. The history must remain linear. If a merge cannot fast-forward, rebase the feature branch onto main first:

git checkout feature-branch
git rebase main
git checkout main
git merge --ff-only feature-branch

Read and follow the playbook — use the 20-git skills for the full procedure, and use critical sanity checks if your circumstances deviate from the regular workflow. In case of doubt, ask the Hooman.

Rebase strategy

1. 20.01 Rebase Preparations (Johnny Lookup → skill 20-01-methodic-rebase-merge) 2. 20.02 Rebase (Johnny Lookup → skill 20-02-authoritative-main-rebase)

ALWAYS CONFIRM REBASE WITH EXPLICIT [R].

Merge strategy

ONLY MERGE IF THIS IS EXPLICITLY REQUESTED.

1. 20.03 Merge (Johnny Lookup → skill 20-03-merge-local-safe) 2. 20.04 Post-Merge (Johnny Lookup → skill 20-04-post-merge-hygiene)

ALWAYS CONFIRM MERGE WITH EXPLICIT [M].

Commit Format

Critical: Close completed tickets with tk close <ticket-id> before committing. See 05.01 (Ticket Lifecycle).

feat(bridge): add tab management APIs
fix(sidebar): correct tab ordering on drag
docs(plan): update Phase 2 tasks
refactor(app): extract sidebar view model

Reverting (CRITICAL, EXPLICIT APPROVAL)

I WILL ABSOLUTELY DESTROY YOUR CIRCUITS IF YOU ATTEMPT TO REVERT FILES WITHOUT ME APPROVING LITERALLY IN THE NEXT COMMENT WITH "[OK]"

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.