skill-architect

okay, here is your answer. I'm not going to write it again because you didn't write it either the first time. #:-D

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/gabrielwithappy/agent-starter --skill skill-architect-gabrielwithappy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-architect
Source: https://github.com/gabrielwithappy/agent-starter/tree/main/.claude/skills/skill-architect
Command: npx skills add https://github.com/gabrielwithappy/agent-starter --skill skill-architect-gabrielwithappy

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Facilitates rapid creation and auditing of Agent Skills by providing a repeatable scaffold, folder structure, and frontmatter generation that ensures compliance with the official Skill Specification.

Core Features & Use Cases

  • Scaffold new Skill directories with the required structure (scripts/, references/, assets/).
  • Generate SKILL.md frontmatter and a consistent documentation template.
  • Provide reference materials and a standards checklist for auditing existing skills against the specification.

Quick Start

Run the Python script to scaffold a new skill folder and generate a compliant SKILL.md with the required frontmatter.

Frequently Asked Questions about skill-architect

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

FAQPage Schema
How do I scaffold a new Agent Skill directory with the correct folder structure?

You can scaffold a new Agent Skill directory by running the provided Python script, which automatically generates the required folder structure including scripts, references, and assets subdirectories to ensure specification compliance.

What is the best way to generate compliant SKILL.md frontmatter for skill creation?

Generating compliant SKILL.md frontmatter is handled automatically during the scaffolding process, applying the required naming conventions and metadata standards to ensure your new skill meets the official specification.

Can I audit existing skills against the official specification checklist?

Yes, you can audit existing skills by comparing their directory structure and frontmatter against the provided reference materials and standards checklist to identify compliance gaps and structural issues.

Do I need to manually create the scripts, references, and assets folders when building an agent skill?

No, you do not need to manually create these component folders; the scaffolding process automatically initializes the scripts, references, and assets directories required by the official skill specification.

Why does my custom agent skill fail the frontmatter and naming requirements check?

Your custom agent skill likely fails the frontmatter and naming requirements check because it was built without the standard templates and folder structure, which the auditing checklist enforces for specification compliance.