aa-jl
v0.2.0Codex skills for Julia installation, package creation, app creation, and test workflows.
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
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add aa-jl@agent-plugin-marketplacePaste 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-pluginsClone 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
├── .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
Use when you create a CLI written in Julia packages or MCP servers
Use when you add tests for Julia packages
Use when you write a Julia package
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
Use when you create a JuliaLang package
Use when your machine does not have JuliaLang runtime
Use when you run tests
Plugin manifests1
{
"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"
}
}For maintainers
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)