From loom
Run bounded spike or sketch investigations. Use when an experiment, prototype, or UI/product sketch should produce evidence and a downstream route.
npx claudepluginhub z3z1ma/agent-loom --plugin loomThis skill uses the workspace's default tool permissions.
Spikes and sketches are research-shaped workflows.
Guides Next.js Cache Components and Partial Prerendering (PPR): 'use cache' directives, cacheLife(), cacheTag(), revalidateTag() for caching, invalidation, static/dynamic optimization. Auto-activates on cacheComponents: true.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Share bugs, ideas, or general feedback.
Spikes and sketches are research-shaped workflows.
They are useful when the project needs bounded discovery before commitment.
question -> experiment matrix -> bounded throwaway child write scope -> evidence -> conclusions/null results -> downstream route
If the spike only reads, compares, sketches, or records observations, research and evidence may be enough. If the spike writes throwaway code or mutates the repository, create or tighten a ticket and use a Ralph packet with explicit cleanup expectations.
Record:
design question -> 2-3 variants -> screenshots or artifacts -> critique -> accepted wiki/spec updates
Sketches are the Loom adaptation of visual brainstorming. Use them when seeing a mockup, diagram, state flow, layout comparison, or spatial relationship would make a decision more honest than text alone.
Record:
If a harness or local tool helps produce visual artifacts, treat that tool as transport. It does not become a Loom layer. Preserve durable outputs in evidence and route accepted behavior or explanation to spec or wiki.
Read immediately for spike or sketch work:
skills/loom-research/SKILL.md when recording experiment method,
conclusions, rejected options, or null results.skills/loom-evidence/SKILL.md when preserving screenshots, logs,
artifacts, or observed outputs.Then read conditionally:
skills/loom-tickets/SKILL.md and skills/loom-ralph/SKILL.md when the
spike or sketch writes throwaway code or mutates repository files.skills/loom-critique/SKILL.md when variants or experiment conclusions need
adversarial review.skills/loom-specs/SKILL.md when accepted behavior should become a contract.skills/loom-wiki/SKILL.md when accepted explanation should become reusable.