gsd-new-skill

Create SKILL.md files, subagent prompts, and pipeline updates for new GSD skills.

Updated May 11, 2025
One-click install
npx skills add https://github.com/rogsme/dotfiles --skill gsd-new-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-new-skill
Source: https://github.com/rogsme/dotfiles/tree/main/.config/gsd/skills/gsd-new-skill
Command: npx skills add https://github.com/rogsme/dotfiles --skill gsd-new-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

Automates the process of creating a new GSD skill, including design, SKILL.md creation, subagent prompts, contract wiring, deployment, and verification.

Core Features & Use Cases

  • Skill Creation: Designs and sets up a new GSD skill from scratch.
  • SKILL.md Generation: Writes the SKILL.md file with frontmatter and operational instructions.
  • Subagent Prompt Creation: Generates subagent prompts for specific roles in the skill.
  • Contract Wiring: Updates pipeline tables and templates for the new skill.
  • Deployment: Deploys the skill and verifies its integrity.
  • Change Logging: Appends a CHANGELOG entry for the new skill.

Quick Start

Use the gsd-new-skill to create a new skill for GSD with the name 'new-gsd-skill'.

Frequently Asked Questions about gsd-new-skill

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

FAQPage Schema
How do I automate skill creation and generate a SKILL.md file from scratch?

Automating skill creation requires providing a skill name and design details to generate a SKILL.md file with frontmatter, subagent prompts, and operational instructions. The process also wires contracts and deploys the skill automatically.

What's the best way to scaffold a new deployment pipeline for a custom skill?

Scaffolding a new deployment pipeline is handled by updating pipeline tables, generating subagent prompts, and wiring contract templates. The setup appends a CHANGELOG entry and verifies deployment integrity upon completion.

What do I need to provide before generating subagent prompts and SKILL.md files?

Generating subagent prompts and SKILL.md files requires you to provide the desired skill name and specific design details. No external dependencies are needed, as the tool handles design, contract wiring, and deployment internally.

Does the skill creation process include deployment verification and change logging?

Yes, the skill creation process includes deployment verification and change logging. It updates pipeline tables, verifies the deployed skill's integrity, and appends a CHANGELOG entry to maintain an accurate record of modifications.

Can I use this to design a skill from scratch without manual template wiring?

Yes, you can design a skill from scratch without manual template wiring. The automation handles contract wiring, updates pipeline tables, and creates subagent prompts directly from your provided skill name and design specifications.

Why does my automated skill deployment require updated pipeline tables?

Automated skill deployment requires updated pipeline tables to properly wire contracts and integrate the new skill into the existing system. This ensures the SKILL.md file and subagent prompts function correctly within the deployment pipeline.