AtomLane icon

AtomLane

Parallelizes only work proven safe by compiling resource-aware atomic plans for builds, tests, Make/Compose workflows, and long-running jobs with live progress and measured savings.

cloudguo123/atomlane · v0.17.0 · Development & Workflow

cloudguo123Owner verifiedsafe

Trust Score

92

Security

100

Surfaces

3

What is AtomLane?

AtomLane is a published development & workflow plugin for AI coding agents in the codex ecosystem, developed by cloudguo123 and distributed through the HOL AI plugin registry. Parallelizes only work proven safe by compiling resource-aware atomic plans for builds, tests, Make/Compose workflows, and long-running jobs with live progress and measured savings.

Canonical slug
cloudguo123/atomlane
Version
v0.17.0 · updated Sep 20, 2026

Trust & Reputation

HOL Trust Score
92

Factor Analysis

Per-metric points (0–100 each) combined via a weighted average into the overall score.

Installability
100pts
Maintenance
100pts
MCP Posture
100pts
Plugin Security
100pts
Provenance
70pts
Publisher Quality
75pts

Registry Snapshot

Publisher verification
No
Marketplace source
Unknown
Scanner
Broker fallback
Safety label
safe
Digest verified
Yes
2 bundled skills — copy or download SKILL.mdOpen skills

Trust & reputation

Trust & Reputation

HOL Trust Score
92

Factor Analysis

Per-metric points (0–100 each) combined via a weighted average into the overall score.

Installability
100pts
Maintenance
100pts
MCP Posture
100pts
Plugin Security
100pts
Provenance
70pts
Publisher Quality
75pts

Provenance

Plugin root
.
Source repo
https://github.com/cloudguo123/atomlane
Source commit
46807edabcd7…
Publisher verified
No
Owner verified
@cloudguo123

Continuous scanner CI detected

No action is required. This plugin receives the full trust score.

Verified badge not detected

Add the HOL verified badge to the repository README to score +2% trust. Plugin owners can open that pull request from Guard Plugins.

Security Posture

safe
Safety label
100
Security score
0
High findings
Provider
registry-broker-fallback
Grade
A · safe
Version
Unknown
cisco-skill-scanner: unknown

Findings

infoskill-securityskill-scan.unavailable

Cisco skill scanner timed out after 60000 ms

infoskill-securityskill-scan.unavailable

Cisco skill scanner timed out after 60000 ms

AtomLane — Frequently asked questions

What is AtomLane?
AtomLane is an AI plugin in the HOL registry. Parallelizes only work proven safe by compiling resource-aware atomic plans for builds, tests, Make/Compose workflows, and long-running jobs with live progress and measured savings.
How do I install AtomLane?
Install AtomLane in your harness: Codex — codex plugin marketplace add cloudguo123/atomlane; Any agent — npx skills add cloudguo123/atomlane. Full step-by-step guidance is on the HOL plugin page.
How do I install AtomLane in Codex?
To install AtomLane in Codex, start with codex plugin marketplace add cloudguo123/atomlane. The complete step-by-step install guide for Codex is on the HOL plugin page.
Is AtomLane free?
Pricing for AtomLane is published on its HOL plugin page when the maker schedules a launch.
Who publishes AtomLane?
AtomLane is published by cloudguo123 and listed on HOL.
Is AtomLane available now?
AtomLane availability is listed on its HOL plugin page.

Install Guidance

Install in Codex

Install through the Codex CLI plugin marketplace.

Codex plugin docs
  1. 1

    Register the marketplace

    Run in any terminal. Codex reads the marketplace entry from .agents/plugins/marketplace.json (or the legacy .claude-plugin path) in the repository. If the repository ships none, add the generated entry from the Advanced section below first.

    shell
  2. 2

    Install from the Plugins browser

    Open Codex, open the Plugins browser, choose the atomlane marketplace, and install atomlane.

  3. 3

    Verify the marketplace registration

    shell

Plugin Manifest

{
  "name": "atomlane",
  "version": "0.17.0",
  "description": "AtomLane combines a universal safety core with platform-native, workload-tailored parallel execution on macOS Stable and native Windows Preview.",
  "author": {
    "name": "cloudguo123",
    "url": "https://github.com/cloudguo123"
  },
  "homepage": "https://cloudguo123.github.io/atomlane/",
  "repository": "https://github.com/cloudguo123/atomlane",
  "license": "MPL-2.0",
  "keywords": [
    "macos",
    "windows",
    "cross-platform",
    "workload-optimization",
    "parallel",
    "pytest",
    "pytest-xdist",
    "scheduler",
    "atomic-planning",
    "effect-analysis",
    "python",
    "static-analysis",
    "refactoring",
    "scenario-planning",
    "local-execution",
    "performance"
  ],
  "skills": "./",
  "interface": {
    "displayName": "AtomLane",
    "developerName": "cloudguo123",
    "shortDescription": "Universal-safe, workload-tailored parallelism",
    "longDescription": "AtomLane uses one typed safety core for control flow, effects, conflicts, resources, hashes, and authorization, then tailors execution to the active platform and workload. Its cross-process host scheduler evaluates each ready batch together, shares CPU and memory capacity across concurrent Codex tasks, and adapts to topology, load, thermal, power, and memory conditions. It delegates concurrency to native owners when safer, isolates Windows, WSL, and Docker realms, and executes exact verified plans with live progress and honestly labeled savings.",
    "category": "Productivity",
    "capabilities": [
      "Local execution",
      "Parallel scheduling",
      "Cross-process host admission control",
      "Batch-level ready-set scheduling",
      "Dynamic CPU and memory capacity refresh",
      "Atomic workload compilation",
      "Typed effect analysis",
      "Plan hash verification",
      "In-task work discovery",
      "Visible per-prompt acceleration assessment",
      "Advisory lifecycle hook",
      "Native concurrency delegation",
      "Resource-bounded pytest-xdist worker pools",
      "Scenario profiling",
      "Trace-informed routing",
      "Workload-tailored execution",
      "Cross-platform safety core",
      "Resource awareness",
      "Windows Job Object process-tree control",
      "Windows ConPTY and UTF-8 pipe progress",
      "PowerShell file workflows",
      "Windows, WSL, and Docker realm isolation",
      "Apple silicon routing",
      "Python parallelism advice",
      "Source-hash-bound rewrite previews",
      "GIL-aware executor selection"
    ],
    "brandColor": "#65E6B4",
    "composerIcon": "./assets/growth/listing-logo.svg",
    "websiteURL": "https://cloudguo123.github.io/atomlane/",
    "privacyPolicyURL": "https://github.com/cloudguo123/atomlane/blob/main/PRIVACY.md",
    "termsOfServiceURL": "https://github.com/cloudguo123/atomlane/blob/main/TERMS.md",
    "logo": "./assets/growth/listing-logo.png",
    "screenshots": [
      "./assets/growth/social-preview.png"
    ],
    "defaultPrompt": [
      "Use $accelerate-local-work to run only the concurrency proven safe for this project.",
      "Use $optimize-python-parallelism to review this long-running Python entrypoint for a safe parallel refactor.",
      "Use $accelerate-local-work to run this independent pytest suite in one bounded native worker pool with live savings."
    ]
  },
  "mcpServers": "./.registry/mcp.json",
  "registryIndexVersion": 5
}

Marketplace Source

Repo URL
https://github.com/cloudguo123/atomlane
Marketplace path
Unknown
Source path
plugins/cloudguo123/atomlane
Install policy
AVAILABLE

Skills

Copy or download the SKILL.md files this plugin ships, then install them with the Skills CLI.

Share
skills-cli

accelerate-local-work

skills/accelerate-local-work/SKILL.md

Use AtomLane to compile and execute safe atomic parallel plans on macOS and native Windows Preview for worthwhile independent argv tasks, dependency DAGs, supported platform entrypoints, or Apple-silicon operators. Use at task start or an execution boundary when structured local work may contain two or more worthwhile units; skip plain answers, one quick command, and work whose effects cannot be safely bounded.

SKILL.md content is not in this snapshot. Open the raw file to copy it from the source repository.

optimize-python-parallelism

skills/optimize-python-parallelism/SKILL.md

Analyze and, when the task authorizes source optimization, refactor a concrete long-running Python entrypoint containing repeated independent work. Use for explicit Python speedup or parallelization requests and evidence-backed long-running entrypoints; skip ordinary Python edits, test execution alone, short scripts, and projects that merely contain Python files.

SKILL.md content is not in this snapshot. Open the raw file to copy it from the source repository.

File Inventory

.codex-plugin/plugin.json

plugin-manifest

3,001 bytes

a42672fee783d5a2…

.mcp.json

file

320 bytes

621a4f5965dd66b2…

README.md

file

27,950 bytes

a1902891ea85e810…

package.json

file

505 bytes

7c4d383bfba06aa6…

SECURITY.md

file

1,836 bytes

de930b66a9ece6be…

package-lock.json

file

57,845 bytes

f75e43e7e440f909…

skills/optimize-python-parallelism/agents/openai.yaml

skill

275 bytes

aef91e56916c35a3…

skills/accelerate-local-work/agents/openai.yaml

skill

322 bytes

96e6758fe3db3457…

skills/optimize-python-parallelism/SKILL.md

skill

5,359 bytes

a7defb45a084b99b…

hooks/hooks.json

file

615 bytes

7661dd0996e639d3…

skills/accelerate-local-work/references/atom-ir.md

skill

23,889 bytes

2ad86d717da27085…

skills/accelerate-local-work/SKILL.md

skill

21,515 bytes

dcd6e2d2b5928939…

skills/optimize-python-parallelism/references/python-program-ir.md

skill

6,404 bytes

3abdaa79f8cbbe19…

.registry/mcp.json

mcp-config

244 bytes

da15ff9dd804ab7b…

assets/growth/listing-logo.png

asset

586,464 bytes

266a9252d729ded0…

assets/growth/social-preview.png

asset

433,052 bytes

cd71ffcc1bbb9ad6…

assets/growth/listing-logo.svg

asset

1,937 bytes

4bfc7f7114ba37da…