qualia-skill-new

Create and scaffold reusable Qualia skills with validated YAML frontmatter.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/Qualiasolutions/qualia-framework --skill qualia-skill-new
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qualia-skill-new
Source: https://github.com/Qualiasolutions/qualia-framework/tree/main/skills/qualia-skill-new
Command: npx skills add https://github.com/Qualiasolutions/qualia-framework --skill qualia-skill-new

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines creating, validating, and registering reusable Qualia slash-command skills or lightweight agents so teams can standardize automation and avoid duplicated effort.

Core Features & Use Cases

  • Scope selection and placement: Guides the author to choose framework-scoped, local, or agent targets and resolves the framework checkout path robustly.
  • SKILL.md scaffolding and validation: Collects name, description, trigger phrases, and file access requirements and enforces required frontmatter and description rules.
  • Testing and safe installation: Suggests spawning a test subagent, copying to local skills for testing, and conditional commit/ship steps for framework distribution.

Quick Start

Run the authoring flow, answer prompts for name, description, triggers, and scope, then validate the generated SKILL.md and install locally for testing.

Frequently Asked Questions about qualia-skill-new

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

FAQPage Schema
How do I create and register reusable skills for team automation?

To create and register reusable skills, you scaffold a SKILL.md file with required YAML frontmatter, define trigger phrases for routing, and optionally copy files into the framework repo for team distribution. This standardizes slash commands and prevents duplicated effort across projects.

What is the best way to standardize CLI slash commands across a development team?

Standardizing CLI slash commands involves authoring framework-scoped or local skills using a structured SKILL.md format. By collecting metadata, choosing a scope, and validating frontmatter, teams ensure consistent automation behavior and reliable command routing across different environments.

How do I validate frontmatter and test a newly authored skill before installation?

Validate frontmatter by enforcing required fields and description rules during the scaffolding process. Test the skill by spawning a subagent, copying the files to local skills for execution, and verifying the trigger routing before committing to the framework repository.

Does the Qualia framework support both local and framework-scoped skill distribution?

Yes, the Qualia framework supports both local and framework-scoped skill distribution. You can choose your target scope during the authoring flow, allowing you to test locally first and then conditionally copy the validated files into the framework checkout path for broader team distribution.

What metadata is required to scaffold a SKILL.md file for a new Qualia skill?

Scaffolding a SKILL.md file requires collecting the skill name, description, trigger phrases, and file access requirements. This metadata populates the required YAML frontmatter, enabling the framework to correctly route slash commands and validate the installation.

Why are trigger phrases needed when registering skills in the Qualia framework?

Trigger phrases are needed when registering skills because they enable the framework to accurately route user commands to the appropriate skill. Defining these phrases inside the SKILL.md frontmatter ensures the automation executes the correct workflow based on user input.