# Create Content

> Create one or more Omni Catcher Markdown items directly in the local data directory.

- Skill: `tutti-os/create-content` (Agent Skill)
- Install (CLI): `npx skillmds@latest add tutti-os/create-content`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tutti-os/create-content/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Docs & Writing
- Author: tutti-os (https://skillmd.com/u/tutti-os)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tutti-os/create-content

---


# Create Content

Use the note, bookmark, and todo skills that match the content. You may use shell commands or short scripts to inspect existing files and create Markdown files under `notes/`, `bookmarks/`, or `todos/`.

- Reuse an existing related document when the new content clearly belongs there.
- Avoid duplicates by checking titles, URLs, DOI/arXiv identifiers, and tags.
- Never edit `index.jsonl`; Omni Catcher rebuilds it after the run.
- Never write outside `notes/`, `bookmarks/`, and `todos/`.
- Use collision-safe filenames beginning with the current date.
- Preserve user-authored content and use the user's language unless a domain skill says otherwise.

Every created file must contain YAML frontmatter with: `id`, `type`, `status: confirmed`, `source: agent`, `title`, `summary`, `createdAt`, `confirmedAt`, and `tags`. Notes/bookmarks should also include `urls` when applicable. Todo files should include `urgency`, `importance`, and `todoProgress: todo`.

