browse
01Command
Opens a URL from the project in the system browser.
Command
Opens a URL from the project in the system browser.
Command
Scans the project directory for content that does not belong to any module and reports it.
Command
Prints a shell completion script to stdout. Supported shells: bash, fish, zsh, elvish, powershell.
Command
Outputs a minified JSON summary of the project state to stdout. Intended primarily for agents — run it to give an AI assistant full context about the project contents.
Command
Running banco with no subcommand opens a full-screen, read-only dashboard for the current project.
Command
Run banco init in an empty directory to set up a new Banco project.
Command
Creates a new item in a module that supports the new capability.
Command
Manages providers configured for the current project. Provider configuration is stored in .banco/config.yml.
Command
Serves a read-only web interface for the current project.
Command
Installs agent skills into the current project. Skills are bundled into the banco binary and written out on install.
Command
Pulls data from configured remote providers and writes it to the local filesystem.
Command
Creates or edits a template interactively.
Command
Reports module data that the current configuration no longer backs — repositories dropped from a provider, task trees whose syncing was turned off, and local items you may want to retire. The output is JSON, intended for agents (see the tidy skill).
Skill Claude CodeCodex
A minimal example skill that greets the user. Use this to verify that banco-installed skills are discovered and invokable.
Skill Claude CodeCodex
Find and remove banco module data that is no longer backed by the configuration — repositories dropped from a provider, task trees whose syncing was turned off, and local items the user wants to retire. Use when the user asks to tidy, clean up, prune, or remove outdated/stale/orphaned data, or after they change…