stack-skill-creator

Generate stack skills and sensors.ini contracts for gan-harness.

Updated Apr 30, 2026
One-click install
npx skills add https://github.com/zalman0813/gan-harness --skill stack-skill-creator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: stack-skill-creator
Source: https://github.com/zalman0813/gan-harness/tree/main/improver/setup-gan-harness-skills/iteration-1/eval-greenfield-cli/without_skill/outputs/.claude/skills/stack-skill-creator
Command: npx skills add https://github.com/zalman0813/gan-harness --skill stack-skill-creator

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the creation and management of stack skills for gan-harness, allowing for the integration of language and framework conventions.

Core Features & Use Cases

  • Skill Creation: Generate new stack skills for gan-harness based on specified language or framework.
  • Reference Library: Compile and organize documentation and conventions for different stacks.
  • Sensor Contract: Generate a sensors.ini file for the harness to invoke linting, type checking, and testing commands.
  • Use Case: When a user wants to add support for a new language or framework to gan-harness, this skill can be used to create the necessary stack skill.

Quick Start

Use the stack-skill-creator skill to create a new stack skill for Python by running 'stack-skill-creator create python'.

Frequently Asked Questions about stack-skill-creator

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

FAQPage Schema
How do I add a new programming language or framework to gan-harness?

To add a new programming language or framework to gan-harness, use the stack-skill-creator to generate a stack skill. This skill defines conventions and generates the necessary reference libraries and sensor contracts for the specified stack.

What is a sensor contract in gan-harness used for?

A sensor contract in gan-harness is used to define linting, type checking, and testing commands. The stack-skill-creator generates a sensors.ini file containing these contracts for the harness to invoke automatically.

Can I generate a reference library for a specific stack automatically?

Yes, you can generate a reference library for a specific stack automatically. The stack-skill-creator compiles and organizes documentation and conventions into a reference library based on your specified source material and scope.

What inputs do I need to provide to create a stack skill for gan-harness?

Creating a stack skill for gan-harness requires user input for the stack name, the source of the material, and the scope. You can initiate creation by running a command like 'stack-skill-creator create python'.

Does the stack-skill-creator support frameworks or only programming languages?

The stack-skill-creator supports both programming languages and frameworks. It automates the creation of stack skills by defining conventions and generating command contracts for any specified stack within gan-harness.