ce-polish-beta

Detect project type, start the dev server, and preview features in a browser.

Updated Apr 26, 2026
One-click install
npx skills add https://github.com/DieStok/ridder_lab_retreat_ai_hackathon_2026 --skill ce-polish-beta-diestok
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ce-polish-beta
Source: https://github.com/DieStok/ridder_lab_retreat_ai_hackathon_2026/tree/main/.agents/skills/compound-engineering/skills/ce-polish-beta
Command: npx skills add https://github.com/DieStok/ridder_lab_retreat_ai_hackathon_2026 --skill ce-polish-beta-diestok

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires jq, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Start the dev server and preview a feature in a browser to enable rapid, feedback-driven iteration.

Core Features & Use Cases

  • Framework-aware startup: detects the project type and selects the correct dev-server command.
  • Live iteration workflow: opens the feature in a browser and prompts for feedback to drive fixes.
  • Unified run loop: coordinates starting, monitoring, and refreshing the dev environment for fast iterations.

Quick Start

Ask me to spin up the dev server for your current project, then browse the feature and describe what to improve.

Frequently Asked Questions about ce-polish-beta

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I start a dev server and preview my frontend feature in a browser?

To start a dev server, ask the Skill to spin up your current project. It detects the project type, resolves the start command and port, runs the server in the background, and opens the feature for in-browser preview.

How does framework detection work for dev server startup?

Framework detection works by inspecting the current project to identify its type, then automatically selecting the correct dev-server command and resolving the appropriate port before running the server in the background.

Can I use this dev server iteration workflow across different frontend frameworks?

Yes, you can use this dev server iteration workflow across different frontend frameworks. It applies to frontend projects universally by detecting the project type to select the correct startup command.

Do I need jq installed to run the dev server automation?

Yes, you need jq installed to run the dev server automation, as it is a required dependency for the Skill to parse data and manage the automated server startup and iteration workflow.

What is the best way to iterate on frontend features with live browser feedback?

The best way to iterate is using a unified run loop that coordinates starting, monitoring, and refreshing the dev environment. It opens the feature in a browser and prompts for feedback to drive iterative improvements.