pinchtab-dev

Featured

Develop and contribute to the PinchTab project. Use when working on PinchTab source code, adding features, fixing bugs, running tests, or preparing PRs. Triggers on "work on pinchtab", "pinchtab development", "contribute to pinchtab", "fix pinchtab bug", "add pinchtab feature".

Web & Frontend 9,124 stars 674 forks Updated today MIT

Install

View on GitHub

Quality Score: 93/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# PinchTab Development PinchTab is a browser control server for AI agents — Small Go binary with HTTP API. ## Project Location ```bash cd ~/dev/pinchtab ``` ## Dev Commands All development commands run via `./dev`: | Command | Description | |---------|-------------| | `./dev build` | Build the application | | `./dev dev` | Build & run | | `./dev dashboard` | Hot-reload dashboard development (Vite + Go) | | `./dev run` | Run the application | | `./dev check` | All checks (Go + Dashboard) | | `./dev check go` | Go checks only | | `./dev check dashboard` | Dashboard checks only | | `./dev test unit` | Go unit tests | | `./dev test dashboard` | Dashboard unit tests | | `./dev e2e pr` | PR suite (api-fast + cli-fast) | | `./dev e2e release` | Release suite (api-full + cli-full) | | `./dev e2e docker` | Build local image and Docker smoke test | | `./dev doctor` | Setup dev environment | ## Architecture ``` cmd/pinchtab/ CLI entry point internal/ bridge/ Chrome CDP communication handlers/ HTTP API handlers server/ HTTP server dashboard/ Embedded React dashboard config/ Configuration assets/ Embedded assets (stealth.js) dashboard/ React dashboard source (Vite + TypeScript) tests/e2e/ E2E test suites ``` ## Workflow: New Feature or Bug Fix 1. **Create branch** from `main`: ```bash git checkout main && git pull git checkout -b feat/my-feature # or fix/my-bug ``` 2. **Make changes** — follow...

Details

Author
pinchtab
Repository
pinchtab/pinchtab
Created
3 months ago
Last Updated
today
Language
Go
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category