skill-designer

Generate complete Claude skill scaffolds from JSON idea specifications.

Updated Apr 17, 2026
One-click install
npx skills add https://github.com/pasie15/claude-trading-skills-marketplace --skill skill-designer-pasie15
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-designer
Source: https://github.com/pasie15/claude-trading-skills-marketplace/tree/main/plugins/trading-dividend-investing/skills/skill-designer
Command: npx skills add https://github.com/pasie15/claude-trading-skills-marketplace --skill skill-designer-pasie15

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Designing Claude skills from scratch is error-prone and inconsistent. This Skill automates the creation of complete skill definitions from structured idea specifications, ensuring consistent SKILL.md frontmatter and the required project scaffolding (references, scripts, tests).

Core Features & Use Cases

  • Generate a complete SKILL.md frontmatter from a JSON idea specification.
  • Produce scaffold templates for references, scripts, and test stubs aligned to repository conventions.
  • Validate generated output against the project guidelines and provide a ready-to-run prompt for Claude CLI.

Quick Start

Provide a JSON idea specification and a desired skill-name to generate a complete skill directory (SKILL.md, references, scripts, and tests) via the Claude CLI prompt builder.

Frequently Asked Questions about skill-designer

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

FAQPage Schema
How do I generate a Claude skill from a structured idea specification?

To generate a Claude skill, provide a JSON idea specification and a desired skill-name. This process produces a complete skill directory including SKILL.md, references, scripts, and tests.

What is the best way to ensure consistent SKILL.md frontmatter for new skills?

Ensuring consistent SKILL.md frontmatter requires template-driven scaffolding and metadata standards enforcement. Generating skill definitions from structured specifications automatically validates output against project guidelines.

Can I use a JSON spec to scaffold project directories, scripts, and tests for Claude?

Yes, applying a JSON spec to the prompt-pipeline scaffolds project directories, scripts, and tests. It generates aligned templates for references and test stubs based on repository conventions.

Does this skill design approach enforce repository conventions for references and tests?

This skill design approach enforces repository conventions by validating generated output against project guidelines. It applies directory conventions and template-driven scaffolding for references and test stubs.

How do I create a ready-to-run prompt for Claude CLI from a backlog item?

Creating a ready-to-run prompt for Claude CLI involves applying backlog item selection to the skill design pipeline. It generates a comprehensive design prompt covering directory structure and metadata standards.

What are the limitations of automating skill design with structured specifications?

Automating skill design with structured specifications requires valid JSON idea inputs and strict adherence to predefined directory conventions. It cannot infer project guidelines outside the provided metadata standards and template structure.