skill-creator

Standardize directory structure and metadata configuration for JClaw skills.

12|3|Updated Apr 6, 2026
One-click install
npx skills add https://github.com/tsukhani/jclaw --skill skill-creator-tsukhani
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/tsukhani/jclaw/tree/main/skills/skill-creator
Command: npx skills add https://github.com/tsukhani/jclaw --skill skill-creator-tsukhani

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill solves the problem of inconsistent skill structures and manual setup overhead by enforcing a standardized directory layout and metadata schema for all new or existing skills.

Core Features & Use Cases

  • Standardization: Automatically enforces the required directory structure (SKILL.md, credentials/, tools/) for all skills.
  • Metadata Management: Guides the creation of YAML frontmatter, including tool and command declarations, to ensure compatibility with the JClaw ecosystem.
  • Refactoring: Audits existing, non-compliant skills and provides a systematic path to move files and update definitions to meet current standards.

Quick Start

Use the skill-creator to initialize a new skill named data-analyzer with the filesystem tool enabled.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I standardize the directory structure for AI skills?

Standardizing the directory structure for AI skills requires enforcing a specific layout including SKILL.md, credentials/, and tools/ folders. This skill automatically validates and generates that required directory layout to ensure architectural compliance across your environment.

What is the best way to manage YAML frontmatter metadata for development tools?

Managing YAML frontmatter for development tools involves declaring tools and commands within a metadata schema. This skill guides the creation of compliant YAML frontmatter to ensure compatibility and operational integrity within the system ecosystem.

How do I refactor an existing non-compliant skill?

Refactoring an existing non-compliant skill requires auditing its structure and moving files to meet current standards. This skill audits existing skills and provides a systematic path to update definitions and relocate files for compliance.

Does this skill validate tool and command declarations against a system catalog?

Validating tool and command declarations against a system catalog ensures operational integrity. This skill checks all declared tools and commands against an authoritative system catalog to maintain compliance and prevent invalid configurations.

Can I initialize a new skill with specific filesystem tools enabled?

Initializing a new skill with specific filesystem tools enabled is supported through guided metadata management. This skill allows you to set up new skills like data-analyzer while declaring the appropriate filesystem tools in the YAML frontmatter.