Skip to main content
Bullish-Design
ملف منشئ GitHub

Bullish-Design

عرض على مستوى المستودعات لـ ٦٦ skills مجمعة عبر ٢٢ مستودعات GitHub.

skills مجمعة
٦٦
مستودعات
٢٢
محدث
٢٦ أغسطس ٢٠٢٦
نعرض هنا أهم 8 مستودعات؛ تستمر القائمة الكاملة أدناه.
مستكشف المستودعات

المستودعات و skills الممثلة

allium-cli-agent-runbooks
مطوّرو البرمجيات

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

٣٠ مايو ٢٠٢٦
allium-cli-analyse
مطوّرو البرمجيات

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

٣٠ مايو ٢٠٢٦
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.

٣٠ مايو ٢٠٢٦
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.

٣٠ مايو ٢٠٢٦
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.

٣٠ مايو ٢٠٢٦
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.

٣٠ مايو ٢٠٢٦
allium-cli-model
مطوّرو البرمجيات

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

٣٠ مايو ٢٠٢٦
allium-cli-output-interpretation
مطوّرو البرمجيات

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

٣٠ مايو ٢٠٢٦
عرض 8 من أصل ١٤ skills مجمعة.
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.

٥ أغسطس ٢٠٢٦
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.

٥ أغسطس ٢٠٢٦
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.

٥ أغسطس ٢٠٢٦
devenv-module-edits
مطوّرو البرمجيات

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

٥ أغسطس ٢٠٢٦
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.

٥ أغسطس ٢٠٢٦
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.

٥ أغسطس ٢٠٢٦
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.

٥ أغسطس ٢٠٢٦
devenv-troubleshoot
مطوّرو البرمجيات

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

٥ أغسطس ٢٠٢٦
عرض 8 من أصل ٩ skills مجمعة.
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.…

٥ أغسطس ٢٠٢٦
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…

٥ أغسطس ٢٠٢٦
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…

٥ أغسطس ٢٠٢٦
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,…

٥ أغسطس ٢٠٢٦
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…

٥ أغسطس ٢٠٢٦
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…

٥ أغسطس ٢٠٢٦
عرض ١٢ من أصل ٢٢ مستودعات