# Dev Console

> A Claude skill from almax000/claude-skills.

- **Type:** Skill
- **Install:** `agentstack add skill-almax000-claude-skills-dev-console`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [almax000](https://agentstack.voostack.com/s/almax000)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [almax000](https://github.com/almax000)
- **Source:** https://github.com/almax000/claude-skills/tree/main/dev-console

## Install

```sh
agentstack add skill-almax000-claude-skills-dev-console
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Dev Console

> In-browser UI review + DOM annotation tool for frontend quality feedback loops.

## Safety Guarantee

- Vite plugin uses `apply: 'serve'` — **zero production footprint**
- All resources served via `/__dev-console/` middleware routes, nothing written to `dist/`
- Annotation data persists to `.claude/feedback/annotations.json` (gitignored)

## Commands

| Command | Description |
|---------|-------------|
| `/dev-console-init` | First-time setup: copy plugin files + inject into vite.config |
| `/dev-console` | Enable/disable the Dev Console |

## Modules

| Module | Description |
|--------|-------------|
| `annotation` | DOM element annotation + notes, state machine IDLE→SELECTING→FORM_OPEN→IDLE |
| `component-boundaries` | Vue component boundary visualization |
| `css-vars` | CSS variable viewer/editor |

## Architecture

```
plugin/                          # Source files (Git tracked, portable)
├── vite-plugin-dev-console.mjs  # Vite plugin entry (apply: 'serve')
├── dev-console-shell.js         # Shadow DOM host + panel UI
├── dev-console-shell.css        # Panel styles (dark/light themes)
├── dev-console-i18n.js          # Bilingual EN/ZH
├── dev-console-theme.js         # Theme system
└── modules/                     # Feature modules
    ├── annotation.js
    ├── component-boundaries.js
    └── css-vars.js
```

**Runtime paths** (created by init command, gitignored):
- `.claude/plugins/` — plugin runtime copies
- `.claude/feedback/annotations.json` — annotation data

## Workflow

```
/dev-console-init              # First time: copy plugin/ → .claude/plugins/ + inject vite.config
npm run dev                    # Start dev server, Console auto-loads
Browser bottom-right ● button  # Open/close Dev Console drawer
Annotate DOM elements + notes  # Data saved to .claude/feedback/annotations.json
Claude reads annotations       # Feedback loop closed
```

## Requirements

- **Vite** — any Vite-powered project (Vue, React, Svelte, etc.)
- **Node.js** >= 18

## Source & license

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

- **Author:** [almax000](https://github.com/almax000)
- **Source:** [almax000/claude-skills](https://github.com/almax000/claude-skills)
- **License:** MIT

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

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-almax000-claude-skills-dev-console
- Seller: https://agentstack.voostack.com/s/almax000
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
