anas1412

Pinboard — AI skill for Claude Code

AI community

Desktop app for AI coding tickets: Claude Code & OpenCode in an embedded terminal, git worktrees, PRs, cost tracking.

How to install Pinboard

This entry records only its repository, not the path inside it, so there is no exact command to give. Open anas1412/pinboard and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Pinboard does

Desktop app for AI coding tickets: Claude Code & OpenCode in an embedded terminal, git worktrees, PRs, cost tracking.

Alternatives in AI

  • Skills Manage — Desktop app to manage AI coding agent skills across Claude Code, Cursor, Gemini CLI, Codex, and 20+ platforms 2.2k ★
  • Token Monitor — Local-first desktop widget for tracking token usage, costs, and limits across 32+ AI coding tools—including Cl 1.8k ★
  • Proxypal — A desktop app that lets you use your AI subscriptions (Claude, ChatGPT, Gemini, GitHub Copilot) with any codin 1.2k ★

README

Pinboard

Pinboard

**A Kanban board for your coding agents.**

Every ticket is a **Claude Code** or **OpenCode 2** session, the real CLI running in a terminal inside the ticket. The board shows which agents are working, which are waiting for you and what each one has cost, and it moves the cards as the work gets done. Tickets work directly in the project by default. Turn on a branch and worktree per ticket when you want isolation and a pull request.

You can also just ask Pinboard. Press Ctrl+K and type "clone anas1412/api" or "add a ticket to web: signup button is broken": your agent does it using Pinboard's own tools, and agents working on tickets can use them too.

**Website and docs:** https://anas1412.github.io/pinboard/

**Status: early version.** Rebuilt as a native app for Linux and Windows (Tauri 2 + Rust). Everything below works and is tested end to end on Linux with both agents; Windows is built and tested in CI but not yet by hand. See [PLAN.md](PLAN.md). The previous Electrobun version is tagged `legacy-v0.1.3`.

Install

  1. Install an agent: at least one, then run it once to sign in.
    • Claude Code: curl -fsSL https://claude.ai/install.sh | bash (Windows PowerShell: irm https://claude.ai/install.ps1 | iex)
    • OpenCode 2: curl -fsSL https://opencode.ai/v2/install | bash (Windows: npm install -g @opencode/cli). OpenCode 1 isn't supported.
  2. Download Pinboard from Releases. Until the first release is published, use the latest successful CI run instead (sign in to GitHub, then download the pinboard-Linux or pinboard-Windows artifact).
  3. Install it:
    • AppImage: chmod +x Pinboard_*_amd64.AppImage && ./Pinboard_*_amd64.AppImage
    • Debian/Ubuntu: `sudo apt install ./Pi