bex.co avatar

bex.co

Official

@bex-co · San Francisco, California

0Followers
|
21Public Repos
|
27Published Skills

Building bex — the open-source AI-native infra

Skills Distribution
DomainBusiness, Fi...Plain-Text Account.. (40%)Autonomous Code Ma.. (30%)Multi-Surface QA &.. (20%)Release & Project .. (10%)

Agent Skills by bex.co

Showing 27 vetted skills indexed across 1 GitHub repositories.

bex-cobex-co
275

qa-find-bugs-mcp

Hunt bugs in the Beancount.io MCP server by driving live JSON-RPC endpoint journeys.

Official
Advanced
bex-cobex-co
275

pm

Manages the .pm adoption board by creating, moving, and closing workstreams, milestones, and tasks.

Official
Advanced
bex-cobex-co
275

qa-find-bugs-cli

Hunt bugs in the bea CLI by running real commands against isolated synthetic ledgers.

Official
Advanced
bex-cobex-co
275

routine-abstraction-improver

Flattens single-implementation abstractions by inlining the one thing behind them.

Official
Intermediate
bex-cobex-co
275

routine-dead-code-removal

Detects, verifies, and deletes provably unreachable code from monorepo packages using Knip and Vulture.

Official
Advanced
bex-cobex-co
275

loopx

Autonomously triage, implement, and ship every pending item in a .pm workstream.

Official
Advanced
bex-cobex-co
275

routine-flaky-test-fixer

Diagnoses and fixes intermittently failing CI tests by eliminating nondeterminism at its root cause.

Official
Advanced
bex-cobex-co
275

pm-brainstorm

Proposes milestones and tasks for a repository's .pm adoption board as text-only output.

Official
Intermediate
bex-cobex-co
275

routine-dup-unifier

Detects and merges duplicated code implementations within a single monorepo package.

Official
Advanced
bex-cobex-co
275

routine-logic-bugfixer

Models tricky logic units, proves bugs with failing tests, and ships minimal root-cause fixes.

Official
Advanced
bex-cobex-co
275

qa-find-bugs-mobile

Hunt bugs in the Beancount iOS app using Expo MCP on the iPhone 17e simulator.

Official
Advanced
bex-cobex-co
275

qa-find-bugs-dashboard

Tests the Beancount.io dashboard with headless Playwright to reproduce, trace, and report bugs.

Official
Advanced
bex-cobex-co
275

routine-shipped-feature-inliner

Removes stale feature flags and inlines their permanently enabled code paths.

Official
Advanced
bex-cobex-co
275

routine-useless-test-pruner

Detects and deletes tests that cannot fail by sabotaging covered behavior and verifying they stay green.

Official
Intermediate
bex-cobex-co
275

mobile-release

Automates mobile version bumps, localized release notes, and App Store and Google Play releases.

Official
Advanced
bex-cobex-co
275

mermaid

Create syntax-verified Mermaid architecture diagrams for systems and dependency flows.

Official
Intermediate
bex-cobex-co
275

ship

Commit pending changes and push the main branch to origin with rebase.

Official
Intermediate
bex-cobex-co
275

routine-logic-simplifier

Simplifies convoluted business logic in place while preserving behavior with pinning tests.

Official
Intermediate
bex-cobex-co
275

routine-abstraction-police

Detects and fixes imports that violate stated architectural boundary rules.

Official
Intermediate
bex-cobex-co
275

beancount-reconcile

Reconcile one beancount account against a bank or credit card statement.

Official
Advanced
bex-cobex-co
275

beancount-options

Convert natural-language options trade descriptions into balanced beancount ledger transactions.

Official
Advanced
bex-cobex-co
275

beancount-importer-author

Write and repair tested beangulp importers for bank CSV export formats.

Official
Advanced
bex-cobex-co
275

beancount-ask

Answers ledger questions with shown, re-runnable BQL queries against beancount files.

Official
Intermediate
bex-cobex-co
275

beancount-migrate

Convert finance-app CSV exports into verified beancount ledgers with deduplicated transfers and opening balances.

Official
Advanced

Frequently Asked Questions About bex.co

FAQPage Schema
What 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.