gxpm-write-skill

Automates creation of gxpm skills with structured templates and validation.

1|Updated Apr 24, 2026
One-click install
npx skills add https://github.com/laozhong86/gxpm --skill gxpm-write-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gxpm-write-skill
Source: https://github.com/laozhong86/gxpm/tree/main/skills/gxpm-write-skill
Command: npx skills add https://github.com/laozhong86/gxpm --skill gxpm-write-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams bootstrap gxpm skills with a standard, discoverable structure so new capabilities can be added safely and consistently.

Core Features & Use Cases

  • Provides a canonical folder layout (SKILL.md, references/, scripts/)
  • Supplies a reusable SKILL.md template and guidance for quality gates
  • Guides on progressive disclosure and resource packaging
  • Prepares skills for evaluation and hygiene tooling

Quick Start

Create a new skill skeleton by running the gxpm-write-skill generator with the gxpm skill template.

Frequently Asked Questions about gxpm-write-skill

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

FAQPage Schema
How do I create a well-structured skill module with a standard directory layout?

To create a well-structured skill module, use a generator that applies a canonical folder layout including SKILL.md, references, and optional scripts. This ensures new capabilities are added safely and consistently with proper frontmatter validation.

What is the best way to validate frontmatter and prepare skills for evaluation tooling?

The best way to validate frontmatter and prepare skills for evaluation tooling is to author them using a standard template generator. This enforces quality gates, frontmatter validation, and readiness for integration with skill-eval and hygiene tooling.

How does progressive disclosure work when authoring skill documentation?

Progressive disclosure in skill documentation works by organizing content into a canonical folder layout with a main SKILL.md and supplementary references. This structure guides users through resource packaging and quality gates while maintaining discoverability.

Do I need a specific CLI tool to generate and organize skill templates?

You need a CLI generator to create and organize skill templates effectively. It automates bootstrapping by supplying a reusable SKILL.md template, enforcing a consistent directory layout, and applying frontmatter validation for safe integration.

Can I use this skill authoring template for team-based module development?

Yes, you can use this skill authoring template for team-based module development. It helps teams bootstrap skills with a standard, discoverable structure so new capabilities can be added safely and consistently across multiple contributors.

What's included in the canonical folder layout for skill generation?

The canonical folder layout for skill generation includes a main SKILL.md file, a references directory for supplementary documentation, and an optional scripts directory. This structure ensures consistent organization and progressive disclosure of skill resources.