skill-creator

Automate Matimo skill creation, validation, and lifecycle management.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the process of turning user requirements into production-ready skills by guiding creation, validation, and lifecycle management within Matimo.

Core Features & Use Cases

  • Draft the SKILL.md with proper frontmatter and instructions
  • Validate the skill against the Agent Skills spec using matimo_validate_skill
  • Create or update a skill in the skills directory with matimo_create_skill
  • Iterate through feedback using matimo_get_skill and re-validate
  • Manage skill lifecycle (versioning, cataloging, and continuous improvement)

Quick Start

Describe the desired skill and request a complete SKILL.md draft with frontmatter and instructions.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I create a new Matimo skill from scratch?

To create a Matimo skill, describe your requirements to generate a complete SKILL.md draft with proper frontmatter and instructions. The workflow automates drafting and validates the output against the Agent Skills spec to ensure production readiness.

What is the best way to validate a skill against the Agent Skills spec?

The best way to validate a skill is using the matimo_validate_skill integration. It automatically enforces frontmatter completeness and verifies the directory structure to ensure your skill meets the production-ready Agent Skills specification.

How does skill lifecycle management work for iterating on user feedback?

Skill lifecycle management works by using matimo_get_skill to retrieve existing content and re-validate updates based on feedback. This continuous iteration loop handles versioning, cataloging, and structural improvement across the skill lifecycle.

Can I use this to update an existing skill in the skills directory?

Yes, you can update an existing skill in the skills directory using matimo_create_skill. It handles the creation or refinement of the skill files while enforcing required frontmatter and directory structure for the updated content.

Do I need to manually format the frontmatter for a SKILL.md file?

No, you do not need to manually format frontmatter. The workflow automates frontmatter completeness and enforces the required directory structure, ensuring the SKILL.md file meets the Agent Skills spec automatically.