claudiodangelis

15 mods across 1 repository, 58 stars between them.

browse

01

claudiodangelis/banco

Command

Opens a URL from the project in the system browser.

58 12d ago A 0 tokens original MIT

check

02

claudiodangelis/banco

Command

Scans the project directory for content that does not belong to any module and reports it.

58 12d ago A 0 tokens original MIT

completions

03

claudiodangelis/banco

Command

Prints a shell completion script to stdout. Supported shells: bash, fish, zsh, elvish, powershell.

58 12d ago A 0 tokens original MIT

context

04

claudiodangelis/banco

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.

58 12d ago A 0 tokens original MIT

dashboard

05

claudiodangelis/banco

Command

Running banco with no subcommand opens a full-screen, read-only dashboard for the current project.

58 12d ago A 0 tokens original MIT

init

06

claudiodangelis/banco

Command

Run banco init in an empty directory to set up a new Banco project.

58 12d ago A 0 tokens original MIT

new

07

claudiodangelis/banco

Command

Creates a new item in a module that supports the new capability.

58 12d ago A 0 tokens original MIT

provider

08

claudiodangelis/banco

Command

Manages providers configured for the current project. Provider configuration is stored in .banco/config.yml.

58 12d ago A 0 tokens original MIT

serve

09

claudiodangelis/banco

Command

Serves a read-only web interface for the current project.

58 12d ago A 0 tokens original MIT

skills

10

claudiodangelis/banco

Command

Installs agent skills into the current project. Skills are bundled into the banco binary and written out on install.

58 12d ago A 0 tokens original MIT

sync

11

claudiodangelis/banco

Command

Pulls data from configured remote providers and writes it to the local filesystem.

58 12d ago A 0 tokens original MIT

tidy

13

claudiodangelis/banco

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).

58 12d ago A 0 tokens original MIT

hello-world

14

claudiodangelis/banco

Skill Claude CodeCodex

A minimal example skill that greets the user. Use this to verify that banco-installed skills are discovered and invokable.

58 12d ago A 27 tokens original MIT

tidy

15

claudiodangelis/banco

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…

58 12d ago C 71 tokens original MIT