skill-creator

Generate ETNA_TRADER skill.md files with required frontmatter and resource organization.

Updated Mar 24, 2026
One-click install
npx skills add https://github.com/tombelial666/test --skill skill-creator-tombelial666
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/tombelial666/test/tree/main/.cursor/skills/skill-creator
Command: npx skills add https://github.com/tombelial666/test --skill skill-creator-tombelial666

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Guides teams through designing and documenting ETNA_TRADER skills, ensuring consistent structure, metadata, and resources for scalable skill development.

Core Features & Use Cases

  • Provides a standardized skill.md skeleton with required frontmatter (name, description) and a clear body workflow.
  • Describes how to organize optional resources (scripts/, references/, assets/) for reusability and on-demand loading.
  • Outlines a repeatable skill creation process including naming, indexing, testing, and registration.

Quick Start

Draft a new skill.md following ETNA_TRADER conventions, including name, description, and optional resources, then register it in the skills index.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I create a skill.md file for ETNA_TRADER?

To create an ETNA_TRADER skill.md file, draft a new document following ETNA_TRADER conventions by including required frontmatter fields like name and description, then add a structured body workflow before registering it in the skills index.

What frontmatter fields are required for ETNA_TRADER skill creation?

Required frontmatter fields for ETNA_TRADER skill creation are name and description, which must be included in the skill.md file to enforce consistent metadata structure and ensure proper skill indexing.

How do I organize scripts, references, and assets when building an ETNA_TRADER skill?

Organize optional ETNA_TRADER skill resources by placing them into dedicated scripts/, references/, and assets/ directories to enable reusability and support on-demand loading during skill execution.

What is the standard workflow for documenting and testing ETNA_TRADER skills?

The standard workflow for documenting and testing ETNA_TRADER skills involves naming the skill, drafting the skill.md body content, organizing optional resources, testing the implementation, and finally registering it in the skills index.

Does this skill creation guide support updating existing ETNA_TRADER skills?

Yes, this skill creation guide supports updating existing ETNA_TRADER skills by helping regenerate well-formed skill.md files with required metadata and enforcing conventions for frontmatter fields and structured body sections.