Agent Skills: HAD Alias Skill

Alias skill that invokes /human-agentic-design with all arguments passed through. Provides shorthand for human-agentic-design. Triggers on keywords: had, human agentic design shorthand

UncategorizedID: MatiasComercio/agentic-config/had

Install this agent skill to your local

pnpm dlx add-skill https://github.com/WaterplanAI/agentic-config/tree/HEAD/plugins/ac-tools/skills/had

Skill Files

Browse the full folder contents for had.

Download Skill

Loading file tree…

plugins/ac-tools/skills/had/SKILL.md

Skill Metadata

Name
had
Description
"Alias skill that invokes /human-agentic-design with all arguments passed through. Provides shorthand for human-agentic-design. Triggers on keywords: had, human agentic design shorthand"

HAD Alias Skill

Simple alias that delegates to /human-agentic-design with all arguments.

Usage

/had <design request>

Behavior

Executes /human-agentic-design with all arguments passed through unchanged:

  • /had landing page for a SaaS product -> /human-agentic-design landing page for a SaaS product
  • /had dashboard with 4 stat cards -> /human-agentic-design dashboard with 4 stat cards

Implementation

Invoke the delegated skill explicitly:

Skill(skill="human-agentic-design", args="$ARGUMENTS")