skills-catalog

List and inspect Matimo skills from core, provider, and user-created sources.

11|8|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/tallclub/matimo --skill skills-catalog
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skills-catalog
Source: https://github.com/tallclub/matimo/tree/main/typescript/packages/core/skills/skills-catalog
Command: npx skills add https://github.com/tallclub/matimo --skill skills-catalog

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Skill Catalog solves the challenge of discovering and evaluating the growing set of Matimo skills across core, provider, and user-created offerings, reducing search friction and accelerating integration.

Core Features & Use Cases

  • Browse core, provider, and user-created skills to understand what tools exist and how they can be combined.
  • Read Level 2 activation details from SKILL.md for each skill to learn when and how to use it.
  • Locate skills by name, category, or task and access bundled references and examples when needed.

Quick Start

List all available skills with their basic metadata using matimo_list_skills.

Frequently Asked Questions about skills-catalog

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

FAQPage Schema
How do I browse and discover available Matimo skills?

To browse and discover Matimo skills, use the matimo_list_skills command to list all available core, provider, and user-created skills along with their basic metadata. You can locate specific skills by name, category, or task.

How can I view full instructions and activation details for a specific skill?

You can view a specific skill's full instructions by reading the Level 2 activation details from its SKILL.md file. This allows you to learn exactly when and how to use the skill in your workflow.

What are the differences between core, provider, and user-created skills?

Core, provider, and user-created skills differ by their source within the Matimo ecosystem. Browsing these categories helps you understand what tools exist and how they can be combined to build workflows.

Do I need a specific file format to access bundled references and examples?

Accessing bundled references and examples requires a SKILL.md file with frontmatter containing at least a name and description, plus optional resources stored in scripts, references, or assets directories to extend behavior.

What is the best way to evaluate and integrate multiple Matimo skills?

The best way to evaluate and integrate Matimo skills is using the Skill Catalog to reduce search friction. You can inspect each skill's metadata and bundled resources to quickly understand how to implement them into your workflow.