·rust-axum-framework
</>

rust-axum-framework

xxidbr9/agents-skills-set

Complete guide for Axum web framework including routing, extractors, middleware, state management, error handling, and production deployment

2Installs·0Trend·@xxidbr9

Installation

$npx skills add https://github.com/xxidbr9/agents-skills-set --skill rust-axum-framework

SKILL.md

A comprehensive skill for building production-ready web applications and APIs using Axum, the ergonomic and modular Rust web framework built on Tokio and Tower. Master routing, extractors, middleware, state management, error handling, and deployment patterns.

The Router is the central building block in Axum. It maps HTTP requests to handlers based on path and method.

Handlers are async functions that process requests and return responses. Axum supports multiple handler signatures through its powerful type system.

Complete guide for Axum web framework including routing, extractors, middleware, state management, error handling, and production deployment Source: xxidbr9/agents-skills-set.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/xxidbr9/agents-skills-set --skill rust-axum-framework
Category
</>Dev Tools
Verified
First Seen
2026-02-05
Updated
2026-02-18

Quick answers

What is rust-axum-framework?

Complete guide for Axum web framework including routing, extractors, middleware, state management, error handling, and production deployment Source: xxidbr9/agents-skills-set.

How do I install rust-axum-framework?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/xxidbr9/agents-skills-set --skill rust-axum-framework Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/xxidbr9/agents-skills-set

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-02-05

Related Skills

None