cookbook

Manages a markdown knowledge base of AI CLI tool techniques stored outside the plugin repository.

1|Updated Jun 29, 2026
One-click install
npx skills add https://github.com/natthasath/natthasath-marketplace --skill cookbook-natthasath
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: cookbook
Source: https://github.com/natthasath/natthasath-marketplace/tree/main/plugins/obsidian/skills/cookbook
Command: npx skills add https://github.com/natthasath/natthasath-marketplace --skill cookbook-natthasath

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Techniques and tips for AI CLI tools (Claude Code CLI, Codex CLI, Antigravity CLI, Claude Design) get lost across conversations, and storing them inside a plugin directory means they are deleted on every plugin update. This Skill maintains a persistent, user-owned markdown library of techniques organized by tool, level, and tags. ## Core Features & Use Cases - Browse and search techniques: List all tool folders or filter by tool, level (basic/intermediate/advanced), or tag, using per-folder README.md indexes. - Add and update techniques: Create new technique files following a strict template with frontmatter, TL;DR, usage steps, mermaid diagrams, and references; regenerate folder indexes automatically. - Auto-research mode: Search official docs and changelogs via WebSearch/WebFetch to add newly released techniques for a given tool, checking for duplicates first. - Use Case: You discover a useful parallel subagent pattern in Claude Code CLI. Invoke the skill to save it as a structured markdown note in your personal cookbook folder, linked to related techniques, so you can retrieve it months later. ## Quick Start Run /obsidian:cookbook and tell it which AI tool technique you want to look up, add, or update.

Frequently Asked Questions about cookbook

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I save AI CLI tool tips as searchable markdown notes?▼

Invoke /obsidian:cookbook and choose the add mode. The skill asks for the tool, technique name, level, and tags, then writes a markdown file following a fixed template into a per-tool folder and regenerates that folder's README index.

Where are cookbook notes stored and why not inside the plugin?▼

Notes are stored in a user-owned path saved in ~/.config/claude-obsidian/settings.json. Plugin cache directories are replaced on every version update, so storing user data there would delete accumulated notes on reinstall.

Can the cookbook automatically find new techniques for a tool?▼

Yes. In auto-update mode it searches official docs and changelogs via WebSearch/WebFetch, checks the folder's README index for duplicates, then writes new technique files following the standard template with source links.

How do I search techniques by tool, level, or tag?▼

Use the browse/search mode and specify a tool folder, level (basic, intermediate, advanced), or tag. The skill reads the folder's README.md index first and returns a filtered table with file paths instead of opening every file.

What happens when a technique links to a note that does not exist yet?▼

The skill creates a stub file with complete frontmatter and a TODO marker in the TL;DR section. This keeps links unbroken and marks incomplete entries with a construction emoji in the folder index.