shai-create-tool

Scaffold SHAI tools with templates for instructions, skills, agents, hooks, and prompts.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/kirillshilin/instructions --skill shai-create-tool
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: shai-create-tool
Source: https://github.com/kirillshilin/instructions/tree/main/.github/skills/shai-create-tool
Command: npx skills add https://github.com/kirillshilin/instructions --skill shai-create-tool

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the scaffolding of SHAI tools (instructions, skills, agents, hooks, prompts) following the SHAI plugin system plan.

Core Features & Use Cases

  • Unified scaffolding: Generates consistent tool templates for instructions, skills, agents, prompts, and hooks according to the plugin reference patterns.
  • Quality-first setup: Enforces frontmatter validity, directory structure, and guidance for progressive disclosure.
  • Rapid iteration: Enables quick bootstrap of new SHAI tools from user input, ready for refinement.

Quick Start

Provide a brief description of the SHAI tool you want to scaffold, and the system will generate a ready-to-use tool template.

Frequently Asked Questions about shai-create-tool

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

FAQPage Schema
How do I scaffold SHAI tools like agents and hooks consistently?

To scaffold SHAI tools consistently, you can automate the generation of agents, hooks, prompts, skills, and instructions. This enforces valid frontmatter, correct directory structure, and progressive disclosure guidelines for ready-to-use templates.

What is the SHAI plugin system plan for tool scaffolding?

The SHAI plugin system plan standardizes how tools are structured and loaded. Scaffolding enforces this plan by generating compliant directory structures, frontmatter requirements, and progressive disclosure guidelines for instructions, skills, agents, hooks, and prompts.

Can I use a single command to bootstrap different SHAI tool templates?

Yes, you can bootstrap different SHAI tool templates from a single command. The scaffolding process applies uniformly across tool types, allowing rapid generation of prompts, instructions, skills, agents, and hooks from brief user input.

Does scaffolding SHAI tools enforce frontmatter and progressive disclosure?

Yes, scaffolding SHAI tools strictly enforces frontmatter validity and progressive disclosure guidelines. This ensures that all generated tool content stays within policy and can be properly loaded by the Skill system.

What's the best way to automate SHAI skill generation from a brief description?

The best way to automate SHAI skill generation is providing a brief description of the desired tool to a scaffolding system. It generates a consistent, ready-to-use template following official plugin patterns, enabling rapid iteration and refinement.