git log --oneline --stat
HEAD
- Stars
- 2.3k
- Forks
- 81
- Updated
- May 23, 2026
repo --stat
stars
2.3k
forks
81
last update
May 23, 2026
license
MITv1.5.0
quickstart.sh
3 steps
- Install
// Drops SKILL.md into ~/.claude/skills/
$ claude skills add rust-axum-api - Invoke
// Run from any project directory
$ claude --skill rust-axum-api "scaffold a typed REST endpoint" - Iterate
// Re-run with edits — Claude keeps the skill loaded
$ claude --skill rust-axum-api "now refactor it"
rust-axum-api/
references
- references/
- SKILL.mdopen
- README.mdopen
SKILL.md
readonly
- name:
- Rust Axum API
- slug:
- rust-axum-api
- version:
- v1.5.0
- license:
- MIT
- author:
- @rust-craft
- repository:
- github.com/rust-craft/rust-axum-api
- categories:
- tags:
- #rust#axum#tokio#sqlx#performance
- description:
High-performance Rust APIs with Axum + Tokio + sqlx: typed routes, extractors, async DB, deploy small.
features.md
3 capabilities
// What you can do with it
- Automates the tedious parts of the workflow.
- Gives Claude the right context, tools, and guardrails.
- Produces consistent, reviewable output every time.
README.md
rust-axum-api/README.md
5 sections
Loading README…
$ cat reviews/
Reviews
// No reviews yet. Be the first.
Loading review form…