sigil

Record taste preferences to guide design physics in Rune.

2|Updated Jan 2, 2026
One-click install
npx skills add https://github.com/0xHoneyJar/rune --skill sigil
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: sigil
Source: https://github.com/0xHoneyJar/rune/tree/main/.claude/skills/sigil
Command: npx skills add https://github.com/0xHoneyJar/rune --skill sigil

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Sigil captures taste preferences to tune design physics rules for UI generation, enabling faster, more aligned iterations.

Core Features & Use Cases

  • Taste capture: Record insights about timing, interactions, and component behavior to guide generation.
  • Append-only taste log: Preserve history by appending to grimoires/rune/taste.md, ensuring traceability.
  • Workflow integration: Use /sigil commands to record insights, check status, and promote patterns to rules.

Quick Start

Use /sigil "insight to record" to append a new taste entry. Then run /sigil --status to view summaries, and /sigil promote <id> to harden a pattern into a Rule.

Frequently Asked Questions about sigil

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

FAQPage Schema
How do I capture UI design preferences to guide automated generation?▼

You can capture UI design preferences by appending insights about timing, interactions, and component behavior to an append-only taste log file, which then guides design physics rules during UI generation.

What is an append-only taste log for design physics?▼

An append-only taste log is a markdown file that preserves the history of user insights about component behavior and timing, ensuring traceability when tuning design physics rules for UI generation.

How do I turn recorded design insights into generation rules?▼

You can turn recorded design insights into generation rules by running a promote command on a specific insight ID, which hardens the recorded pattern into a design physics rule.

Can I check the status of my recorded UI design preferences?▼

Yes, you can check the status of recorded UI design preferences by running a status command, which displays summaries of your currently logged taste insights and patterns.

Does UI taste capture work without external dependencies?▼

Yes, UI taste capture works without external dependencies, relying solely on an internal append-only markdown workflow to record insights and promote patterns into design physics rules.