explain-interface
SolidHelps you figure out how something was built on the web.
Install
Quality Score: 83/100
Skill Content
Details
- Author
- aiskillstore
- Repository
- aiskillstore/marketplace
- Created
- 8 months ago
- Last Updated
- today
- Language
- Python
- License
- None
Similar Skills
Semantically similar based on skill content — not just same category
interface-forensics
Reconstruct the design logic and grammar behind an existing interface from live UI, screenshots, source, or DOM. Use when analyzing why an interface works, rebuilding a reference, or extracting a system from an existing product.
interface-intelligence
Understand the real interface problem before deciding on a solution, separating request from intent and evidence from assumption. Use for ambiguous interface requests, major redesigns, unfamiliar products, consequential interaction decisions, or when the proposed UI may not be the real solution.
how
Explain how a subsystem, feature flow, or code path works, at the level a senior engineer onboarding onto it needs: architecture, runtime flow, where things live, and the gotchas. Simple questions are answered inline; complex ones fan out parallel read-only explorers and synthesize their traces into one coherent explanation. A critique mode adds fresh-context architectural review on top of the explanation. Read-only — it writes nothing. Use `why` for motivation and history. Trigger on "how does X work", "walk me through", "explain the architecture", "where should this live", or "/how".