jr-new-command

Create new Junior commands with a contract-first workflow and frontmatter validation.

3|1|Updated Mar 28, 2026
One-click install
npx skills add https://github.com/rusi/junior --skill jr-new-command
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jr-new-command
Source: https://github.com/rusi/junior/tree/main/agents/skills/jr-new-command
Command: npx skills add https://github.com/rusi/junior --skill jr-new-command

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Creates a standardized, contract-driven approach to adding new commands to Junior, reducing ambiguity and rework.

Core Features & Use Cases

  • Contract-based command creation workflow that codifies requirements before generation
  • In-repo governance for skill creation under agents/skills/
  • Documentation-first approach that updates discovery surfaces

Quick Start

Invoke the command flow to initiate a new skill using the contract-first process.

Frequently Asked Questions about jr-new-command

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

FAQPage Schema
How do I create new Junior commands with a contract-first workflow?

A contract-first workflow codifies command requirements before generation, enforcing frontmatter validation and in-repo placement under agents/skills. This approach standardizes command creation for feature expansion and governance reviews, reducing ambiguity and rework.

Why does command generation require frontmatter validation?

Frontmatter validation ensures contract clarity during command generation by enforcing standardized metadata before new skills are placed in the repository. This prevents structural inconsistencies and reduces the rework typically caused by ambiguous command definitions.

What is the best way to standardize onboarding new commands in a skill ecosystem?

The best way to standardize onboarding new commands is implementing a contract-based creation workflow with governance rules. This approach codifies requirements upfront and generates documentation alongside skill placement under agents/skills to maintain ecosystem consistency.

Can I use this command-generation process for governance reviews?

Yes, you can use the contract-driven command-generation process for governance reviews. It standardizes skill creation by enforcing frontmatter validation and in-repo placement under agents/skills, ensuring all new commands meet established governance and documentation standards.

Does generating documentation happen automatically when creating new commands?

Yes, a documentation-first approach updates discovery surfaces automatically during the command creation workflow. By enforcing the contract and validating frontmatter, the process generates necessary documentation alongside placing the new command in the repository.

What limitations exist when standardizing command creation within an in-repo skill ecosystem?

The standardization process is limited to in-repo skill ecosystems, specifically enforcing placement under agents/skills. It relies on a contract-first workflow with frontmatter validation, meaning commands outside this directory structure or without proper contracts may not be governed correctly.