ls-skill-creator

Create or import spec-compliant Agent Skills into the local registry.

3|2|Updated Dec 25, 2025
One-click install
npx skills add https://github.com/CruxExperts/localsetup --skill ls-skill-creator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ls-skill-creator
Source: https://github.com/CruxExperts/localsetup/tree/main/_localsetup/skills/ls-skill-creator
Command: npx skills add https://github.com/CruxExperts/localsetup --skill ls-skill-creator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Streamline creation or import of spec-compliant Agent Skills for this framework.

Core Features & Use Cases

  • Convert user descriptions or documents into spec-compliant skills that fit in _localsetup/skills/.
  • Import external skills (e.g., Anthropics' skills) into the local registry with proper naming and versioning.
  • Export framework skills for use in other hosts or platforms, ensuring portability and interoperability.

Quick Start

Use this workflow to create or import a skill and place it under _localsetup/skills/ for registration.

Frequently Asked Questions about ls-skill-creator

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

FAQPage Schema
How do I create Agent Skills that are spec-compliant for this framework?

To create Agent Skills, you convert user descriptions or documents into structured files that fit in the local skills directory. This process enforces the spec by requiring core fields like name and description, alongside optional metadata, scripts, and references.

Can I import external Agent Skills into my local registry?

Yes, you can import external Agent Skills into the local registry. The import process applies proper naming and versioning conventions to ensure the incoming skills are correctly registered and function within the host framework.

What is the best way to export framework skills for use in other host environments?

The best way to export framework skills is to use a portability workflow that packages the skill structure for other platforms. This ensures interoperability so the exported skills can be recognized and executed by different host ecosystems.

What metadata is required when generating new agent skills?

Generating new agent skills requires the mandatory name and description fields to satisfy the spec. You can also include optional metadata, scripts, references, and assets to enrich the skill's functionality and framework registration.

Does this skill creation process work for adapting existing documents into portable skills?

Yes, adapting existing documents into portable skills is a core workflow. It transforms your documents into spec-compliant skill formats, ensuring they are portable and properly registered across different ecosystems.