MajorAbdullah

FastAPI New — Development skill for Claude Code

Development community

Scaffold a new production-ready FastAPI service (or add domains to an existing one).

How to install FastAPI New

Installs to ~/.claude/skills/majorabdullah-fastapi-pro-toolkit-fastapi-new/SKILL.md

Terminal
mkdir -p ~/.claude/skills/majorabdullah-fastapi-pro-toolkit-fastapi-new && curl -fsSL https://raw.githubusercontent.com/MajorAbdullah/fastapi-pro-toolkit/HEAD/commands/fastapi-new.md -o ~/.claude/skills/majorabdullah-fastapi-pro-toolkit-fastapi-new/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What FastAPI New does


description: Scaffold a new production-ready FastAPI service (or add domains to an existing one) argument-hint: " [domain ...]" allowed-tools: Bash(python3:*), Bash(uv:*), Read, Write, Edit

Scaffold a FastAPI project using the `fastapi-project-structure` skill.

Arguments: `$ARGUMENTS` — first value is the project directory, the rest are domain names (e.g. `my-api users orders`).

Steps:

  1. Run `python3 ${CLAUDE_PLUGIN_ROOT}/skills/fastapi-project-structure/scripts/scaffold

Alternatives in Development

  • Contributing — Thanks for your interest in contributing to Marketing Skills 13.8k ★
  • Gemini CLI Foundations — This repository is a comprehensive skills library for Gemini CLI - reusable, production-ready skill packages t 5.3k ★
  • Claude Hooks Mastery — 3,300+ Complete mastery guide for Claude Code hooks with production-ready scripts 3.4k ★

Full documentation available on GitHub

View Source Repository