bikeindex

22 mods across 1 repository, 309 stars between them.

pr

01

bikeindex/bike_index

Command Claude Code

Create or update a pull request (delegates to the pr skill).

not rated 309 yesterday A 16 tokens AGPL-3.0

bike_index

02

bikeindex/bike_index

Settings file Claude Code

Agent settings configuring enabledMcpjsonServers.

not rated 309 yesterday A tokens not measured AGPL-3.0

admin-data-api

03

bikeindex/bike_index

Skill Claude Code

Read live production data from Bike Index through the admin OAuth token — Sidekiq and PgHero status, and the user-submitted bug reports — the same data as the cookie-gated dashboards, but agent-friendly JSON. Trigger when the user asks about production queue depth, job backlog, retries/dead jobs, running Sidekiq…

not rated 309 yesterday A 206 tokens AGPL-3.0

bikeindex/bike_index

Skill Claude Code

How to fix a test that fails intermittently in Bike Index — one that passes locally but fails on CI, fails on one shard, passes on re-run, or is already tagged :flaky. Read this before touching any spec that is failing intermittently, and before adding, raising, or relying on a flaky: tag or a wait: bump. Trigger on a…

not rated 309 yesterday A 218 tokens AGPL-3.0

bikeindex/bike_index

Skill Claude Code

Bike Index's frontend conventions — Tailwind class prefixing (tw:), the standard twinput/twlabel/twlink form/link classes, the numberdisplay helper for numbers, the UI component library rule (every button is UI::Button/UI::ButtonLink, every typeahead/autocomplete is UI::Forms::Combobox, never hand-rolled markup), that…

not rated 309 changed today A 217 tokens AGPL-3.0

bikeindex/bike_index

Skill Claude Code

Capture desktop+mobile screenshots of Bike Index pages from the local bin/dev server via Playwright MCP, with a seeded-user identity gate that keeps PII out of uploaded images. Use whenever a task needs screenshots of local pages — PR documentation, bug repros, before/after comparisons across branches, design review…

not rated 309 yesterday A 208 tokens AGPL-3.0

github-pr-images

07

bikeindex/bike_index

Skill Claude Code

Embed a local image file into an existing GitHub PR — either in the PR body or as a comment. Trigger when a request pairs a local image (screenshot, .png/.jpg, CleanShot capture, before/after) with an existing PR (by #number, URL, branch name, or "the open PR"), regardless of verb — attach, embed, add, put, post…

not rated 309 yesterday A 192 tokens AGPL-3.0

bikeindex/bike_index

Skill Claude Code

Investigate and fix a specific Honeybadger exception in the Bike Index app — pull the fault, read its backtrace, find the offending code, write the fix. Trigger whenever a request names one Honeybadger error: a pasted fault URL (app.honeybadger.io/projects/…/faults/…), a fault ID, an error class plus "in production"…

not rated 309 yesterday A 191 tokens AGPL-3.0

integration-testing

09

bikeindex/bike_index

Skill Claude Code

Bike Index conventions for browser specs (type: :system, :js) — drive every step through the real UI (no FactoryBot or executescript shortcuts to skip what a user would do), every example pays a browser boot cost so bias toward fewer, denser examples that walk through state via clicks, prefer named-element matchers…

not rated 309 yesterday A 163 tokens AGPL-3.0

merge-conflicts

10

bikeindex/bike_index

Skill Claude Code

How to bring a branch up to date and resolve git merge conflicts the way this repo expects — merge (never rebase or force-push), understand each side's intent before choosing, ask when a resolution isn't clear-cut, keep the merge commit to just the merge, and audit what merged cleanly before committing. Trigger…

not rated 309 yesterday A 163 tokens AGPL-3.0

pr

11

bikeindex/bike_index

Skill Claude Code

Create or update a pull request for the current branch. Trigger when the user asks to create/open/make a PR, or to edit/update/rewrite/fix the PR description, body, summary, or title — including bare phrasings like "update pr" or "update the PR" with no other object — for both new PRs and existing ones. Note this runs…

not rated 309 yesterday A 158 tokens AGPL-3.0

bikeindex/bike_index

Skill Claude Code

Inspect the Bike Index production Rails logs downloaded by binxlogs and streamed with binxcat web / binxcat worker — JSON-per-request (Lograge) on web plus free-form background-job lines on worker, far too large to read end-to-end. Trigger when the user asks to review, investigate, audit, or pull stats from a…

not rated 309 yesterday A 191 tokens AGPL-3.0

rspec-testing

13

bikeindex/bike_index

Skill Claude Code

Bike Index's RSpec testing conventions — how to structure specs with context and let, what kinds of tests to write, and what to avoid (mocks, controller specs, testing private methods). Trigger when writing or modifying any spec.rb file, adding test coverage for new code, refactoring tests, or designing the test…

not rated 309 yesterday A 91 tokens AGPL-3.0

sandbox-test-setup

14

bikeindex/bike_index

Skill Claude Code

Bike Index Ruby + RSpec environment setup, for the three environments this repo actually runs in: a local macOS Conductor workspace, the Conductor cloud sandbox, and Claude Code's Linux web sandbox. Identifies which one you're in by path and points at its reference; each covers getting ruby, bundle, bin/lint, a…

not rated 309 yesterday C 251 tokens AGPL-3.0

skill-creator

15

bikeindex/bike_index

Skill Claude Code

Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.

not rated 309 yesterday A 64 tokens AGPL-3.0

analyzer

16

bikeindex/bike_index

Agent Claude Code

Analyze blind comparison results to understand WHY the winner won and generate improvement suggestions.

not rated 309 yesterday A 0 tokens AGPL-3.0

comparator

17

bikeindex/bike_index

Agent Claude Code

Compare two outputs WITHOUT knowing which skill produced them.

not rated 309 yesterday A 0 tokens AGPL-3.0

grader

18

bikeindex/bike_index

Agent Claude Code

Evaluate expectations against an execution transcript and outputs.

not rated 309 yesterday A 0 tokens AGPL-3.0

bikeindex/bike_index

Instructions file GitHub Copilot

Copilot instructions for bikeindex/bike_index, a project described as: All the code for Bike Index, because we love you.

not rated 309 yesterday A 3 tokens AGPL-3.0

playwright

20

bikeindex/bike_index

MCP server Claude CodeCodexCursor +2

Lets the agent drive a real browser: open pages, click, type, take screenshots and read the accessibility tree, using Playwright. Runs locally from the @playwright/mcp npm package.

not rated 309 yesterday A tokens not measured AGPL-3.0

bikeindex/bike_index

Instructions file CodexOpenCode

AGENTS.md instructions for bikeindex/bike_index, covering development, code style, code guidelines, comments and translations.

not rated 309 changed today A 3,374 tokens AGPL-3.0

bikeindex/bike_index

Instructions file Claude Code

Claude Code instructions for bikeindex/bike_index, a project described as: All the code for Bike Index, because we love you.

not rated 309 yesterday A 3 tokens AGPL-3.0

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: