Stefan Krastanov
Community@krastanov · Boston
CS&Physics Professor working in Quantum Information Science, maintainer of @QuantumSavory and others.
Agent Skills by Stefan Krastanov
Showing 39 vetted skills indexed across 1 GitHub repositories.
julia-github
Manage Git and GitHub CLI operations for Julia package development.
julia-pkgextension
Create Julia package extensions with weak dependencies and conditional loading.
julia-bench-write
Create organized benchmark suites for Julia packages using BenchmarkTools.jl.
julia-async
Build and troubleshoot asynchronous Julia code with Tasks and Channels.
julia-term-renderables
Generate terminal UI elements with Term.jl in Julia.
julia-perf
Diagnoses bottlenecks and analyzes type stability in Julia code.
julia-term-style
Style terminal text using Term.jl markup syntax, color macros, and themes.
julia-doctests
Configure and write Julia doctests with Documenter.jl for package validation.
julia-jet
Analyze Julia code for type errors and optimization failures using JET.jl.
julia-tests-write
Write Julia package tests using TestItemRunner.jl with Aqua.jl and JET.jl.
julia-yaml
Parse and write YAML data in Julia using YAML.jl.
julia-testitem-run
Run Julia @testitem tests filtered by tags, names, and filenames.
julia-multipackage
Manage dependencies and test multiple interdependent Julia packages in a shared environment.
julia-comonicon
Create Julia command-line interfaces with Comonicon.jl macros and docstrings.
julia-term-utilities
Visualize progress, styled logging, and introspection in Julia with Term.jl.
julia-package-init
Initialize new Julia packages with testing, documentation, and CI.
julia-bench-quick
Benchmark Julia code snippets with the BenchmarkTools.jl @btime macro.
julia-docstrings
Generate Julia docstrings using DocStringExtensions.jl macros and SciML conventions.
julia-jet-opt
Detect optimization failures in Julia code using JET.jl macros.
julia-doccitations
Integrate BibTeX citations into Julia documentation with DocumenterCitations.jl.
julia-bench-run
Execute Julia benchmark suites locally and in CI with AirspeedVelocity.jl and BenchmarkTools.jl.
julia-docs
Generate Julia package documentation websites with Documenter.jl.
julia-prettytables
Render Julia tabular data into text, Markdown, and HTML formats.
julia-threads
Implement and debug multithreaded Julia programs using Base.Threads primitives.