lrh-create-skill

Create project-local Claude Code skills with structured frontmatter and directory layouts.

1|Updated Apr 7, 2026
One-click install
npx skills add https://github.com/xenotaur/logical_robotics_harness --skill lrh-create-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lrh-create-skill
Source: https://github.com/xenotaur/logical_robotics_harness/tree/main/.claude/skills/lrh-create-skill
Command: npx skills add https://github.com/xenotaur/logical_robotics_harness --skill lrh-create-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill solves the problem of inconsistent, poorly documented, or improperly scoped automation tools within a project by enforcing a strict, evidence-backed pattern for creating new Claude Code skills.

Core Features & Use Cases

  • Structured Generation: Automatically creates the required SKILL.md frontmatter and directory structure following LRH conventions.
  • Safety Guardrails: Implements a mandatory confirm-before-write gate to prevent scope creep and accidental file system modifications.
  • Use Case: When a developer identifies a recurring manual task, such as generating a specific report or validating a project artifact, they use this skill to formalize that task into a reusable, inspectable, and version-controlled Claude Code skill.

Quick Start

Invoke the lrh-create-skill command followed by the name of the new skill you wish to generate.

Frequently Asked Questions about lrh-create-skill

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

FAQPage Schema
How do I automate and standardize Claude Code skills creation for my project?

To standardize Claude Code skills creation, use a scaffolding tool that enforces structured frontmatter, directory layouts, and confirmation gates. This ensures all generated automation workflows are consistently documented and auditable within your project.

Why do my custom automation workflows lack consistent structure and documentation?

Custom automation workflows often lack consistency because they are created manually without a standardized scaffolding pattern. Enforcing a strict directory layout and required SKILL.md frontmatter solves this by ensuring every new skill includes proper validation and reference knowledge.

What's the best way to prevent accidental file modifications when generating project skills?

The best way to prevent accidental file modifications during skill generation is to implement a mandatory confirm-before-write gate. This safety guardrail requires human validation before any new project files are written to the file system.

Can I use project-local skills scaffolding for recurring manual tasks like report generation?

Yes, you can use project-local skills scaffolding for recurring manual tasks like report generation. It formalizes repetitive actions into reusable, version-controlled Claude Code skills that include proper documentation and validation steps.

Does Claude Code skill generation work within the Logical Robotics Harness framework?

Yes, Claude Code skill generation works within the Logical Robotics Harness framework by applying structured development conventions. It satisfies requirements for auditable, human-guided development by ensuring new skills include reference knowledge and validation steps.