aviatesk/JETLS.jl

A new language server for Julia, enabling modern, compiler-powered tooling.

305Stars on the repository
7Mods indexed here, across every type
4d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

changelog

01

aviatesk/JETLS.jl

Skill Claude CodeCodex

Invoke before committing user-facing changes (new features, bug fixes, behavior changes) to update CHANGELOG.md. Skip for internal refactors, CI, docs-only, or minor dependency bumps.

305 4d ago A 41 tokens original MIT

commit

02

aviatesk/JETLS.jl

Skill Claude CodeCodex

Use when writing a commit message, and MUST invoke before creating any git commit. Provides commit message format and safety rules.

305 4d ago A 26 tokens original MIT

run-test

03

aviatesk/JETLS.jl

Skill Claude CodeCodex

Use when choosing or running JETLS tests after code changes. Prefer component-specific tests, avoid the full suite unless needed, and use TestRunner for focused iteration.

305 4d ago A 36 tokens original MIT

write-test

04

aviatesk/JETLS.jl

Skill Claude CodeCodex

Use when adding or modifying JETLS tests. Covers test file and module structure, @testset organization, let blocks, withserver usage, and when subroutine tests are sufficient for language-server features.

305 4d ago A 50 tokens original MIT

aviatesk/JETLS.jl

Skill Claude CodeCodex

When running as Zed's built-in coding agent in JETLS, prefer the faster built-in diagnostics tool for project instructions that require jetls check or ./scripts/selfcheck.sh, with fallback to selfcheck when needed.

305 4d ago A 53 tokens original MIT