Skip to content

Agent Skill

The Sidvy Agent Skill gives AI coding agents like Claude Code pre-loaded knowledge about Sidvy’s MCP tools, so they know how to use them without needing manual instructions.

An Agent Skill is a set of structured instructions that an AI coding agent loads automatically when the context matches. Instead of explaining Sidvy’s tools and API every time, the skill provides that knowledge up front — tool names, parameters, usage patterns, and best practices.

When you mention notes, todos, or workspaces, the agent recognizes the context and applies the skill automatically.

The skill provides knowledge about Sidvy tools, but the tools themselves come from the MCP server. You need both:

  1. Sidvy MCP Server configured and running — see MCP Server for setup
  2. Sidvy account with an API key
Terminal window
npx skills add martinhjartmyr/sidvy-skill

See skills.sh for more about the skills CLI.

Clone or copy the repository to your agent’s skills path:

Terminal window
git clone https://github.com/martinhjartmyr/sidvy-skill.git

The skill covers the full Sidvy MCP tool set:

  • Notes — Create, read, update, search, and organize markdown notes
  • Calendar Notes — Daily and weekly notes with automatic date handling
  • Groups — Hierarchical folder structure for organizing notes
  • Todos — Task management synced with markdown checkboxes
  • Workspaces — Separate environments for different contexts

For the complete tool reference with parameters and examples, see SKILL.md in the repository.

The skill is open source:

github.com/martinhjartmyr/sidvy-skill