meta-skill-create

Define and enforce standardized conventions for creating, naming, and organizing skills in a repository.

Updated Feb 22, 2026
One-click install
npx skills add https://github.com/JuroOravec/agents --skill meta-skill-create
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: meta-skill-create
Source: https://github.com/JuroOravec/agents/tree/main/.cursor/skills/meta/skill-create
Command: npx skills add https://github.com/JuroOravec/agents --skill meta-skill-create

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This guide defines standardized conventions for creating, naming, and organizing skills within this repository to ensure consistency and discoverability.

Core Features & Use Cases

  • Establishes naming prefix rules, area and specific naming patterns, and the object-action approach for new skills.
  • Documents where to place new skills (folders under act/, project/, meta/, root/) and how to reference them in the Cursor config.
  • Provides guidance for evaluating and reorganizing skill directories, including when to rename or reorganize skills.

Quick Start

Follow the conventions to create or rename a skill, ensuring the SKILL.md frontmatter contains name and description.

Frequently Asked Questions about meta-skill-create

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

FAQPage Schema
What are the naming conventions for creating new skills in a repository?

Skills follow an object-action naming approach with area-specific patterns and prefix rules. Each skill requires a SKILL.md file containing frontmatter with name and description to maintain repository consistency.

How do I organize skill folders and directories in my project?

Organize skill folders by placing them under act/, project/, meta/, or root/ directories based on their scope. Reference the organized skills in the Cursor config to ensure they are discoverable and correctly loaded.

What should be included in SKILL.md frontmatter for documentation standards?

SKILL.md frontmatter must include name and description fields to meet documentation standards. Optional components directories can be added alongside the file to support the skill's internal operations and structure.

When should I reorganize or rename existing skills in a repository?

Rename or reorganize skills when directory structures no longer align with established conventions or hinder discoverability. Evaluate existing skill folders against current naming prefixes and documentation templates before restructuring.

Do I need any dependencies or components to start authoring skills?

No dependencies are required to start authoring skills. You only need to create a SKILL.md file with the required frontmatter and optionally add a components directory to support the skill's functionality.