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日
収集済み skill 14 件中 8 件を表示しています。
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日
収集済み skill 9 件中 8 件を表示しています。
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日
22 件中 12 件のリポジトリを表示