Install
$ agentstack add skill-sergekostenchuk-ui-ux-agent-skill-system-pencil-design-bridge ✓ 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 Used
- ✓ 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
Pencil Design Bridge
This skill is the Pencil layer in the UI/UX Agent Skill System. Pencil is a design-tool bridge and editable design workspace, not the central architect and not a plain-file parser.
Operating Modes
brief: turn an approved direction brief into a Pencil-ready design brief.canvas-handoff: prepare instructions for Pencil MCP/tools or a Pencil-capable agent.review-output: review Pencil output against UX, SEO/LLM, accessibility, brand, and implementation constraints.figma-code-handoff: prepare Pencil results for Figma or code implementation.config-check: check whether Pencil tools are available in the current runtime without reading.penfiles directly.
Required Workflow
- Read [references/pencil-bridge-contract.md](references/pencil-bridge-contract.md).
- Confirm the source brief was approved by
senior-ui-ux-orchestratoror came from an explicit user decision. - Confirm inputs:
- product/UX journey;
- SEO/LLM constraints for public pages;
ui-ux-pro-maxdesign intelligence;- optional Stitch output or Figma constraints;
- required assets and forbidden claims.
- Use [assets/pencil-handoff.template.md](assets/pencil-handoff.template.md) for handoff packets.
- Access
.pendocuments only through Pencil MCP/tools. Do not use shell reads, grep, cat, or ad hoc JSON parsing on.penfiles. - Treat Pencil output as a candidate design artifact. It still needs review before Figma, code, or production use.
Safety Rules
- Do not store API keys, tokens, cookies, private URLs, private screenshots, or
.envvalues in Pencil handoffs. - Do not claim a Pencil tool ran unless a callable Pencil tool was used and an artifact path or tool response exists.
- If Pencil tooling is unavailable, produce a manual handoff and mark execution as
SkippedorPlanned. - If Pencil output conflicts with accessibility, visible facts, SEO/LLM structure, or implementation feasibility, route to council.
Handoff Shape
Mode:
Approved direction:
Pencil tool availability:
Input artifacts:
Data excluded:
Prompt or canvas instructions:
Design-system constraints:
Review criteria:
Next owner:
Checks:
Validation
When editing this skill, run:
python3 $CODEX_HOME/skills/.system/skill-creator/scripts/quick_validate.py $CODEX_HOME/skills/pencil-design-bridge
python3 $CODEX_HOME/skills/senior-skill-architect/scripts/lint_production_skill.py $CODEX_HOME/skills/pencil-design-bridge
python3 -m json.tool $CODEX_HOME/skills/pencil-design-bridge/evals/evals.json >/dev/null
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: sergekostenchuk
- Source: sergekostenchuk/ui-ux-agent-skill-system
- 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.