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개 표시