skill-creator

Create and validate custom Accomplish skills with standardized frontmatter and verification steps.

10.9k|1.3k|Updated Jan 14, 2026
One-click install
npx skills add https://github.com/accomplish-ai/accomplish --skill skill-creator-accomplish-ai
Or copy as Structured Prompt for Agentโ–ผ
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/accomplish-ai/accomplish/tree/main/apps/desktop/bundled-skills/skill-creator
Command: npx skills add https://github.com/accomplish-ai/accomplish --skill skill-creator-accomplish-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill guides developers through the process of creating effective, modular skills for Accomplish, ensuring consistent structure and quality.

Core Features & Use Cases

  • Clear frontmatter templates and naming conventions for new skills
  • Step-by-step planning, validation, and bundling of resources (scripts/references/assets)
  • Real-world use: design a new skill to automate a domain task with defined inputs, outputs, and verification

Quick Start

Create a new skill directory with a valid SKILL.md, fill in name and description, optionally add a command, and run through the built-in verification steps to ensure proper structure.

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 skill for Accomplish?โ–ผ

Create a new skill by setting up a directory with a valid SKILL.md file, defining the skill name and description in frontmatter, optionally adding a command, then running verification steps to validate the structure and metadata comply with Accomplish standards.

What structure and metadata do effective Accomplish skills need?โ–ผ

Effective skills require standardized frontmatter that defines name, description, and metadata; optional bundled resources like scripts and references; and clear input, output, and verification specifications to ensure the skill is modular, reusable, and correctly structured.

Can I bundle resources like scripts and references with my skill?โ–ผ

Yes, skills support optional bundled resources including scripts, references, and assets. Bundle them alongside your SKILL.md and frontmatter to make your skill self-contained and reusable across different projects and contexts.

How do I validate that my skill meets Accomplish standards?โ–ผ

Run the built-in verification steps after creating your skill's frontmatter and resources. The verification process checks that your skill has correct structure, valid metadata, proper naming conventions, and defined inputs, outputs, and verification steps.

What's the best way to design a skill to automate a domain task?โ–ผ

Design skills by first defining clear inputs, outputs, and success criteria for your domain task, then create a SKILL.md with standardized frontmatter, step-by-step guidance, and optional bundled resources like scripts or references that implement and support the automation.

Do I need coding experience to create an Accomplish skill?โ–ผ

While coding experience helps for bundled scripts and automation logic, the core skill creation process focuses on clear documentation, standardized frontmatter templates, and structured guidance. The framework supports skills at varying complexity levels.