ci
Rust OAuth2 Server with Social Logins with observability. Typesafe and Actor System.
Install / Use
npx skills add ianlintner/rust-oauth2-serverInstalls into whichever agent you are using.
Claude Commands
Claude Code slash commands
Quality Score
Category
Development & EngineeringSupported Platforms
Skill content
View source on GitHubRun the CI gate checks locally.
Quick loop (while iterating)
Use this between edits — it catches type/lint/test failures fast without paying for the full all-features build:
cargo fmt --allcargo check --all-targets- Targeted tests for what you touched, e.g.
cargo nextest run --test <file>orcargo nextest run -p <crate>(fallback:cargo test --test <file>)
Full gate (must pass before any commit/PR)
- Format check:
cargo fmt --all -- --check - Lint check:
cargo clippy --all-targets --all-features -- -D warnings - Tests:
cargo nextest run --all-features --locked -E 'not binary(bdd)' - BDD suite:
cargo test --test bdd --all-features --locked - Doctests:
cargo test --doc --workspace --all-features --locked(--workspaceis required — the rootrust_oauth2_serverpackage is binary-only andcargo test --docwithout it errors instead of skipping that package)
If formatting fails, auto-fix with: cargo fmt --all
If cargo-nextest is missing (cargo nextest --version fails), install it
with cargo install cargo-nextest --locked, or fall back to
cargo test --all-features --locked (slower, same coverage).
All full-gate checks must pass before any code change is considered complete.
Related Skills
claude-mem
93.7kPersistent Context Across Sessions for Every Agent – Captures everything your agent does during sessions, compresses it with AI, and injects relevant context back into future sessions. Works with Claude Code, OpenClaw, Codex, Gemini, Hermes, Copilot, OpenCode + More
Understand-Anything
82.1kGraphs that teach > graphs that impress. Turn any code into an interactive knowledge graph you can explore, search, and ask questions about. Works with Claude Code, Codex, Cursor, Copilot, Gemini CLI, and more.
Agent-Reach
79.5kGive your AI agent eyes to see the entire internet. Read & search Twitter, Reddit, YouTube, GitHub, Bilibili, XiaoHongShu — one CLI, zero API fees.
ruflo
72.1k🌊 The original agent harness. Deploy intelligent multi-player swarms, coordinate autonomous workflows, and build conversational AI systems. Features adaptive memory, self-learning intelligence, federation, vector RAG integration, and native Claude Code / Codex / Hermes and many more Integrated
Security Score
Audited on Sep 7, 2026
