ai-create-cmd

Generate Claude skill scaffolds with SKILL.md and scaffold.py registration.

1|Updated Apr 2, 2026
One-click install
npx skills add https://github.com/svange/augint-shell --skill ai-create-cmd
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ai-create-cmd
Source: https://github.com/svange/augint-shell/tree/main/.agents/skills/ai-create-cmd
Command: npx skills add https://github.com/svange/augint-shell --skill ai-create-cmd

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps teams rapidly bootstrap Claude skills for augint-shell repositories, ensuring consistent structure and deployment.

Core Features & Use Cases

  • Scaffold new skill directories under templates/claude/skills/{skill-name}
  • Generate SKILL.md with proper frontmatter (name, description, argument-hint) and detailed guidance
  • Register the new skill in scaffold.py to expose it to Claude-based workflows
  • Enforce best practices and provide templated guidance for maintainability

Quick Start

Create a new Claude skill structure by generating the skill folder, writing SKILL.md with the required fields, and updating the scaffold configuration.

Frequently Asked Questions about ai-create-cmd

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

FAQPage Schema
How do I create a Claude skill scaffold for an augint-shell repository?

Scaffold creation automates generating the skill directory under templates/claude/skills/{skill-name}, writing SKILL.md with required frontmatter, and updating scaffold.py for workflow registration.

What is included in the SKILL.md frontmatter when scaffolding a new Claude skill?

SKILL.md frontmatter includes the name, description, and argument-hint fields, ensuring the scaffolded skill meets structural validation requirements for Claude workflow integration.

How does automated skill scaffolding enforce best practices during development?

Automated scaffolding enforces best practices by applying standardized folder structures, validating frontmatter requirements, and providing templated guidance for maintainability across augint-shell repositories.

Can I use this scaffolding automation for repositories outside of Trinity and augint-shell?

This scaffolding automation applies specifically to Trinity and related augint-shell repositories during automation expansion, and may not suit external repository structures without modification.

What's the best way to register a newly scaffolded Claude skill in scaffold.py?

The best way to register a scaffolded Claude skill is updating scaffold.py to expose the new skill directory to Claude-based workflows, enabling seamless deployment during automation expansion.