veta

Write structured memory notes with tags and references for agents.

8|Updated Jan 28, 2026
One-click install
npx skills add https://github.com/andreasjansson/veta --skill veta
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: veta
Source: https://github.com/andreasjansson/veta/tree/main/skills/veta
Command: npx skills add https://github.com/andreasjansson/veta --skill veta

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Persistent memory and knowledge base for agents, enabling proactive note-taking to capture decisions, preferences, gotchas, and context before they are forgotten, across sessions and environments.

Core Features & Use Cases

  • Proactive memory writing: write notes immediately when learning something important, so context is preserved.
  • References and tagging: attach precise references to sources and organize with tags for quick recall.
  • Cross-session and multi-project memory: retrieve relevant context across CLI and Cloudflare worker deployments, ensuring continuity over days or projects.

Quick Start

Tell the agent to write a memory note immediately when you learn something important.

Frequently Asked Questions about veta

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

FAQPage Schema
How do I persist agent memory across multiple sessions and projects?

Agent memory persistence works by proactively writing structured notes with a name and description as soon as relevant information is learned. This knowledge base uses tag-based organization and optional references to ensure context is recalled during future interactions.

What is the best way to capture agent context before it is forgotten in a CLI environment?

The best way to capture agent context in CLI environments is to write memory notes immediately when important information is learned. This creates a persistent, tag-organized knowledge base with optional source references for quick recall across sessions.

Can I use proactive agent memory notes in Cloudflare worker deployments?

Yes, proactive agent memory notes function in Cloudflare worker deployments. The memory persistence applies across sessions and environments, ensuring continuity over days and projects in both CLI and Cloudflare worker setups.

How does tag-based organization work for agent knowledge bases?

Tag-based organization for agent knowledge bases works by attaching tags to structured notes containing a name and description. This enables precise source references and allows tooling to quickly retrieve relevant context during future agent interactions.

When do I need proactive memory writing for my agents?

You need proactive memory writing for agents when you must capture decisions, preferences, gotchas, and context before they are forgotten. It is essential for maintaining continuity over multiple days and across different projects.

Do I need specific dependencies to enable cross-session agent memory?

No external dependencies are required to enable cross-session agent memory. The tooling operates independently to persist knowledge by writing structured notes with tags and optional references across CLI and Cloudflare worker deployments.