nyxora-agent-skill-authoring

Standardize SKILL.md authoring for Nyxora platform onchain agents.

5|2|Updated May 26, 2026
One-click install
npx skills add https://github.com/nyxoraAI/Nyxora --skill nyxora-agent-skill-authoring
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nyxora-agent-skill-authoring
Source: https://github.com/nyxoraAI/Nyxora/tree/main/packages/core/playbooks/software-development/nyxora-agent-skill-authoring
Command: npx skills add https://github.com/nyxoraAI/Nyxora --skill nyxora-agent-skill-authoring

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill helps to ensure the standardization and high-quality development of skills within the Nyxora agent platform, guiding the structure, formatting, and writing of SKILL.md files.

Core Features & Use Cases

  • Consistent Format: Ensures a uniform format across all skill SKILL.md files for ease of understanding and management.
  • Writing Principles: Offers principles and best practices for the quality and readability of the skills.
  • Size and Complexity Constraints: Defines strict size limits for the description and total skill file, ensuring skills remain manageable.
  • Use Case: A software developer wants to create a skill within the Nyxora ecosystem and needs guidance on structuring and writing their SKILL.md file according to best practices.

Quick Start

Use the write_file command to create your SKILL.md at skills/<category>/<name>/SKILL.md.

Frequently Asked Questions about nyxora-agent-skill-authoring

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

FAQPage Schema
How do I structure a SKILL.md file for Nyxora autonomous agents?

To structure a SKILL.md file for Nyxora autonomous agents, you must use a specific markdown format that includes required YAML frontmatter fields and operational instructions. This standardization ensures your skill remains manageable and readable on the platform.

What are the description constraints and size limits for Nyxora skill development?

Nyxora skill development enforces strict size limits for both the description and the total SKILL.md file. These constraints are designed to keep skills manageable, ensure high-quality formatting, and maintain uniformity across the platform.

How do I validate my SKILL.md formatting guidelines before publishing?

You validate your SKILL.md formatting guidelines by running it through the tools/skill_manager_tool.py script. This validation step enforces the necessary YAML frontmatter fields and structural rules required for Nyxora skill standardization.

Do I need specific YAML frontmatter fields for a Nyxora onchain agent skill?

Yes, a Nyxora onchain agent skill requires specific YAML frontmatter fields to pass validation. These mandatory fields ensure consistent formatting, enforce writing principles, and allow the skill to be properly managed within the ecosystem.

What is the best way to write Markdown best practices for onchain agent instructions?

The best way to write Markdown best practices for onchain agent instructions is to follow the structured markdown format defined by Nyxora. This approach offers clear writing principles, enforces size complexity constraints, and standardizes the operational instructions.