Skip to main content
Bullish-Design
GitHub creator profile

Bullish-Design

Repository-level view of 66 collected skills across 22 GitHub repositories.

skills collected
66
repositories
22
updated
Aug 26, 2026
Showing the top 8 repositories here; full repository list continues below.
repository explorer

Repositories and representative skills

allium-cli-agent-runbooks
software-developers

Use for practical command recipes when agents operate Allium CLI commands on a folder of .allium specs.

May 30, 2026
allium-cli-analyse
software-developers

Use when running deeper semantic and process-level analysis on a folder of .allium specs after allium check has passed.

May 30, 2026
allium-cli-check
software-developers

Use when validating a folder of .allium specs with allium check. Resolves the folder to an entrypoint file, runs validation, interprets diagnostics, and defines the repair loop.

May 30, 2026
allium-cli-ci-and-quality-gates
software-developers

Use when defining or applying CI-quality command gates for a folder of .allium specs. Assumes allium is already available.

May 30, 2026
allium-cli-command-reference
software-developers

Use as a concise reference for Allium CLI commands when working on a folder of .allium specs. Assumes the CLI is already available and entrypoint resolution is required.

May 30, 2026
allium-cli-diagnostics-repair
software-developers

Use when an Allium CLI command fails on a folder of .allium specs. Classifies diagnostics, performs minimal repairs, and reruns the correct command against the resolved entrypoint.

May 30, 2026
allium-cli-model
software-developers

Use when extracting or inspecting the structured domain model from a folder of .allium specs using allium model.

May 30, 2026
allium-cli-output-interpretation
software-developers

Use when summarizing, comparing, or acting on Allium CLI output from commands run against a folder of .allium specs.

May 30, 2026
Showing 8 of 14 collected skills.
Showing 8 of 9 collected skills.
cairn-architecture
software-developers

Orientation and mental model for the Cairn runtime: the canonical working tree, the four runtime layers (code providers, repository snapshots, bubblewrap execution, orchestration), the data layout, the agent lifecycle state machine, and the canonical docs.…

Aug 5, 2026
cairn-cli-operations
software-developers

Operating a Cairn deployment from the command line: starting the daemon (cairn up) or running inline (cairn run), submitting work (spawn/queue), the review flow (list-agents, status, accept with staleness checks, reject, undo, logs), the Unix-socket transport…

Aug 5, 2026
cairn-code-providers
software-developers

Extending Cairn with pluggable code sources: the CodeProvider protocol, the built-in file and inline providers, plugin entry-point registration under the cairn.providers group, the provider context dict, and validation semantics. Use when adding a custom code…

Aug 5, 2026
cairn-contribution
software-developers

Contributing to the Cairn codebase itself: the devenv development gate (devenv test), test layout and conventions, the SPEC.md source-of-truth rule, coding conventions, the security model, performance targets, and common pitfalls when modifying src/cairn,…

Aug 5, 2026
cairn-library-api
software-developers

Embedding Cairn as a library: open_workspace and WorkspaceManager (WAL/MVCC, readonly, busy_timeout, max_content_bytes), WorkspaceInspector and WorkspaceStats, AgentStateManager (namespaced KV with typed models and atomic counters), TaskQueue, retry…

Aug 5, 2026
cairn-task-code
software-developers

How to write Python task scripts that run inside Cairn's bubblewrap sandbox: the nine injected sandbox helpers (read_file, write_file, list_dir, file_exists, delete_file, search_files, search_content, submit_result, log), path rules, resource limits, the…

Aug 5, 2026
Showing 12 of 22 repositories