puzzle-generator

Generate reproducible 3x3 Lextangle puzzles with 12 classified edges and emoji annotations.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/benjamin-brady/lextangle --skill puzzle-generator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: puzzle-generator
Source: https://github.com/benjamin-brady/lextangle/tree/main/.agents/skills/puzzle-generator
Command: npx skills add https://github.com/benjamin-brady/lextangle --skill puzzle-generator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generate end-to-end Lextangle emoji puzzles and 3x3 word-link grids, ensuring deterministic edge relationships and explainable clues for each board.

Core Features & Use Cases

  • End-to-end puzzle generation with 9 words, 12 edges, and per-edge clues.
  • Emoji annotation per word and strict edge taxonomy classification for all connections.
  • Automated quality workflow including seed-anchor checks, blind audits, and reviewer checks to ensure board diversity and solvability.

Quick Start

Generate a complete Lextangle puzzle (9 words, 3x3 grid, 12 edges) with strong anchors and return the puzzle data in the exact TypeScript format.

Frequently Asked Questions about puzzle-generator

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

FAQPage Schema
What are Lextangle puzzles and how do they structure word connections?

Word grid puzzle generation here uses a generate, review, and fix loop with subagents to enforce at least 3 distinct relation types and 6+ A-tier edges. It outputs a 3x3 word grid with 12 edges and per-edge clues.

How do I generate a 3x3 word grid with 12 edges and emoji annotations?

To generate a 3x3 word grid with 12 edges, provide seed anchors to start the pipeline. The Skill then maps word connections, applies edge taxonomy classification, and returns a TypeScript puzzle object with emoji annotations.

Can I ensure sufficient relation type diversity when generating word-link puzzles?

Yes, you can ensure sufficient relation type diversity using the built-in generate, review, and fix loop. This workflow includes blind audits and reviewer checks to guarantee at least 3 distinct relation types and 6+ A-tier edges.

Does the puzzle generator output TypeScript objects compatible with repository metadata structures?

Yes, the puzzle generator outputs a TypeScript puzzle object that references the repository's puzzle model and metadata structure. It includes generation metadata fields, accompanying edges, and emoji annotations for each word.

What are the limitations of automated emoji puzzle generation for 3x3 grids?

Automated emoji puzzle generation is limited to 3x3 grids with 9 words and 12 edges. The pipeline relies on strict edge taxonomy classification and seed-anchor checks to maintain board diversity and solvability.