Refactor high-complexity React components in Dify frontend. Use when `pnpm analyze-component...
npx skills add 0xAnto/loom --skill "loom-brainstorming"
Install specific skill from multi-skill repository
# Description
Adaptive ideation: Always use this to turn vague ideas into structured designs via collaborative dialogue.
# SKILL.md
name: loom-brainstorming
description: "Adaptive ideation: Always use this to turn vague ideas into structured designs via collaborative dialogue."
triggers:
patterns: ["(brainstorm|think about|idea)", "I want to build"]
goals: ["ideation", "design"]
Loom Brainstorming
Help turn ideas into designs through natural collaborative dialogue.
Input
request(required): The user's raw request or ideaprior_summaries(optional): Any prior Loom Summary blocks from the current session
Core Rules
- Context First: Check existing files and docs before asking questions.
- One Question: Ask exactly one clarifying question at a time.
- Approaches: Propose 2-3 approaches with trade-offs.
- Approval: Present design in sections; wait for user approval after each.
Workflow
- Explore context β Ask questions β Propose options β Present design β Write spec.
- Transition: Set
suggested_next: loom-architecturein your Loom Summary and return to orchestrator.
Output
Produce a Loom Summary block at the end of your work:
## Loom Summary
- status: complete | partial | blocked
- output: <one-line description of what was produced>
- artifact: <file path or "none">
- decisions: <key choices made, 1-3 bullets>
- blockers: <what's preventing progress, or "none">
- suggested_next: loom-architecture
(Canonical definition: PROTOCOL.md)
# Supported AI Coding Agents
This skill is compatible with the SKILL.md standard and works with all major AI coding agents:
Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.