Install
$ agentstack add skill-n-n-code-n-n-code-skills-ui-guidance ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
UI/Frontend Guidance
This is a composable overlay, not a standalone workflow. Use alongside the repo's implementation skill (e.g. coding-guidance-cpp, project-core-dev) when the change touches UI or frontend code.
Use this as the thin default overlay for ordinary UI work. If the task is redesign-heavy, frontend-polish heavy, or needs a stronger UX review checklist, prefer ui-design-guidance.
Routing examples:
- add a small control that matches nearby components -> use this skill
- fix spacing, labels, or responsive behavior within the existing visual
language -> use this skill
- redesign a page, introduce a new visual direction, or perform a UX-heavy
release review -> use ui-design-guidance
- product-security or permission-sensitive UI flows -> add
securitywhen the
main risk is trust, identity, or authorization rather than presentation
When to use
The repo includes graphical UI or web frontend code — web views, desktop UI, embedded panels, or rendering layers.
Not for
Terminal UIs (ncurses, TUI frameworks) unless the repo explicitly treats them as UI with design standards. Pure data visualization or plotting libraries are also out of scope.
Rules
- Preserve the existing design language unless the task explicitly calls for
redesign. Do not introduce new color palettes, spacing systems, or component patterns without justification.
- Accessibility, layout stability, and responsive behavior are part of done —
not follow-up work.
- UI changes must not bypass the repo's test and build hygiene.
- Verify visual output manually or with snapshot tests if the repo supports
them.
- If the repo does not document breakpoints, design tokens, or visual test
tooling, derive them from nearby UI code and record the fallback evidence in any implementation or review note you produce.
Decision Heuristics
- Design language check: before adding a new visual element, grep the
codebase for an existing element that serves a similar purpose. Match its spacing, color tokens, and component structure unless the task requires divergence.
- Evidence fallback: when the repo lacks UI docs, use the nearest existing
component or screen as the baseline and name the files inspected.
- Accessibility bar: if the change adds interactive elements, verify
keyboard navigation and screen reader labels. If the repo has no a11y testing, add manual verification to the review checklist.
- Layout stability: if the change affects layout, test at the repo's
supported viewport sizes. If those are undocumented, test at the common breakpoints already exercised by nearby code or styles. Flag layout shifts that appear on resize or content change.
Validation
A UI change is done when (in addition to the base implementation skill's validation):
- visual output matches the existing design language or the requested redesign
- interactive elements are keyboard-navigable
- layout is stable across supported viewports
- when automated UI verification is absent, any implementation or review note
you produce names the screenshots, snapshots, or manual checks used as evidence
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: n-n-code
- Source: n-n-code/n-n-code-skills
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.