example-notes

Solid

Leave a short note for the owner in the Example rail view, using the `intentic-example` CLI. Use when the user asks you to note, jot, remember or flag something lightweight for them to read later, and when you want to leave a breadcrumb about work you did that has no better home.

AI & Automation 22 stars 3 forks Updated today MIT

Install

View on GitHub

Quality Score: 79/100

Stars 20%
45
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
39
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Leaving a note This sandbox has the `intentic-example` CLI on your PATH. It appends to `.intentic/example-notes.json`, which the owner reads in the **Example** tile in the left rail — the view updates the moment you write, so a note lands in front of them without you interrupting anything. ```sh intentic-example add "the flaky test in checkout.spec.ts fails only with a cold cache" intentic-example list ``` Keep a note to one sentence. It is a breadcrumb, not a report: the place for reasoning is your reply, and the place for durable knowledge is the repository's own documentation. Do not use this to ask a question. A note is written to be read later, so a question left here waits for however long it takes the owner to glance at the rail — ask in your reply instead.

Details

Author
intentic
Repository
intentic/intentic
Created
2 weeks ago
Last Updated
today
Language
TypeScript
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Featured

create-notes

Write a note to {shared_dir}/notes/ that future agents can actually act on. Use after every coral eval, when a heartbeat (reflect / consolidate / pivot) asks for a note, or when you discover a grader / build / runtime issue that future agents will hit. Covers 4 note variants (experiment / infra / focus / synthesis), the required frontmatter with the team-level `creator:` filter, the structured-trace schema (`type` / `claim` / `status` / `confidence` / `based_on` / `evidence` / `supersedes` / `refutes` / `touched`) that populates the dashboard knowledge graph, the self-audit checklist (backfilled predictions, abandoned paths, sourced magic numbers, cross-links), the bundled `scripts/{stamp,lint,unattributed}.py` helpers, and the shell-escaping gotchas that silently strip markdown content. Trigger this skill whenever you are about to Write a file under notes/ — even if the prompt didn't say 'write a note'.

910 Updated today
Human-Agent-Society
AI & Automation Solid

create-note

Interactively capture a short-form note. Use when jotting down an observation, insight, or strategy snippet as a short-form note in meta/notes/ — e.g. "make a note of this", "jot this down", "capture a note".

30 Updated today
atomicinnovation
AI & Automation Solid

note

Create an Obsidian-formatted markdown note documenting the current session topic. Use when the user says /note, 'save this to Obsidian', 'write a note about X', or asks to document a troubleshooting session, system concept, coding pattern, or workflow. Writes to ~/notes/<slug>.md and syncs to the configured Obsidian inbox. If an argument is provided after /note, use it as the topic; otherwise review the conversation.

68 Updated today
escoffier-labs