{"id":48823951,"url":"https://github.com/qbicsoftware/occo","last_synced_at":"2026-04-16T21:07:17.301Z","repository":{"id":339155877,"uuid":"1160670255","full_name":"qbicsoftware/occo","owner":"qbicsoftware","description":"Useful agents configuration for various daily tasks.","archived":false,"fork":false,"pushed_at":"2026-04-14T15:18:12.000Z","size":7862,"stargazers_count":3,"open_issues_count":10,"forks_count":2,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-14T15:32:03.726Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/qbicsoftware.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-02-18T08:23:50.000Z","updated_at":"2026-04-14T15:16:14.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/qbicsoftware/occo","commit_stats":null,"previous_names":["sven1103-agent/opencode-agents","sven1103-agent/opencode-config-cli","qbicsoftware/occo"],"tags_count":28,"template":false,"template_full_name":null,"purl":"pkg:github/qbicsoftware/occo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qbicsoftware%2Focco","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qbicsoftware%2Focco/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qbicsoftware%2Focco/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qbicsoftware%2Focco/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/qbicsoftware","download_url":"https://codeload.github.com/qbicsoftware/occo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qbicsoftware%2Focco/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31806209,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T11:13:53.975Z","status":"ssl_error","status_checked_at":"2026-04-14T11:13:53.299Z","response_time":153,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-04-14T17:00:29.178Z","updated_at":"2026-04-14T17:00:58.943Z","avatar_url":"https://github.com/qbicsoftware.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Occo\n\n[![License: AGPL-3.0](https://img.shields.io/badge/License-AGPL--3.0-blue.svg)](LICENSE)\n[![Go Version](https://img.shields.io/github/go-mod/go-version/qbicsoftware/occo?logo=go)](https://github.com/qbicsoftware/occo/blob/main/go.mod)\n[![Version](https://img.shields.io/github/v/release/qbicsoftware/occo?include_prereleases\u0026label=version)](https://github.com/qbicsoftware/occo/releases)\n[![CI](https://github.com/qbicsoftware/occo/actions/workflows/ci.yml/badge.svg)](https://github.com/qbicsoftware/occo/actions/workflows/ci.yml)\n[![E2E CLI](https://github.com/qbicsoftware/occo/actions/workflows/e2e-cli.yml/badge.svg)](https://github.com/qbicsoftware/occo/actions/workflows/e2e-cli.yml)\n\n**Manage OpenCode configuration bundles and schema-validated multi-agent workflows**\n\n## CLI Demo\n\n![CLI demo](docs/demo.gif)\n\nSource tape: [docs/demo.tape](docs/demo.tape)  \nRepeatable capture steps: [docs/demo-playbook.md](docs/demo-playbook.md)\n\n## What is this?\n\nA CLI tool (`occo`) that manages OpenCode [configuration bundles](docs/config-bundles.md) from external sources, enabling versioned, validated configs for AI agents.\n\n## Quick Start (30 seconds)\n\n```sh\n# Install via Go (macOS/Linux)\ngo install github.com/qbicsoftware/occo@latest\n\n# Register a config bundle\nocco source add qbicsoftware/opencode-config-bundle --name qbic\n\n# Install a preset\nocco bundle install qbic --preset mixed --project-root .\n```\n\n## Installation\n\nDetailed installation guide: [docs/installation.md](docs/installation.md)\n\nInstall methods:\n- `go install` (recommended)\n- Manual download from GitHub Releases\n\n## Shell Completion\n\nEnable tab completion for your shell:\n\n```sh\n# Bash: source on the fly, or install permanently\nsource \u003c(occo completion bash)\nocco completion bash | sudo tee /etc/bash_completion.d/occo \u003e /dev/null\n\n# Zsh: source on the fly (recommended)\nsource \u003c(occo completion zsh)\n\n# Or save to completions dir:\n# occo completion zsh \u003e ~/.zsh/completions/_occo\n# Add to ~/.zshrc: fpath=(~/.zsh/completions $fpath)\n# Clear cache: rm -f ~/.zcompdump \u0026\u0026 exec zsh\n\n# Fish\nocco completion fish \u003e ~/.config/fish/completions/occo.fish\n```\n\nRun `occo completion --help` for full instructions.\n\n## Key Concepts\n\n| Concept | Description |\n|---------|-------------|\n| **Sources** | Registered bundle repositories (GitHub releases) |\n| **Bundles** | Versioned, schema-validated OpenCode configs |\n| **Presets** | Named configurations (e.g., `mixed`, `openai`) |\n\n## Available Bundles\n\n- [qbicsoftware/opencode-config-bundle](https://github.com/qbicsoftware/opencode-config-bundle) — Official bundle with multiple presets\n\n## Documentation\n\n| Guide | Description |\n|-------|-------------|\n| [docs/README.md](docs/README.md) | User documentation hub |\n| [docs/installation.md](docs/installation.md) | Install on macOS/Linux |\n| [docs/config-bundles.md](docs/config-bundles.md) | Understand bundles + create your own |\n| [docs/demo-playbook.md](docs/demo-playbook.md) | Repeatable terminal demo script for README recordings |\n| [docs/cli-reference.md](docs/cli-reference.md) | Full command reference |\n| [docs/troubleshooting.md](docs/troubleshooting.md) | FAQ and common issues |\n\n## Legacy (Bash Version)\n\nThe original Bash-based helper is deprecated. Use the Go CLI (`occo`) instead.\n\nArchive documentation: [docs/legacy/bash-helper.md](docs/legacy/bash-helper.md)\n\n---\n\n## License\n\nAGPL-3.0 — see the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqbicsoftware%2Focco","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqbicsoftware%2Focco","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqbicsoftware%2Focco/lists"}