z-skill-name

Scaffolds new agent skills with an evidence handoff table and quality gate checklist.

1|Updated Mar 28, 2026
One-click install
npx skills add https://github.com/zh30/zstack --skill z-skill-name-zh30
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: z-skill-name
Source: https://github.com/zh30/zstack/tree/main/skills/_template
Command: npx skills add https://github.com/zh30/zstack --skill z-skill-name-zh30

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Independent developers building agent skills often ship inconsistent playbooks that blur assumptions with verified evidence. This template enforces a fixed output contract so every new skill records inputs, assumptions, decisions, and the next bounded validation action. ## Core Features & Use Cases - Skill scaffolding: Provides a ready-to-copy SKILL.md skeleton with frontmatter, workflow steps, and guardrails for authoring new agent skills. - Evidence handoff contract: Mandates a single two-column, seven-row Field/Value table with canonical evidence classes (primary behavior, observed experiment, secondary public, search signal, assumption). - Quality gate: Ships a references/quality-bar.md checklist with must-pass criteria, instant-fail conditions, and a definition of done. - Use Case: When creating a new zstack skill such as a market-validation playbook, copy this template, fill in the workflow, and rely on the handoff table to keep evidence classes honest. ## Quick Start Copy the skills/_template directory, rename the skill in the frontmatter, and ask your agent to draft the new skill's workflow following the template's output contract.

Frequently Asked Questions about z-skill-name

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

FAQPage Schema
How do I create a new agent skill from a template?▼

Copy the template directory, replace the placeholder name and description in the SKILL.md frontmatter, then fill in the workflow steps. Keep the evidence handoff table and quality gate sections intact so the new skill follows the same output contract.

What is an evidence handoff table in agent skills?▼

It is a fixed two-column, seven-row Field/Value table that records the current decision, evidence classes, supported claims, unproven items, contradictions, source anchors, and next validation. It prevents assumptions from being presented as verified customer behavior.

What are the canonical evidence classes in this template?▼

The classes are primary behavior, observed experiment, secondary public, search signal, and assumption. A class is included only when supplied inputs or actual results belong to it, and the cell is never left empty since assumption covers evidence-free inputs.

Does this template work with Claude Code, Codex, and Grok?▼

Yes. The template follows the common Agent Skills convention of name and description frontmatter plus a markdown body, which installs into Claude Code, Codex, and Grok-compatible skill roots. Guardrails keep steps host-agnostic.

When should I not use this skill template?▼

Avoid it for one-off prompts that produce no reusable artifact or decision record. The template is designed for repeatable workflows with evidence tracking, so simple single-step tasks gain little from the handoff contract.