skill-generator

Generate Antigravity skill scaffolds with canonical SKILL.md structure.

Updated Apr 19, 2026
One-click install
npx skills add https://github.com/saranskumar/anti-slop --skill skill-generator-saranskumar
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-generator
Source: https://github.com/saranskumar/anti-slop/tree/main/archive/skills-legacy/skill-generator
Command: npx skills add https://github.com/saranskumar/anti-slop --skill skill-generator-saranskumar

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Generates precise, reusable skill packs or scaffolds to expand the local skill library without friction.

Core Features & Use Cases

  • Create focused skill scaffolds that conform to SKILL.md structure.
  • Provide a deterministic template and guidance to bootstrap new skills quickly.
  • Support expanding the skill library with consistent documentation and references.

Quick Start

Create a new skill package named SkillName by running the scaffold script with the SkillName parameter.

Frequently Asked Questions about skill-generator

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

FAQPage Schema
How do I generate an Antigravity skill scaffold for a new capability?

To scaffold a new skill package, run the provided scaffold script with your desired SkillName parameter. This generates a complete package containing a canonical SKILL.md file and guidance for required supporting files.

What is a focused skill pack and when do I need to create one?

A focused skill pack is a reusable scaffold with single-responsibility design that expands your local skill library. You need to create one when filling capability gaps or bootstrapping new skills with consistent documentation and references.

Does the skill generator require dependencies to scaffold documentation?

No, the skill generator operates with zero dependencies. It uses deterministic templates and built-in references to scaffold the required documentation and supporting files locally without external packages.

What is the best way to ensure a new skill has a single-responsibility design?

The best way to ensure single-responsibility design is to use the skill generator's deterministic template. It enforces this architectural constraint while producing the canonical SKILL.md and required supporting files.

Can I use the generated SKILL.md to bootstrap skill packages on any platform?

Yes, the generated SKILL.md uses a canonical structure designed to bootstrap skill packages locally. The scaffold output provides consistent documentation and references independent of specific external platforms.

Why does my generated skill scaffold include guidance for supporting files?

The generated skill scaffold includes guidance for supporting files to ensure the new capability has complete documentation and references. This deterministic approach guarantees consistent library expansion without friction.