Build and refine UI/UX with design exploration, frontend setup, and integration.
The material indicates this is essentially an open-source prompt-only UI/UX workflow guide with no required secrets and no declared remote endpoints, so overall risk is low. However, the README includes instructions to start a local dev server and modify task lists, which would introduce normal local code-execution and data-access considerations if used in an execution-capable host environment.
The material explicitly states that no keys or environment variables are required. There is no request for API tokens, account credentials, or other sensitive authentication data, so credential exposure and abuse risk appears low.
No remote endpoints are declared, and the content is primarily a local UI/UX implementation workflow. The mentioned localhost URL is only for local development preview; there is no stated transfer of user data to third-party services.
The README explicitly instructs identifying and starting a development server for web projects (e.g., npm run dev / npm start). This is standard local process launching/code execution capability and should be treated as caution, with no evidence of privileges beyond its stated purpose.
As a skill for implementing and integrating UI, it would reasonably access project code, frontend configuration, and related local files, and may modify task lists or project files. This is normal local data access for its stated function, with no clear sign of excessive authorization in the material.
Positive signals include the system marking it as open source and GitHub-hosted. However, the provided repository does not clearly match the skill name/content, the license is unspecified, community adoption is 0 stars, and maintenance status is unknown, so provenance and maintenance signals are weak; verify the actual repository and publisher before use.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "building-ui-ux" skill from askskill: 1. Download https://raw.githubusercontent.com/microsoft/FluidFramework/main/.agency/plugins/nori/skills/building-ui-ux/SKILL.md 2. Save it as ~/.claude/skills/building-ui-ux/SKILL.md 3. Reload skills and tell me it's ready
Design the UI/UX for a SaaS login page. Provide 3 different style directions, explain layout, button hierarchy, form interactions, and error states, and suggest components suitable for frontend implementation.
Multiple login page concepts, interaction notes, and implementation-friendly frontend component suggestions.
I need to build an admin dashboard. Help me plan the information architecture, common module layout, responsive design considerations, and generate React-friendly component breakdowns and development steps.
A dashboard structure, layout guidance, responsive rules, and a React implementation plan.
Analyze the usability issues in this existing form flow, focusing on field order, helper copy, validation feedback, and post-submit experience, then propose improvements that frontend developers can directly implement.
A list of form UX issues, reasons for improvement, and actionable frontend enhancement recommendations.
This skill guides you through implementing user interfaces and experiences with an emphasis on exploration, feedback, and proper integration.
Core principle: Explore variations, iterate with feedback, ensure proper integration.
Announce at start: "I'm using the Nori Building UI/UX skill to implement your interface."
Ask the user:
"Would you like to:
If multiple variations:
For web projects:
Check if the dev server is running:
npm run dev, npm start)http://localhost:3000 or similar)For other UI types:
When implementing multiple variations:
Stack variations in a way that makes comparison easy. For web UIs, this typically means:
Example for React:
export default function UIExploration() {
return (
<div className="ui-exploration">
<section className="variation">
<h2>Variation 1: Minimalist</h2>
<MinimalistLogin />
</section>
<section className="variation">
<h2>Variation 2: Modern Gradient</h2>
<ModernLogin />
</section>
<section className="variation">
<h2>Variation 3: Classic Corporate</h2>
<ClassicLogin />
</section>
</div>
);
}
When implementing a single design:
Present to user:
Iterate based on feedback:
Ensure proper integration:
Common integration points to check:
Explains how to use abilities effectively before starting any conversation.
Break large, long-running tasks into manageable chunks and preserve context.
Turn rough ideas into actionable designs through structured questioning and validation.
Draft and review Fluid Framework PR titles and descriptions consistently.
Review code or branches for correctness, compatibility, architecture, tests, performance, and security.
Generate Fluid-style PR content, push branches, and open GitHub pull requests.
Handle UI changes, fixtures, screenshots, and visual testing in component explorer projects.
Improve interface polish through spacing, typography, motion, and interaction details.
Design and generate polished, production-ready frontend interfaces and web component code.
Clarify intent, requirements, and solution direction before any creative implementation work.
Helps you build and debug Guigui GUI components and interactions.
Extract quantified design DNA from references and generate matching UI.