One-click install
npx skills add https://github.com/vitallium/dotfiles --skill ce-polish
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ce-polish
Source: https://github.com/vitallium/dotfiles/tree/main/dot_agents/skills/ce-polish
Command: npx skills add https://github.com/vitallium/dotfiles --skill ce-polish

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Start the dev server, open the feature in a browser, and iterate on improvements together. Manual invocation only — type /ce-polish to run it.

Core Features & Use Cases

  • Automated start & browser launch: Start the dev server and open the feature in a browser for immediate feedback.
  • Collaborative iteration: Describe issues to fix and have changes applied in real time as the feature is tested.
  • Manual invocation control: Trigger the workflow with a slash command; type /ce-polish to run it.

Quick Start

Type /ce-polish to start the live dev loop and begin iterating on the feature.

Frequently Asked Questions about ce-polish

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

FAQPage Schema
How do I start a dev server and open a feature in a browser for live iteration?

To start a dev server and open a feature in a browser for live iteration, you can trigger a manual command that automates project detection, port resolution, and browser launching to enable immediate collaborative feedback.

What is the best way to coordinate rapid feature fixes across branches with teammates?

The best way to coordinate rapid feature fixes across branches is using a collaborative development workflow that applies real-time changes while the feature is actively tested in a launched browser environment.

How does automatic port detection work when starting a local development server?

Automatic port detection works by resolving available ports during the dev server startup process, ensuring the script-based start commands successfully launch the web-development environment without manual configuration.

Do I need jq installed to run the dev server start commands?

Yes, you need jq installed because the internal scripts rely on it to parse configuration and execute the project-type detection and port resolution utilities required to start the dev server.

Can I trigger the live iteration workflow automatically, or do I need to invoke it manually?

You must invoke the live iteration workflow manually by typing a specific slash command, ensuring the dev server starts and browser launch only occur when you are ready to coordinate collaborative feedback.