Install
$ agentstack add skill-evolplus-talos-ui-ux-page-scoping ✓ 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/UX Page Scoping
Use
Use this skill at the start of every UI/UX Designer dispatch mode:
extractmapcreateimportreviseincorporate
A Figma file has multiple pages. The kit scopes every read/write to one page per file so design extraction, mapping, and handoff do not mix project screens with drafts, archives, or the Foundation page.
Inputs
- Dispatch Figma URL or the SRS
## Design Referencesrows. docs/SRS.md§3.4.1 fields:Figma-File-URLFigma-Design-Page-Node-IDFigma-Design-Page-Name- Figma MCP read access.
Outputs
- A resolved page Node ID used as the root for every later Figma operation.
- Optional SRS §3.4.1 update limited to
Figma-Design-Page-Node-IDandFigma-Design-Page-Name. - Page-scope metadata in the mode artifact:
Figma-Design-Page-Node-IDFigma-Design-Page-Name
Procedure
- Read the Figma URL and the paired
Figma-Design-Page-Node-ID/Figma-Design-Page-Namefrom SRS §3.4.1. - If the SRS has UI requirements and the page field is missing or empty, halt with
NEEDS_CONTEXT. Ask for the Figma page to use. Do not inspect every page to guess. - Resolve the captured value:
- PAGE node (
CANVAS/PAGE) -> use it as the root. - FRAME or SECTION node -> walk up to the containing PAGE, then update the SRS page fields.
- PAGE NAME string -> query available pages, resolve an exact case-insensitive match, then update the SRS page fields. If no unique match exists, halt with
NEEDS_CONTEXTand list the page names.
- Scope every later Figma read/write to the subtree under the resolved page Node ID.
- Record the resolved page ID/name in the artifact produced by the mode.
- When a mode writes to Figma (
createorrevise), create or update project screens only inside the scoped page. The Foundation page remains governed bydesign-system-author.
Hard Rules
- Never walk all pages of a Figma file for project screen work.
- Never choose a page by intuition or by first page ordering.
- Never modify SRS body content from this skill. Only the page-scope fields may be updated.
- Never write project screens to the Foundation page unless the dispatch is explicitly about Foundation content.
- Every downstream UI/UX artifact must carry the resolved page Node ID and page name.
References
.claude/skills/figma-requirements-extraction/.claude/skills/figma-srs-mapping/.claude/skills/figma-design-handoff/.claude/skills/figma-canvas-layout/
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: evolplus
- Source: evolplus/talos
- License: Apache-2.0
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.