skill-architect

Scaffold, review, and refine Agent Skill SKILL.md files for spec compliance and routing quality.

Updated Jan 28, 2026
One-click install
npx skills add https://github.com/scanady/nexus-skills --skill skill-architect-scanady
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: skill-architect
Source: https://github.com/scanady/nexus-skills/tree/main/.agents/skills/skill-architect
Command: npx skills add https://github.com/scanady/nexus-skills --skill skill-architect-scanady

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve? Authoring Agent Skills that activate reliably is hard: descriptions collide with neighbor skills, frontmatter violates the spec, and metadata is missing or inconsistent. This Skill manages the full lifecycle of a SKILL.md file so skills route correctly and stay spec-compliant. ## Core Features & Use Cases - Build Phase: Classify a new skill into one of six archetypes, generate taxonomy-compliant naming, frontmatter, workflow, constraints, and scaffold the directory with scripts/scaffold.py. - Review Phase: Run scripts/validate.py, apply a full compliance checklist covering frontmatter, body structure, description quality, and trigger collisions, then classify findings as errors, warnings, or suggestions. - Metadata Phase: Derive and refine metadata fields (domain, triggers, role, scope, output-format) while protecting description, name, and license from unwanted changes. - Use Case: Ask to audit an existing skill and receive a structured report of spec violations, routing collision risks against neighbor skills, and concrete before/after fixes. ## Quick Start Review the skill in my skills directory for spec compliance and optimize its description and triggers.

Frequently Asked Questions about skill-architect

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

FAQPage Schema
How do I create a new Agent Skill with proper frontmatter?▼

Invoke the build phase with a request like "create a skill". The workflow classifies your skill into one of six archetypes, generates taxonomy-compliant naming and frontmatter, then scaffolds the directory using scripts/scaffold.py with starter references.

How do I review a SKILL.md for spec compliance?▼

Ask to review or audit the skill. The process runs scripts/validate.py first, then applies a checklist covering frontmatter fields, body structure, description quality, and trigger collisions, classifying each finding as an error, warning, or suggestion.

What makes a skill description trigger reliably?▼

A reliable description is 150-400 characters, opens with a differentiator from the nearest neighbor skill, and includes 3-6 quoted user-language phrases plus a WHEN clause. Triggers should be 6-10 verb-object phrases with no duplicates of description text.

Can this update skill metadata without changing the description?▼

Yes. The metadata phase treats description, name, license, compatibility, and allowed-tools as protected fields. It only adds or refines metadata fields like domain, triggers, role, scope, and output-format, each grounded in actual skill content.

Why does my skill activate on the wrong prompts?▼

Wrong activation usually comes from description collisions with neighbor skills or overly broad triggers. The review phase runs a collision scan against the 2-3 nearest neighbor skills and resolves overlap with leading qualifiers, anti-triggers, or priority settings.