knowledge/skills/fastapi/SKILL.md
--- name: "fastapi-modern-patterns" version: "1.0.0" stack: "fastapi" pydantic_version: "v2" fastapi_version: "0.109+" tags: ["fastapi", "pydantic-v2", "async", "production", "testing", "security", "deployment", "validated", "2026"] confidence: 0.95 last_updated: "2026-02-10" sources: - url: "https://fastapi.tiangolo.com/" type: "official" confidence: 1.0 > **Note**: Full content available to MidOS PRO subscribers. See https://midos.dev/pricing
npx skillsauth add midosresearch/midos knowledge/skills/fastapiInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
name: "fastapi-modern-patterns" version: "1.0.0" stack: "fastapi" pydantic_version: "v2" fastapi_version: "0.109+" tags: ["fastapi", "pydantic-v2", "async", "production", "testing", "security", "deployment", "validated", "2026"] confidence: 0.95 last_updated: "2026-02-10" sources:
Note: Full content available to MidOS PRO subscribers. See https://midos.dev/pricing
tools
High-density industrial mold counting and inventory tracking using YOLOv8/v11.
development
--- name: typescript_mastery version: 1.0.0 type: foundational category: web_development tags: - typescript - javascript - type-systems - generics - web-development created: 2026-02-10 phase: phase_1_foundation priority: critical demand_metric: "#1 GitHub language 2026 (2.6M monthly contributors)" acquisition_method: research_synthesis sources: 40+ --- # TypeScript Mastery > **Note**: Full content available to MidOS PRO subscribers. See https://midos.dev/pricing
development
# 🐘 PostgreSQL Mastery: Stored Procedures & Attribution ## 1. The "Gold Standard" Stored Procedure Structure ```sql CREATE OR REPLACE PROCEDURE sp_refresh_attribution_daily() LANGUAGE plpgsql AS $$ BEGIN -- 1. Truncate Staging TRUNCATE TABLE stg_daily_traffic; -- 2. Ingest New Data (Idempotent) INSERT INTO fact_attribution (user_id, source, medium, timestamp) SELECT > **Note**: Full content available to MidOS PRO subscribers. See https://midos.dev/pricing
development
--- name: react_patterns_hooks version: 1.0.0 type: foundational category: web_development tags: - react - react19 - hooks - typescript - server-components - performance created: 2026-02-10 phase: phase_1_foundation priority: critical demand_metric: "20% of front-end developer jobs 2026" acquisition_method: research_synthesis sources: 30+ prerequisites: - typescript_mastery --- > **Note**: Full content available to MidOS PRO subscribers. See https://midos.dev/pricing