Skip to main content
Bullish-Design
GitHub 创作者资料

Bullish-Design

按仓库查看 22 个 GitHub 仓库中的 66 个已收集 skills。

已收集 skills
66
仓库
22
更新
2026年8月26日
这里展示前 8 个仓库;完整仓库列表在下方继续。
仓库浏览

仓库与代表性 skills

allium-cli-agent-runbooks
软件开发工程师

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

2026年5月30日
allium-cli-analyse
软件开发工程师

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

2026年5月30日
allium-cli-check
软件开发工程师

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.

2026年5月30日
allium-cli-ci-and-quality-gates
软件开发工程师

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

2026年5月30日
allium-cli-command-reference
软件开发工程师

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.

2026年5月30日
allium-cli-diagnostics-repair
软件开发工程师

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.

2026年5月30日
allium-cli-model
软件开发工程师

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

2026年5月30日
allium-cli-output-interpretation
软件开发工程师

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

2026年5月30日
已展示 8 / 14 个已收集 Skill。
devenv-authoring
软件开发工程师

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.

2026年8月5日
devenv-inputs
软件开发工程师

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

2026年8月5日
devenv-lock
软件开发工程师

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.

2026年8月5日
devenv-module-edits
软件开发工程师

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

2026年8月5日
devenv-processes
软件开发工程师

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.

2026年8月5日
devenv-python-venv
软件开发工程师

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

2026年8月5日
devenv-run-commands
软件开发工程师

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

2026年8月5日
devenv-troubleshoot
软件开发工程师

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

2026年8月5日
已展示 8 / 9 个已收集 Skill。
cairn-architecture
软件开发工程师

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

2026年8月5日
cairn-cli-operations
软件开发工程师

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…

2026年8月5日
cairn-code-providers
软件开发工程师

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…

2026年8月5日
cairn-contribution
软件开发工程师

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

2026年8月5日
cairn-library-api
软件开发工程师

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…

2026年8月5日
cairn-task-code
软件开发工程师

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…

2026年8月5日
已展示 12 / 22 个仓库