Dev10x-skill-create

Scaffold and validate local Dev10x skills with MOTD registration.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/Brave-Labs/dev10x --skill dev10x-skill-create-brave-labs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Dev10x-skill-create
Source: https://github.com/Brave-Labs/dev10x/tree/main/codex-skills/dev10x-skill-create
Command: npx skills add https://github.com/Brave-Labs/dev10x --skill dev10x-skill-create-brave-labs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

When creating or improving a local skill, teams often confront Bash prompts and ambiguity around frontmatter wiring, which this skill clarifies by enforcing Dev10x conventions and MOTD registration.

Core Features & Use Cases

  • Scaffold a new skill under the standard directory layout and frontmatter template.
  • Validate structure and ensure MOTD registration so the skill is discoverable in the session context.
  • Support optional scripts/, references/, and assets/ directories for richer, testable skills.

Quick Start

Create the skill directory under $HOME/.codex/skills/<namespace>-<skill-name> and implement SKILL.md following the frontmatter template, then run the validation workflow.

Frequently Asked Questions about Dev10x-skill-create

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

FAQPage Schema
How do I create a local skill without triggering Bash prompts?

To create a local skill without Bash prompts, scaffold the skill under the standard directory layout using a pre-validated frontmatter template. This enforces Dev10x conventions and reduces friction during scaffolding and MOTD registration.

What is the standard directory layout for scaffolding a Dev10x skill?

The standard scaffold for a Dev10x skill includes a SKILL.md file following a frontmatter template, placed under $HOME/.codex/skills/<namespace>-<skill-name>. It also supports optional scripts/, references/, and assets/ directories for richer, testable skills.

How do I validate skill structure and ensure MOTD registration?

You validate skill structure and ensure MOTD registration by running the validation workflow after implementing SKILL.md. This generates MOTD entries, guarantees safe invocation, and makes the namespace-scoped skill discoverable in the session context.

Can I include optional scripts and references when creating a new skill?

Yes, you can include optional scripts/, references/, and assets/ directories when creating a new skill. These directories support richer, testable skills while maintaining the standard frontmatter template and Dev10x conventions.

Do I need to manually format frontmatter when generating MOTD entries?

No, you do not need to manually format frontmatter to generate MOTD entries. The skill applies a pre-validated frontmatter template and an automated validation workflow that handles MOTD registration and ensures discoverability automatically.

Why does my local skill not appear in MOTD after scaffolding?

If your local skill does not appear in MOTD, the structure likely failed the validation workflow. Ensure your SKILL.md follows the enforced frontmatter template and that you run the validation workflow to generate MOTD entries for session context discovery.