Skip to main content
Bullish-Design
Profil créateur GitHub

Bullish-Design

Vue par dépôt de 66 skills collectés dans 22 dépôts GitHub.

skills collectés
66
dépôts
22
mis à jour
26 août 2026
Les 8 principaux dépôts sont affichés ici ; la liste complète continue ci-dessous.
explorateur de dépôts

Dépôts et skills représentatifs

allium-cli-agent-runbooks
Développeurs de logiciels

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

30 mai 2026
allium-cli-analyse
Développeurs de logiciels

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

30 mai 2026
allium-cli-check
Développeurs de logiciels

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.

30 mai 2026
allium-cli-ci-and-quality-gates
Développeurs de logiciels

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

30 mai 2026
allium-cli-command-reference
Développeurs de logiciels

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.

30 mai 2026
allium-cli-diagnostics-repair
Développeurs de logiciels

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.

30 mai 2026
allium-cli-model
Développeurs de logiciels

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

30 mai 2026
allium-cli-output-interpretation
Développeurs de logiciels

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

30 mai 2026
Affichage de 8 skills collectés sur 14.
devenv-authoring
Développeurs de logiciels

Use when writing a scripts/tasks/processes entry or a manager module. Covers which surface to use, guarding enterShell echoes, and the 0/1/2/3 exit contract.

5 août 2026
devenv-inputs
Développeurs de logiciels

Use when editing devenv.yaml or adding an input/import. Covers flake:false for modules, nixpkgs-python for version pins, and transitive inputs.

5 août 2026
devenv-lock
Développeurs de logiciels

Use when a module edit or an input bump doesn't take effect, or to decide which cache layer to reset. The lock vs eval-cache decision tree for devenv repos.

5 août 2026
devenv-module-edits
Développeurs de logiciels

Use when you edited a modules/ file, devenv.nix, or env.* and nothing changed. Resolves the lock + eval-cache staleness loop.

5 août 2026
devenv-processes
Développeurs de logiciels

Use when starting a server or any long-running / heavy task. Use processes + devenv up; don't block the shell; poll logs instead of piping out of view.

5 août 2026
devenv-python-venv
Développeurs de logiciels

Use on ModuleNotFoundError or import failures inside the devenv shell, or after a fresh venv. The venv exists but deps may not be installed.

5 août 2026
devenv-run-commands
Développeurs de logiciels

Use when about to run pytest, python, uv, ruff, or any build/tooling command in this repo. Enforces running through the devenv shell.

5 août 2026
devenv-troubleshoot
Développeurs de logiciels

Use on "command not found", the shell won't enter, or eval errors. A symptom→cause→fix decision tree for devenv repos.

5 août 2026
Affichage de 8 skills collectés sur 9.
cairn-architecture
Développeurs de logiciels

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

5 août 2026
cairn-cli-operations
Développeurs de logiciels

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…

5 août 2026
cairn-code-providers
Développeurs de logiciels

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…

5 août 2026
cairn-contribution
Développeurs de logiciels

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,…

5 août 2026
cairn-library-api
Développeurs de logiciels

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…

5 août 2026
cairn-task-code
Développeurs de logiciels

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…

5 août 2026
12 dépôts affichés sur 22