add-resource-skill

Create a skills.sh formatted Pixee CLI skill with canonical frontmatter and structure.

31|12|Updated Nov 28, 2023
One-click install
npx skills add https://github.com/pixee/pixee-cli --skill add-resource-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-resource-skill
Source: https://github.com/pixee/pixee-cli/tree/main/.claude/skills/add-resource-skill
Command: npx skills add https://github.com/pixee/pixee-cli --skill add-resource-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Guides authors to add a new skills.sh formatted Pixee CLI skill under skills/pixee-<noun>/SKILL.md, ensuring consistent frontmatter, scope, and discoverability for agents.

Core Features & Use Cases

  • Enforces one skill per top-level pixee subcommand with a shared prerequisite (pixee-shared).
  • Guides correct frontmatter with a canonical slug, verb-first description, and HAL references.
  • Promotes picker-friendly descriptions and cross-reference practices to maintain consistency across skills.

Quick Start

Create a new pixee-<noun> skill by writing SKILL.md with frontmatter and a single-domain scope following the existing sibling patterns.

Frequently Asked Questions about add-resource-skill

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

FAQPage Schema
How do I create a new skills.sh formatted skill for the pixee CLI?

To create a skills.sh formatted skill for the pixee CLI, author a SKILL.md file under the skills/pixee-<noun>/ directory. This guide enforces the canonical structure, frontmatter schema, and H1 naming conventions required for agent discoverability.

What frontmatter schema is required when writing a domain skill?

The required frontmatter schema for a domain skill includes a canonical slug, a verb-first description, and HAL references. Adhering to this frontmatter schema ensures your skill maintains correct scope and cross-reference practices across the platform.

How does the pixee CLI structure prerequisite references for new skills?

The pixee CLI structures prerequisite references by enforcing one skill per top-level subcommand with a shared pixee-shared prerequisite. Your SKILL.md must include these PREREQUISITE references to maintain a consistent dependency layout.

What is the best way to ensure agent discoverability for a pixee CLI skill?

The best way to ensure agent discoverability is to write picker-friendly descriptions and follow the established sibling skill patterns. This guide promotes consistent cross-reference practices and canonical frontmatter so agents can easily locate and use your skill.

Do I need to follow a specific layout when authoring skills.sh guidelines?

Yes, you must follow a specific layout when authoring skills.sh guidelines. This guide enforces a canonical structure including frontmatter, PREREQUISITE references, and H1 naming, providing examples and best practices for consistent skill authoring.