ha-skill-creator

Create or update SKILL.md instructions and optimize description triggers for Hope Agent skills.

1.4k|129|Updated Mar 13, 2026
One-click install
npx skills add https://github.com/shiwenwen/hope-agent --skill ha-skill-creator
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: ha-skill-creator
Source: https://github.com/shiwenwen/hope-agent/tree/main/skills/ha-skill-creator
Command: npx skills add https://github.com/shiwenwen/hope-agent --skill ha-skill-creator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill helps you create, edit, and audit Hope Agent skills while improving their descriptions so the agent triggers them reliably.

Core Features & Use Cases

  • Skill authoring: Scaffold new skill directories and generate correct SKILL.md structure for Hope Agent.
  • Iterative improvement: Run trigger evaluations and repeatedly refine the skill description to reduce false triggers and missed triggers.
  • Quality auditing: Review and clean up SKILL.md files, and evaluate skill effectiveness using an automated loop with grading.
  • Workflow optimization: Use deterministic tooling and evaluation reports to converge on a description that matches your intended trigger behavior.

Quick Start

Use ha-skill-creator to create a new skill by starting from a scaffold and then running the evaluation loop to tune the SKILL.md description.

Frequently Asked Questions about ha-skill-creator

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

FAQPage Schema
How do I create and scaffold a new Hope Agent skill with the correct SKILL.md structure?▼

Scaffolding a Hope Agent skill involves generating a new directory with a valid SKILL.md file containing correct YAML frontmatter, which the agent reads to recognize and load the custom instructions.

How do I optimize skill description triggers to reduce false activations and missed queries?▼

You optimize skill description triggers by running an automated evaluation loop using Claude -p streaming tool-detection, then iteratively refining the description based on should-trigger and should-not-trigger grading outputs to reduce false activations.

What is YAML frontmatter validation for Claude Code skills and why does it matter?▼

YAML frontmatter validation checks the metadata header in a SKILL.md file to ensure the agent parses the skill definition correctly, which is critical for accurate trigger activation when matching user queries.

Can I use automated evaluation and grading to iterate on A/B-style skill description improvements?▼

Yes, you can use automated evaluation and grading to iterate on A/B-style skill description improvements by running trigger audits across should-trigger and should-not-trigger queries, then using the grading outputs to converge on the optimal description.

What is the best way to audit and clean up existing SKILL.md instructions for Hope Agent?▼

The best way to audit and clean up existing SKILL.md instructions is to review the YAML frontmatter and description triggers, running an evaluation loop that grades trigger effectiveness to identify and fix misaligned activation behavior.