skills/smithery.ai/hugin-scaffold

hugin-scaffold

Installation
SKILL.md

Hugin Agent Scaffold Generator

Generate starter files for a new Hugin agent by reading templates from this plugin and customizing them.

Arguments

Parse the user's arguments to extract:

  1. agent_name: Name for the agent (required, snake_case)
  2. type: One of minimal, tool, or pipeline (default: minimal)

Example invocations:

  • /hugin-agent-creator:hugin-scaffold my_agent - Creates minimal agent
  • /hugin-agent-creator:hugin-scaffold data_processor tool - Creates agent with custom tool
  • /hugin-agent-creator:hugin-scaffold report_generator pipeline - Creates multi-stage pipeline

Implementation Steps

Step 1: Parse Arguments

Extract agent_name and type from user input. Validate agent_name is snake_case.

Installs
1
First Seen
Mar 21, 2026
hugin-scaffold from smithery.ai