Agent Plugins Marketplace
All plugins

aa-jl

v0.2.0

Codex skills for Julia installation, package creation, app creation, and test workflows.

Codex7 Skills

By Atelier ArithLicense: MIT1.1k GitHub starsUpdated 12 hours ago

Directory evidence

Runtimes
Codex
Parsed components
7 skill or MCP entries
Source updated
Sep 23, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install aa-jl for Codex

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add aa-jl@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/hashgraph-online/awesome-codex-plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/AtelierArith/atelier-arith-julia-development-skills/.

Plugin files

plugins/AtelierArith/atelier-arith-julia-development-skills/
├── .codex-plugin/plugin.json
├── skills/creating-julia-app/SKILL.md
├── skills/creating-julia-test-env/SKILL.md
├── skills/developing-julia-package/SKILL.md
├── skills/finding-latest-julia-version/SKILL.md
├── skills/generating-julia-package/SKILL.md
├── skills/installing-julia/SKILL.md
└── skills/running-julia-test/SKILL.md

Included Skills7

creating-julia-appskills/creating-julia-app/SKILL.md

Use when you create a CLI written in Julia packages or MCP servers

creating-julia-test-envskills/creating-julia-test-env/SKILL.md

Use when you add tests for Julia packages

developing-julia-packageskills/developing-julia-package/SKILL.md

Use when you write a Julia package

finding-latest-julia-versionskills/finding-latest-julia-version/SKILL.md

Use when you need the latest stable JuliaLang version number (e.g., to fill `VERSION=` in an install script) instead of hard-coding a value

generating-julia-packageskills/generating-julia-package/SKILL.md

Use when you create a JuliaLang package

installing-juliaskills/installing-julia/SKILL.md

Use when your machine does not have JuliaLang runtime

running-julia-testskills/running-julia-test/SKILL.md

Use when you run tests

Plugin manifests1

plugins/AtelierArith/atelier-arith-julia-development-skills/.codex-plugin/plugin.json
{
  "name": "aa-jl",
  "version": "0.2.0",
  "description": "Codex skills for Julia installation, package creation, app creation, and test workflows.",
  "author": {
    "name": "Atelier Arith",
    "url": "https://github.com/AtelierArith"
  },
  "homepage": "https://github.com/AtelierArith/atelier-arith-julia-development-skills",
  "repository": "https://github.com/AtelierArith/atelier-arith-julia-development-skills",
  "license": "MIT",
  "keywords": [
    "julia",
    "codex",
    "skills",
    "testing",
    "package-development"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Atelier Arith Julia Development Skills",
    "shortDescription": "Julia development workflows for Codex.",
    "longDescription": "A collection of Codex skills for installing Julia, generating Julia packages, creating Julia apps, creating test environments, and running Julia tests.",
    "developerName": "Atelier Arith",
    "category": "Developer Tools",
    "capabilities": [
      "Write"
    ],
    "websiteURL": "https://github.com/AtelierArith/atelier-arith-julia-development-skills",
    "defaultPrompt": [
      "Create a Julia package in this directory.",
      "Add a Julia test environment.",
      "Run the Julia test workflow."
    ],
    "brandColor": "#9558B2"
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[aa-jl on Agent Plugins Marketplace](https://pluginsmp.com/plugins/aa-jl)