skill-creator

Create, validate, and package custom skills for Renegade Kernel.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/zombiegirlcz/RENEGATE-karnel-cli --skill skill-creator-zombiegirlcz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/zombiegirlcz/RENEGATE-karnel-cli/tree/main/packages/core/src/skills/builtin/skill-creator
Command: npx skills add https://github.com/zombiegirlcz/RENEGATE-karnel-cli --skill skill-creator-zombiegirlcz

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides a comprehensive guide and tooling for creating, packaging, and managing custom skills for Renegade Kernel, enabling users to extend its capabilities with specialized knowledge and workflows.

Core Features & Use Cases

  • Skill Creation Guidance: Offers detailed instructions on structuring skills, writing SKILL.md files, and organizing bundled resources (scripts/, references/, assets/).
  • Tooling: Includes scripts (init_skill.cjs, package_skill.cjs, validate_skill.cjs) to initialize, validate, and package skills into distributable .skill files.
  • Use Case: A developer needs to create a new skill to interact with a specific internal API. They would use this Skill to understand the best practices for structuring the skill, writing the necessary documentation and scripts, and finally packaging it for deployment.

Quick Start

Use the skill creator to initialize a new skill named 'my-api-skill' in the 'skills/custom' directory.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I create and package custom skills for Renegade Kernel?

To create and package custom skills, use this skill creator to guide structuring your directories, writing SKILL.md files, and running scripts like package_skill.cjs to bundle everything into a distributable .skill file.

What is the best way to structure an AI agent skill extension?

The best way to structure an AI agent skill extension is to organize resources into modular directories, specifically separating scripts, references, and assets, while documenting usage in a central SKILL.md file.

How do I validate a custom skill before deployment?

You validate a custom skill before deployment by running the included validate_skill.cjs script, which checks your skill's structure and resource organization to ensure it meets packaging requirements.

Can I initialize a new plugin development project from the command line?

Yes, you can initialize a new plugin development project from the command line by running the init_skill.cjs script, which sets up the foundational directory structure for your custom skill.

What files are included in a packaged .skill file?

A packaged .skill file includes your organized skill resources, specifically the scripts, references, and assets directories, along with the SKILL.md documentation required for the AI agent to execute the skill.