skill-and-agent-creator

Design OpenClaw skill and agent instructions with YAML frontmatter and safety validation.

16|12|Updated Apr 3, 2026
One-click install
npx skills add https://github.com/AlekseiUL/heisenberg-team --skill skill-and-agent-creator-alekseiul
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-and-agent-creator
Source: https://github.com/AlekseiUL/heisenberg-team/tree/main/skills/skill-and-agent-creator
Command: npx skills add https://github.com/AlekseiUL/heisenberg-team --skill skill-and-agent-creator-alekseiul

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps you design, improve, and audit OpenClaw skills and agents with production-grade structure, clear triggers, and safety checks so you avoid brittle prompts, missing files, and common deployment pitfalls.

Core Features & Use Cases

  • Create and structure skills: turn a task into a workflow/role/data-driven skill with required YAML frontmatter, progressive disclosure, and realistic examples.
  • Create and configure agents: generate a full agent setup (Board-First protocol, constitution/board references, BOOTSTRAP, OТК checks, and defrost recovery patterns) so the agent operates reliably in a team.
  • Improve existing skills: audit an existing SKILL.md, apply surgical changes, run validation/testing guidance, and align public vs internal safety constraints.

In a real workflow, you can start from a phrase like “создай скилл” and quickly produce a compliant SKILL.md that includes triggers, an algorithm, references/data placement guidance, and a ready-to-run structure for OpenClaw.

Quick Start

Indent the instructions you want to implement and ask for a complete SKILL.md draft using triggers for the phrase “создай скилл”.

Frequently Asked Questions about skill-and-agent-creator

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

FAQPage Schema
How do I create a production-grade OpenClaw skill from a task description?

OpenClaw skill creation turns a task, scope, and triggers into a structured SKILL.md with YAML frontmatter, safety validation, and progressive disclosure. You provide the task description, and the skill generates compliant triggers, algorithms, and reference data placement.

What is the Board-First protocol for multi-agent configuration?

The Board-First protocol is a multi-agent configuration method that sets up an agent's constitution and board references before operational logic. It ensures reliable team operations by including BOOTSTRAP, QA checks, and defrost recovery patterns in the generated agent instructions.

Can I audit an existing SKILL.md to fix missing files and safety constraints?

Auditing an existing SKILL.md applies surgical changes to align public and internal safety constraints while checking for missing files. The audit process includes validation, testing guidance, and structural corrections to prevent common deployment pitfalls and brittle prompts.

What's the best way to structure references and data in OpenClaw skills?

Structuring references and data in OpenClaw skills requires placing documentation into a references/data directory to maintain self-contained logic. This structured documentation placement ensures the skill operates reliably and satisfies discovery requirements without external dependencies.

Does OpenClaw skill creation work for both workflow design and role-driven agents?

OpenClaw skill creation supports both workflow design and role-driven agent configuration. It transforms tasks into workflow, role, or data-driven skills while generating full multi-agent setups with constitution references and safety validation.