# Julia Docs

> Build Julia package documentation with Documenter.jl, including docstrings, doctests, and citations. Use when setting up docs/, configuring make.jl, or writing documentation content.

- **Type:** Skill
- **Install:** `agentstack add skill-krastanov-juliallmagentskills-julia-docs`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [Krastanov](https://agentstack.voostack.com/s/krastanov)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** Unlicense
- **Upstream author:** [Krastanov](https://github.com/Krastanov)
- **Source:** https://github.com/Krastanov/JuliaLLMAgentSkills/tree/master/julia-docs

## Install

```sh
agentstack add skill-krastanov-juliallmagentskills-julia-docs
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Julia Documentation

Use this skill for the full documentation workflow: docs site setup, docstrings,
doctests, and citations.

## Quick Start

```julia
using Pkg
Pkg.activate("docs")
Pkg.add("Documenter")
Pkg.develop(path=pwd())
```

```julia
using Documenter
using MyPackage

DocMeta.setdocmeta!(MyPackage, :DocTestSetup, :(using MyPackage); recursive=true)

makedocs(
    sitename = "MyPackage.jl",
    modules = [MyPackage],
    pages = ["Home" => "index.md", "API" => "api.md"],
)
```

```bash
julia -tauto --project=docs docs/make.jl
```

## What Lives Here

- Documentation site structure and `docs/make.jl`
- Docstring conventions and templates
- Doctest authoring and Documenter-specific setup
- Citations and bibliography integration

Run doctests via `julia-tests`; use this skill for how to write and configure
them.

## References

- `references/page-templates.md`
- `references/docstring-templates.md`
- `references/doctests.md`
- `references/makedocs-options.md`
- `references/at-blocks.md`
- `references/citations-examples.md`

## Checklist

- [ ] `docs/Project.toml` exists and includes doc dependencies
- [ ] `docs/make.jl` loads all relevant modules and extensions
- [ ] `DocMeta.setdocmeta!` is configured for doctests
- [ ] Inline doctest filters use Documenter's `filter = ...` syntax when the scope should be a single block
- [ ] Docstring-specific setup uses block `setup = ...` or module-level `DocMeta`, not ad hoc assumptions
- [ ] `JULIA_DEBUG=Documenter` is used when filter behavior is unclear
- [ ] Citation setup is added if the docs cite papers or books

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [Krastanov](https://github.com/Krastanov)
- **Source:** [Krastanov/JuliaLLMAgentSkills](https://github.com/Krastanov/JuliaLLMAgentSkills)
- **License:** Unlicense

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-krastanov-juliallmagentskills-julia-docs
- Seller: https://agentstack.voostack.com/s/krastanov
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
