create-skill

Create new agent skills with a standardized directory structure and SKILL.md template.

Updated Feb 27, 2026
One-click install
npx skills add https://github.com/netzkontrast/JANUS --skill create-skill-netzkontrast
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-skill
Source: https://github.com/netzkontrast/JANUS/tree/main/skills/create_skill
Command: npx skills add https://github.com/netzkontrast/JANUS --skill create-skill-netzkontrast

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a standardized template and process for creating new, reusable agent capabilities, ensuring consistency and discoverability.

Core Features & Use Cases

  • Skill Templating: Offers a clear structure for defining new skills.
  • Standardization: Ensures new skills adhere to the agentskills.io format.
  • Use Case: When you develop a new function, like summarizing meeting transcripts, use this skill to package it correctly for the agent ecosystem.

Quick Start

Create a new directory under /skills/ named my-new-skill and add a SKILL.md file to it.

Frequently Asked Questions about create-skill

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

FAQPage Schema
How do I package a new agent capability into a reusable skill?

You can package agent capabilities by creating a new directory under /skills/ and adding a SKILL.md file, which structures your new function to ensure agentskills.io format compliance and ecosystem discoverability.

What is the agentskills.io format for skill creation?

The agentskills.io format is a standardized directory structure and SKILL.md template that ensures new capabilities are properly packaged for agent system integration and discoverability.

Do I need dependencies to create an agent skill template?

No external dependencies are required for skill creation. You simply need to generate a new directory under /skills/ and author a SKILL.md file to define the capability for the agent ecosystem.

When do I need to use a standardized directory structure for agent development?

You need a standardized directory structure for agent development when you want to package new capabilities, like summarizing meeting transcripts, into reusable skills that integrate with the broader agent ecosystem.

What is the best way to ensure discoverability for new agent skills?

The best way to ensure discoverability is to package your new capability using a standardized SKILL.md template and directory structure, adhering strictly to agentskills.io format compliance for seamless integration.