skill-creator

Guide creation of custom AI skills for the Navigator application.

Updated Mar 9, 2026
One-click install
npx skills add https://github.com/thilak0105/Neoverse-26 --skill skill-creator-thilak0105
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/thilak0105/Neoverse-26/tree/main/apps/desktop/bundled-skills/skill-creator
Command: npx skills add https://github.com/thilak0105/Neoverse-26 --skill skill-creator-thilak0105

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides comprehensive guidance and a structured process for creating effective, custom AI skills that extend the capabilities of the Navigator application.

Core Features & Use Cases

  • Skill Anatomy: Understand the structure of a skill, including SKILL.md and optional bundled resources (scripts/, references/, assets/).
  • Creation Process: Follow a step-by-step guide from understanding the skill's purpose to testing and iteration.
  • Saving Skills: Learn the exact, OS-specific paths for saving custom skills within the Navigator user data directory.
  • Frontmatter Rules: Adhere to specific requirements for name, description, and avoid forbidden fields like verified: true for custom skills.
  • Verification: Perform mandatory checks to ensure the skill is saved correctly and its frontmatter is valid.

Quick Start

Use the skill-creator to understand how to create a new custom skill for Navigator.

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 custom AI skill for the Navigator application?

To create a custom AI skill, define its purpose, structure the `SKILL.md` file with proper frontmatter, add optional bundled resources like scripts or references, and save it to the OS-specific Navigator user data directory for verification.

What is the required file structure and anatomy of a custom skill?

The anatomy of a custom skill consists of a core `SKILL.md` file and optional bundled resources, specifically `scripts/`, `references/`, and `assets/` directories, which together define the skill's logic and supporting materials.

What frontmatter rules must I follow when building a custom skill?

Custom skill frontmatter must include valid `name` and `description` fields, while strictly avoiding forbidden fields like `verified: true` to maintain the distinction between custom and official Navigator skills.

Where do I save custom skills to ensure they load correctly in Navigator?

Custom skills must be saved in exact OS-specific paths within the Navigator user data directory, followed by mandatory verification checks to ensure the file location and frontmatter are valid for proper loading.

Does my custom skill require external dependencies to function in Navigator?

No, custom skills do not require external dependencies to function, relying entirely on their internal `SKILL.md` configuration and optional bundled resource directories to execute tasks within the Navigator environment.

What is the difference between custom and official skills in Navigator?

The difference between custom and official skills is defined by frontmatter restrictions; custom skills cannot use the `verified: true` field and are created by users for specific personal automation needs within the Navigator application.