zettel-init

Create Zettelkasten directory structures with index.md, structs/, and outputs/ templates.

1|Updated Jan 3, 2022
One-click install
npx skills add https://github.com/daikichiba9511/dotfiles --skill zettel-init
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: zettel-init
Source: https://github.com/daikichiba9511/dotfiles/tree/main/private_dot_claude/skills/zettel-init
Command: npx skills add https://github.com/daikichiba9511/dotfiles --skill zettel-init

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps researchers and writers quickly bootstrap a Zettelkasten-style note system by creating a standardized directory layout and starter files, enabling fast setup for research and documentation projects.

Core Features & Use Cases

  • Automated workspace creation: builds a base Zettelkasten structure (index.md, structs/, outputs/) and supports theme directories.
  • Theme directory support: creates new theme folders with README templates and a link to the base index.
  • Template-driven scaffolding: provides ready-to-edit templates for notes and meta information to accelerate knowledge organization.

Quick Start

Run /zettel-init to create the default docs/zettel/ structure or use /zettel-init theme:<theme_name> to add a new theme directory.

Frequently Asked Questions about zettel-init

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

FAQPage Schema
How do I set up a Zettelkasten workspace for my research notes?

You can bootstrap a Zettelkasten workspace by running a single initialization command that generates a standardized directory layout, including index.md, structs/, and outputs/ folders with starter templates for your research notes.

What is the best way to organize themed documentation projects using markdown?

The best way to organize themed markdown projects is by generating dedicated theme directories equipped with README templates and links to the base index, ensuring structured knowledge management across different topics.

Can I customize the base directory when initializing a Zettelkasten structure?

Yes, you can customize the base directory when initializing your Zettelkasten structure. The setup process supports optional base_dir customization to generate the note system directly in your preferred project paths.

Do I need any dependencies to bootstrap a note system with starter templates?

No dependencies are required to bootstrap this note system. The initialization process independently generates the Zettelkasten directory structure and markdown starter templates without relying on any external components.

What files are included in a Zettelkasten project setup?

A Zettelkasten project setup includes a base layout containing an index.md file, a structs/ directory for structural organization, and an outputs/ directory, alongside README templates for any new theme folders.