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

Ce:polish Beta

skill-jerrylalala-compound-engineering-ce-polish-beta · by Jerrylalala

[Beta] 启动开发服务器并在浏览器中体验功能,迭代打磨 UI、交互和细节

No reviews yet
0 installs
0 views
view→install

Install

$ agentstack add skill-jerrylalala-compound-engineering-ce-polish-beta

✓ 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/skill-jerrylalala-compound-engineering-ce-polish-beta)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo ago

Declared compatibility

Claude CodeClaude Desktop

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 Ce:polish Beta? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Polish

Start the dev server, open the feature in a browser, and iterate. You use the feature, say what feels off, and fixes happen.

Phase 0: Get on the right branch

  1. If a PR number or branch name was provided, check it out (probe for existing worktrees first).
  2. If blank, use the current branch.
  3. Verify the current branch is not main/master.

Phase 1: Start the dev server

1.1 Check for .claude/launch.json

Run bash scripts/read-launch-json.sh. If it finds a configuration, use it — the user already told us how to start the project.

1.2 Auto-detect (when no launch.json)

Run bash scripts/detect-project-type.sh to identify the framework.

Route by type to the matching recipe reference for start command and port defaults:

| Type | Recipe | |------|--------| | rails | references/dev-server-rails.md | | next | references/dev-server-next.md | | vite | references/dev-server-vite.md | | nuxt | references/dev-server-nuxt.md | | astro | references/dev-server-astro.md | | remix | references/dev-server-remix.md | | sveltekit | references/dev-server-sveltekit.md | | procfile | references/dev-server-procfile.md | | unknown | Ask the user how to start the project |

For framework types that need a package manager, run bash scripts/resolve-package-manager.sh and substitute the result into the start command.

Resolve the port with bash scripts/resolve-port.sh --type .

1.3 Start the server

Start the dev server in the background, log output to a temp file. Probe http://localhost: for up to 30 seconds. If it doesn't come up, show the last 20 lines of the log and ask the user what to do.

1.4 Open in browser

Load references/ide-detection.md for the env-var probe table. Open the browser using the IDE's mechanism (Claude Code → open, Cursor → Cursor browser, VS Code → Simple Browser).

Tell the user:

Dev server running on http://localhost:
Browse the feature and tell me what could be better.

Phase 2: Iterate

This is the core loop. The user browses the feature and tells you what to improve. You fix it. Repeat until they're happy.

  • When the user describes something to fix → make the change, the dev server hot-reloads
  • When the user asks to check something → use agent-browser to screenshot or inspect the page
  • When the user says they're done → commit the fixes and stop

No checklist. No envelope. Just conversation.

References

Reference files (loaded on demand):

  • references/launch-json-schema.md — launch.json schema + per-framework stubs
  • references/ide-detection.md — host IDE detection and browser-handoff
  • references/dev-server-detection.md — port resolution documentation
  • references/dev-server-rails.md — Rails dev-server defaults
  • references/dev-server-next.md — Next.js dev-server defaults
  • references/dev-server-vite.md — Vite dev-server defaults
  • references/dev-server-nuxt.md — Nuxt dev-server defaults
  • references/dev-server-astro.md — Astro dev-server defaults
  • references/dev-server-remix.md — Remix dev-server defaults
  • references/dev-server-sveltekit.md — SvelteKit dev-server defaults
  • references/dev-server-procfile.md — Procfile-based dev-server defaults

Scripts (invoked via bash scripts/):

  • scripts/read-launch-json.sh — launch.json reader
  • scripts/detect-project-type.sh — project-type classifier
  • scripts/resolve-package-manager.sh — lockfile-based package-manager resolver
  • scripts/resolve-port.sh — port resolution cascade

Source & license

This open-source skill 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.