Syntic

Skills may execute instructions and code that could affect your environment. Marketplace scans reduce risk but do not guarantee safety. Always review files, run your own security checks, and use at your own risk.

Strategy R&DFree Safe

skill-designer

Security Scan Summary

Status: Safe

Source: Syntic Skills registry

Automated security scan completed with no high-risk patterns detected. Manual review is still required.

About This Skill

Use when the skill-generation pipeline needs a prompt that produces a complete new skill directory following repository conventions from a structured idea spec.

Downloadable SKILL.md

Download SKILL.md and place it in your Syntic skills folder. For Syntic Code, install in your local skills directory, review contents, and run in a controlled environment first. Acknowledge the risk notice above to enable the download.

SKILL.md
---
name: skill-designer
description: Use when the skill-generation pipeline needs a prompt that produces a complete new skill directory following repository conventions from a structured idea spec.
category: Strategy R&D
version: 1.0.0
tools: []
---

# Skill Designer

## Overview

Generate a comprehensive design prompt from a structured skill-idea specification, instructing the creation of a complete new skill following repository conventions: a definition file with proper frontmatter, reference documents, and supporting scaffolding.

## When to Use

- The skill auto-generation pipeline selects an idea from the backlog and needs a design prompt.
- A developer wants to bootstrap a new skill from a structured idea specification.
- Quality review of a generated skill requires awareness of the scoring rubric it was designed against.

## Methodology

1. Take an idea specification containing: title, description, and category (e.g. trading-analysis, developer-tooling).
2. Take a normalized skill name, which becomes both the directory name and the frontmatter `name:` field.
3. Assemble the design prompt by combining: the idea specification; the skill-structure guide (directory layout, definition-file format, naming conventions); the quality checklist (a dual-axis review rubric across 5 categories worth 100 points total); the skill template (standard sections and frontmatter shape); and a list of existing skills (up to 20) to check against, so the new skill doesn't duplicate one that already exists.
4. Hand the assembled prompt to the generating agent to produce the new skill's directory and contents.
5. After generation, validate the output: confirm the definition file exists with correct frontmatter, confirm the directory structure follows conventions, and confirm the result scores acceptably against the quality checklist before it's considered done.

Bundle Download

Includes SKILL.md and bundled support files where provided. Risk acknowledgement is required.

Install Targets

Syntic App

  1. 1. Create a dedicated folder for this skill in your local skills library.
  2. 2. Place SKILL.md into that folder.
  3. 3. Restart Syntic and invoke this skill on matching tasks.

Syntic Code (CLI)

  1. 1. Save SKILL.md in your local Syntic Code skills directory.
  2. 2. Keep related files in the same skill folder.
  3. 3. Run in a safe environment and validate outputs.

Source

https://github.com/tradermonty/claude-trading-skills/blob/main/skills/skill-designer/SKILL.md

Open Source Link
Strategy R&D

Related Skills