AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
MCP verified MIT Self-run

Openpencil Design Orchestrator

mcp-ziiinian-openpencil-design-orchestrator · by ziiinian

Staged MCP-first Agent Skill for Pencil / OpenPencil design orchestration, section-safe edits, audits, and fallback-aware workflows.

— No reviews yet
0 installs
44 views
0.0% view→install

Install

$ agentstack add mcp-ziiinian-openpencil-design-orchestrator

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No 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.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/mcp-ziiinian-openpencil-design-orchestrator)

Reliability & compatibility

✓ Security review passed
0 installs to date
— no reviews yet
○ 6mo ago

Declared compatibility

Claude CodeClaude DesktopCursorWindsurf

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

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 →
Are you the author of Openpencil Design Orchestrator? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

openpencil-design-orchestrator

English | [简体中文](./README.zh-CN.md)

[](https://github.com/ziiinian/openpencil-design-orchestrator/releases) [](./LICENSE) [](https://github.com/ziiinian/openpencil-design-orchestrator)

Controlled AI-assisted design workflow for Pencil / OpenPencil.

An Agent Skill for orchestrating Pencil / OpenPencil design work through a staged, MCP-first workflow.

Quick Start

Option 1 — Download the packaged skill

Go to the latest release and download:

Option 2 — Inspect the source

Browse the skill source directly in this repository:

  • SKILL.md
  • references/
  • scripts/

Installation / Use

This repository ships both the source skill and a packaged .skill release artifact.

Typical usage flow:

  1. Download the .skill artifact from the latest release
  2. Install/import it into your skill environment
  3. Use it when working with Pencil / OpenPencil design tasks that need staged, bounded execution

Typical trigger examples:

  • “Use Pencil/OpenPencil to redesign this hero section, but do it section-by-section.”
  • “Audit this design for spacing, typography, and token consistency before editing.”
  • “Plan the page structure first, then create only the skeleton.”

Install and verify

For installation and first-run verification, see:

  • [Installation Guide](./docs/INSTALL.md)
  • [简体中文安装说明](./docs/INSTALL.zh-CN.md)

For follow-up support materials, see:

  • [Troubleshooting](./docs/TROUBLESHOOTING.md)
  • [Usage Examples](./docs/EXAMPLES.md)
  • [Evaluation Guide](./docs/EVALUATION.md)

What it does

openpencil-design-orchestrator turns vague AI-assisted design requests into a controlled sequence of steps:

  1. Preflight – verify Pencil/OpenPencil, MCP readiness, and current structure
  2. Planning – break work into pages, sections, components, tokens, and execution order
  3. Skeleton – build structural scaffolding only
  4. Section Content – edit one section at a time with bounded scope
  5. Refinement – improve spacing, hierarchy, consistency, and polish
  6. Save / Handoff – summarize changes and remaining risks

The goal is to avoid uncontrolled one-shot design mutations and keep changes small, reviewable, and reversible.

Best fit

Use this skill when you need to:

  • work with Pencil / OpenPencil through MCP
  • orchestrate AI-assisted design changes safely
  • perform section-by-section design edits
  • audit layout, consistency, spacing, tokens, and structure
  • adapt workflows across Claude Code, Codex, Cursor, or Windsurf

Not for

This skill is not the best primary path for:

  • unconstrained whole-product one-shot generation
  • blind large-scale destructive edits
  • pretending live editing works when MCP is unavailable
  • default-on high-risk automation via unrestricted eval

Repository layout

.
├── SKILL.md
├── README.md
├── README.zh-CN.md
├── references/
├── scripts/
├── dist/
│   └── openpencil-design-orchestrator.skill
├── source/
│   └── NOTICE.txt
└── LICENSE

Key files

  • SKILL.md – trigger description, workflow rules, operating constraints
  • references/ – prompt framework, workflow sequence, fallback mode, risk matrix, client adapters, capability notes
  • scripts/preflight-check.sh – quick environment and MCP readiness check
  • scripts/scaffold-phase-prompt.py – generate phase-specific prompt scaffolds
  • dist/openpencil-design-orchestrator.skill – packaged distributable skill file

Typical usage patterns

1. Build a new page safely

Example: “Create a SaaS landing page, but start with skeleton only.”

2. Revise one section without collateral damage

Example: “Only redesign the hero section; do not touch the rest.”

3. Audit an existing design

Example: “Review spacing, typography hierarchy, and token consistency before editing.”

Roadmap

Possible future improvements:

  • richer example prompts for more design scenarios
  • more client-specific adapter notes
  • expanded fallback examples for non-MCP workflows
  • release notes for future versions beyond the initial public release

Release

  • Latest release:
  • First public release:

License

This repository is released under the MIT License. See [LICENSE](./LICENSE).

Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.