# Bindev

> Start the local development server in a tmux session and open the homepage. Use when the user wants to start development, run the app locally, fire up the dev server, or invokes /bindev.

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

## Install

```sh
agentstack add skill-zarpay-rails-template-bindev
```

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

## About

# bindev

Start `bin/dev` (the Procfile.dev fleet: web + tailwind watcher + Solid Queue
worker) in a detached tmux session and open the homepage in the browser.

## Workflow

1. Run the startup script:
   ```bash
   bash .claude/skills/bindev/scripts/start_dev.sh
   ```

2. Interpret the output:
   - `ALREADY_RUNNING` + `READY` — server was already up, open the browser
   - `STARTED` + `READY` — server started cleanly, open the browser
   - `STARTED` + `TIMEOUT` — process started but didn't respond in 20s; warn
     the user and have them `tmux attach -t APPNAME-dev` to see the logs

3. Open the homepage:
   ```bash
   open http://localhost:APPNAME_PORT
   ```

4. Confirm to the user that the dev server is up and the homepage is open.

## Tmux session

The fleet runs in a tmux session named `APPNAME-dev`. Useful commands:

- Attach: `tmux attach -t APPNAME-dev`
- Kill: `tmux kill-session -t APPNAME-dev`
- List: `tmux ls`

## Source & license

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

- **Author:** [zarpay](https://github.com/zarpay)
- **Source:** [zarpay/rails-template](https://github.com/zarpay/rails-template)
- **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-zarpay-rails-template-bindev
- Seller: https://agentstack.voostack.com/s/zarpay
- 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%.
