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.
What is an Agent Skill?
Section titled “What is an Agent Skill?”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.
Prerequisites
Section titled “Prerequisites”The skill provides knowledge about Sidvy tools, but the tools themselves come from the MCP server. You need both:
- Sidvy MCP Server configured and running — see MCP Server for setup
- Sidvy account with an API key
Installation
Section titled “Installation”Using skills CLI
Section titled “Using skills CLI”npx skills add martinhjartmyr/sidvy-skillSee skills.sh for more about the skills CLI.
Manual
Section titled “Manual”Clone or copy the repository to your agent’s skills path:
git clone https://github.com/martinhjartmyr/sidvy-skill.gitWhat’s Included
Section titled “What’s Included”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.
Source Code
Section titled “Source Code”The skill is open source: