bex.co
Official@bex-co · San Francisco, California
Building bex — the open-source AI-native infra
Agent Skills by bex.co
Showing 27 vetted skills indexed across 1 GitHub repositories.
qa-find-bugs-mcp
Hunt bugs in the Beancount.io MCP server by driving live JSON-RPC endpoint journeys.
pm
Manages the .pm adoption board by creating, moving, and closing workstreams, milestones, and tasks.
qa-find-bugs-cli
Hunt bugs in the bea CLI by running real commands against isolated synthetic ledgers.
routine-abstraction-improver
Flattens single-implementation abstractions by inlining the one thing behind them.
routine-dead-code-removal
Detects, verifies, and deletes provably unreachable code from monorepo packages using Knip and Vulture.
loopx
Autonomously triage, implement, and ship every pending item in a .pm workstream.
routine-flaky-test-fixer
Diagnoses and fixes intermittently failing CI tests by eliminating nondeterminism at its root cause.
pm-brainstorm
Proposes milestones and tasks for a repository's .pm adoption board as text-only output.
routine-dup-unifier
Detects and merges duplicated code implementations within a single monorepo package.
routine-logic-bugfixer
Models tricky logic units, proves bugs with failing tests, and ships minimal root-cause fixes.
qa-find-bugs-mobile
Hunt bugs in the Beancount iOS app using Expo MCP on the iPhone 17e simulator.
qa-find-bugs-dashboard
Tests the Beancount.io dashboard with headless Playwright to reproduce, trace, and report bugs.
routine-shipped-feature-inliner
Removes stale feature flags and inlines their permanently enabled code paths.
routine-useless-test-pruner
Detects and deletes tests that cannot fail by sabotaging covered behavior and verifying they stay green.
mobile-release
Automates mobile version bumps, localized release notes, and App Store and Google Play releases.
mermaid
Create syntax-verified Mermaid architecture diagrams for systems and dependency flows.
ship
Commit pending changes and push the main branch to origin with rebase.
routine-logic-simplifier
Simplifies convoluted business logic in place while preserving behavior with pinning tests.
routine-abstraction-police
Detects and fixes imports that violate stated architectural boundary rules.
beancount-reconcile
Reconcile one beancount account against a bank or credit card statement.
beancount-options
Convert natural-language options trade descriptions into balanced beancount ledger transactions.
beancount-importer-author
Write and repair tested beangulp importers for bank CSV export formats.
beancount-ask
Answers ledger questions with shown, re-runnable BQL queries against beancount files.
beancount-migrate
Convert finance-app CSV exports into verified beancount ledgers with deduplicated transfers and opening balances.
Frequently Asked Questions About bex.co
FAQPage SchemaWhat tasks can I accomplish with bex.co's Beancount skills?▼
You can scaffold a new ledger, import bank CSV/OFX/QIF exports with deduplication, reconcile accounts against statements, record options trades from plain English, run BQL analytics on spending and net worth, migrate from Mint or QuickBooks, author reusable beangulp importers, and run a full month-end close.
Who are bex.co's skills designed for?▼
They target plain-text accounting users and bookkeepers managing Beancount ledgers, plus engineers maintaining monorepos who need autonomous routines for dead-code removal, duplicate unification, flaky-test fixing, abstraction cleanup, and QA engineers hunting bugs across CLI, MCP, dashboard, and mobile surfaces.
How do the autonomous maintenance routines work in practice?▼
Each routine is explicitly invoked (e.g. /routine-dead-code-removal), uses the repo's own detectors like yarn lint:deadcode, verifies every finding before changing code, and ships each fix via the /ship skill, which rebases, commits, and pushes to origin/main.
What are the prerequisites for running the Beancount skills?▼
The skills prefer the bea CLI for init, check, and JSON queries, falling back to bean-check and bean-query when bea is absent. Importer authoring requires Python with beangulp, Fava setup uses uv, and QA skills need QA_EMAIL/QA_PASSWORD credentials plus Playwright or an Expo iPhone simulator.
Are bex.co's skills open source and free to use?▼
Yes. bex.co describes itself as open-source AI-native infrastructure, and the skills are published publicly in the organization's repositories. There is no indicated licensing cost; users only need the underlying runtimes such as bea, Python, or Node for specific skills.