create-skill

Create and migrate SKILL.md files to the Anthropic Agent Skills format.

1.7k|523|Updated May 5, 2026
One-click install
npx skills add https://github.com/Open-Curiosity/gini-agent --skill create-skill-open-curiosity
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-skill
Source: https://github.com/Open-Curiosity/gini-agent/tree/main/skills/meta/create-skill
Command: npx skills add https://github.com/Open-Curiosity/gini-agent --skill create-skill-open-curiosity

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill addresses the challenge of creating new skills and migrating existing ones to the Anthropic Agent Skills format, simplifying the process for users.

Core Features & Use Cases

  • Skill Creation: Author new skills from user prompts, ensuring they meet the Anthropic Agent Skills specification.
  • Migration: Convert legacy SKILL.md files to the new format, preserving existing functionality.
  • Use Case: When a user requests a new skill or needs to update an existing one to work with the latest Gini Agent version.

Quick Start

Run the 'create-skill' command with the desired skill name and description.

Frequently Asked Questions about create-skill

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

FAQPage Schema
How do I migrate legacy SKILL.md files to the Anthropic Agent Skills format?

Creating new Anthropic Agent Skills from a prompt involves authoring configurations that meet the official specification. This Skill automates the generation process, taking your desired skill name and description to produce a compliant SKILL.md file.

Do I need a Gini gateway to create and migrate Anthropic Agent Skills?

Yes, a Gini gateway is required to create and migrate Anthropic Agent Skills. The Skill relies on the Gini gateway to execute Bash commands, file write operations, and file patches during the creation and migration workflow.

What is the Anthropic Agent Skills format and when do I need it?

The Anthropic Agent Skills format is the latest specification for authoring agent capabilities. You need it when updating existing legacy SKILL.md files or building new skills to ensure compatibility with the current Gini Agent version.

Does the skill creation process support Bash and file patching operations?

Yes, the skill creation process supports Bash, file write, and file patch operations. These capabilities allow the Skill to automate structural generation and apply targeted modifications when authoring new skills or migrating legacy files.

What are the limitations when migrating legacy SKILL.md files to the new format?

Migration limitations depend on the complexity of legacy SKILL.md files and their compatibility with the new Anthropic Agent Skills specification. While existing functionality is preserved during conversion, heavily customized legacy configurations may require manual adjustments post-migration.