quark-skill-creator

Create and restructure Quark Agent Skills to meet format and governance contracts.

154|27|Updated Jun 19, 2024
One-click install
npx skills add https://github.com/amd/Quark --skill quark-skill-creator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: quark-skill-creator
Source: https://github.com/amd/Quark/tree/main/.claude/skills-impl/meta/shared/quark-skill-creator
Command: npx skills add https://github.com/amd/Quark --skill quark-skill-creator

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill helps maintainers create or restructure Quark Agent Skills so they follow the repo’s required format, layer rules, artifact contracts, and governance workflow without missing critical fields or steps.

Core Features & Use Cases

  • Skill authoring guidance: Captures intent, routes to the correct layer, drafts the skill, and validates the result.
  • Contract compliance: Enforces required frontmatter, section order, description limits, and canonical artifact rules.
  • Governance workflow: Supports review, validation, and handoff for meta skills that manage other skills.
  • Use Case: A maintainer says “create a new skill for X” and uses this Skill to scaffold the skill correctly, validate it, and prepare it for review.

Quick Start

Ask this skill to help you create a new Quark skill by providing the skill name, intent, target layer, primary artifact, and trigger phrases.

Frequently Asked Questions about quark-skill-creator

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

FAQPage Schema
How do I scaffold a Quark skill with built-in governance and metadata validation?

To scaffold a Quark skill with governance, this tool captures intent, routes to the correct layer, drafts the SKILL.md, and validates frontmatter and artifact contracts. It ensures structural compliance automatically during skill authoring.

What is the required format contract for authoring Quark Agent Skills?

The required format contract for Quark Agent Skills enforces specific frontmatter, section ordering, description limits, and canonical artifact rules. This ensures skills conform to project layer rules and governance workflow standards.

How do I restructure an existing skill to pass format and layer rule validation?

To restructure an existing skill for validation, apply this tool to perform a structural rewrite that enforces required frontmatter, section order, and artifact contracts. It aligns the skill with the project governance workflow.

Do I need a concrete primary artifact to draft a SKILL.md file?

Yes, you need a concrete primary artifact and repo-root-relative source knowledge to draft a SKILL.md file. These are required to support validation checks and structural drift detection during the skill scaffolding process.

When should I use a skill scaffolding tool instead of manually writing metadata?

Use a skill scaffolding tool instead of manual metadata writing when you need to enforce strict format contracts, layer rules, and governance workflows without missing critical fields. It automates validation for meta skills managing other skills.