amaozhao avatar

amaozhao

Community

@amaozhao

46Followers
|
100Public Repos
|
18Published Skills

I am amaozhao

Agent Skills by amaozhao

Showing 18 vetted skills indexed across 1 GitHub repositories.

amaozhaoamaozhao

python-type-hints

Write and validate Python 3.12+ type hints with PEP 695 and TypedDict.

Community
Intermediate
amaozhaoamaozhao

fastapi-alembic-migrations

Configure Alembic migrations for SQLAlchemy 2.0 async projects with async-ready env.py templates.

Community
Intermediate
amaozhaoamaozhao

fastapi-repository-pattern

Build a type-safe generic CRUD repository for FastAPI with async SQLAlchemy 2.0.

Community
Intermediate
amaozhaoamaozhao

solid-principles

Apply SOLID principles to refactor Python class hierarchies and interfaces.

Community
Basic
amaozhaoamaozhao

python-code-style

Enforce Python code style and documentation standards for naming, imports, and docstrings.

Community
Basic
amaozhaoamaozhao

fastapi-testing-strategy

Automate FastAPI endpoint testing with database isolation and layered mocking.

Community
Intermediate
amaozhaoamaozhao

python-design-principles

Evaluate Python design patterns, abstraction levels, and code complexity.

Community
Basic
amaozhaoamaozhao

fastapi-database-async

Configure an asynchronous SQLAlchemy 2.0 database layer for FastAPI projects.

Community
Intermediate
amaozhaoamaozhao

python-error-handling

Standardize Python exception hierarchies and context managers for error handling.

Community
Basic
amaozhaoamaozhao

python312-new-features

Adopt Python 3.12+ syntax features with migration guidance and configuration steps.

Community
Advanced
amaozhaoamaozhao

python-async-patterns

Write robust concurrent Python code using asyncio TaskGroup, Semaphore, and timeouts.

Community
Intermediate
amaozhaoamaozhao

personal-writer

Guide topic ideation, outlining, headline testing, publishing strategy, and post-performance review for WeChat public account articles.

Community
Basic
amaozhaoamaozhao

python-project-structure

Bootstrap Python projects with a src-layout and pyproject.toml configuration.

Community
Basic
amaozhaoamaozhao

clean-architecture

Design software architectures with Domain, Application, Infrastructure, and Interface layers.

Community
Intermediate
amaozhaoamaozhao

fastapi-error-handling

Centralizes error handling in FastAPI applications with standardized JSON responses.

Community
Intermediate
amaozhaoamaozhao

general-writer

Automate long-form article workflows from topic planning to publishing checks.

Community
Intermediate
amaozhaoamaozhao

fastapi-auth-jwt

Authenticate FastAPI endpoints with local JWTs or SaaS providers via unified token validation.

Community
Intermediate
amaozhaoamaozhao

fastapi-layered-architecture

Enforce Router, Service, and Repository layers in FastAPI projects.

Community
Intermediate