agent-skill-generator

Installation
SKILL.md

Agent skill generator

Create skills that are generic first, portable by default, repo-bound only when the task requires it, easy to trigger correctly, and cheap to load.

Core workflow

  1. Identify the work mode and target outcome.
  2. Investigate the repo or conversation history for reusable facts before asking avoidable questions.
  3. Clarify only the decisions that materially change the generated skill.
  4. Design the package around progressive disclosure.
  5. Create or revise the skill package.
  6. Validate with representative prompts when the skill is high-risk, reusable, or objectively testable.
  7. Run a trigger-quality and token-optimization pass before finalizing.

Do not skip steps 2-7 unless the user explicitly narrows scope.

Phase 1: Capture the target problem

Start by identifying one of these modes:

Installs
12
GitHub Stars
4
First Seen
Mar 31, 2026
agent-skill-generator — n-n-code/n-n-code-skills