writing-nx-skills

Create and validate nx skill entries with standardized frontmatter and conventions.

4|Updated Feb 21, 2026
One-click install
npx skills add https://github.com/Hellblazer/nexus --skill writing-nx-skills
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: writing-nx-skills
Source: https://github.com/Hellblazer/nexus/tree/main/nx/skills/writing-nx-skills
Command: npx skills add https://github.com/Hellblazer/nexus --skill writing-nx-skills

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Guides for authoring nx Claude Code plugin skills, providing a standardized structure so future Claude instances can apply proven techniques without ambiguity.

Core Features & Use Cases

  • Standardized frontmatter and naming conventions for nx skills to ensure consistent discovery and usage.
  • Clear templates and section requirements for agent-delegating, standalone, and discipline-style skills.
  • Cross-reference rules, registry integration guidance, and quality checks to keep skills aligned with best practices.
  • Real-world workflow example: author a new nx skill, validate its quality, and register it for reuse.

Quick Start

Create a new nx skill by filling the frontmatter, implementing required sections, and validating with tests.

Frequently Asked Questions about writing-nx-skills

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

FAQPage Schema
How do I write nx skills with the correct frontmatter and conventions?▼

To write nx skills, you must use standardized frontmatter with required name and description fields, implement specific section templates, and validate the entry using a formal quality checklist and tests.

What are the required sections for authoring a standalone nx skill?▼

Authoring a standalone nx skill requires providing standardized frontmatter, a clear Quick Start section, and specifying optional dependencies and components to ensure consistent discovery and usage.

Do I need to run tests when adding new skills to an nx registry?▼

Yes, you need to run tests when adding new nx skills to ensure quality. The authoring process requires validating the skill entries against a formal checklist to maintain best practices.

What is the best way to structure nx documentation for agent-delegating skills?▼

The best way to structure nx documentation for agent-delegating skills is to follow clear templates and section requirements, ensuring future Claude instances can apply proven techniques without ambiguity.

Can I update existing nx skills without breaking cross-reference rules?▼

Yes, you can update existing nx skills without breaking cross-reference rules by following the provided registry integration guidance and applying the standardized quality checks to maintain alignment.

Why does my nx skill validation fail the quality checklist?▼

Your nx skill validation fails the quality checklist if it lacks required frontmatter fields like name and description, missing a Quick Start section, or fails to meet standardized naming conventions.