Skills

Workflows your agent can run.

A skill is a markdown file an agent loads on demand: when to use it, the commands it runs, the shape of a good result. These ship inside the CLI package, so the version you install is the version your agent reads.cnotes skills list prints the same list.

  • Work with CreatorNotes via the cnotes CLI

    CreatorNotes CLI for the terminal. The command is `cnotes`. Use when the user mentions CreatorNotes or the cnotes CLI, asks to use this CLI skill, or wants to create, read, update, search, summarize, organize, or visualize notes, canvases, or transcripts in a CreatorNotes workspace. Covers cnotes notes, cnotes canvas, cnotes timeline, cnotes shared (what teammates shared with you), cnotes review (official review requests: request, receive, complete), cnotes focus (plan flow-state blocks landed on a target card), cnotes search, cnotes versions, relationships, and operations. Prefer the cnotes CLI, verify the active workspace with cnotes workspace current, use --json when parsing output, and wrap write operations in cnotes operations begin and cnotes operations end.

    Installed by cnotes init into Claude Code. For Cursor or Codex: cnotes skills install with --agent.

  • attention-planner

    Read the skill

    One open card at a time, loop closed by the agent

    Turn everything that arrived into either finished agent work or one answerable Attention card scheduled as a focus block, then close the loop when the human answers. Use when the user invokes /attention-planner, asks "what needs me today", "plan my attention", "protect a block for <thing>", "triage the digest", "triage this transcript", "what did I answer", "close the day", "close the week", or says they answered a card ("I filled ATTENTION-12"). Runs on the cnotes CLI and expects the cnotes skill to be installed.

    cnotes skills install attention-plannerCopy
  • fat-marker-flows

    Read the skill

    Generate Shape Up "fat-marker" broad-strokes mockup keyframes of a UI flow with an image model, then lay them on a CreatorNotes canvas as a left-to-right user-journey filmstrip. Use when the user wants to SEE a proposed flow ("mock this up", "show me what it would look like", "fat-marker / broad-strokes sketch", "fat marker mockup", "keyframes", "storyboard the flow", "user journey on the canvas") rather than read about it.

    cnotes skills install fat-marker-flowsCopy
  • howto-filmstrips

    Read the skill

    Capture a real product UI how-to as a horizontal filmstrip on a CreatorNotes canvas: live CSS highlight on the click target, soft radial spotlight, then screenshot → upload → place. Use when the user wants a screenshot storyboard, click-path how-to, JTBD walkthrough, multi-path UI guide, or "show me how to do X in the app" with accurate click markers (not fat-marker sketches).

    cnotes skills install howto-filmstripsCopy
  • Chart and work multi-session decision maps on a canvas

    Plan a big foggy chunk of work — more than one agent session can hold — as a decision map on a CreatorNotes canvas, then resolve it one Question per session until the way to the destination is clear. Use when the user invokes /wayfind, says "wayfind this" or "chart a map", asks to plan something too large or uncertain for one session, or points you at an existing wayfind map to continue ("work the map", "take the next ticket").

    cnotes skills install wayfindCopy

--agent claude, codex, cursor or all picks where a skill installs. Without it the CLI detects which agents are present.