Agent Skills by lwilly3
Showing 14 vetted skills indexed across 2 GitHub repositories.
Error Handling
Standardizes HTTP exception handling and error logging for api.audace backend.
API Consumer
Document JWT authentication, endpoints, schemas, and HTTP status codes for the Audace REST API.
Domain Radio Rules
Validate radio broadcasting entity hierarchies and business rules.
Migration Helper
Guide Alembic database migrations through creation, verification, testing, and application.
Logging Standard
Standardize Python FastAPI logging with defined levels and message formats.
Test Enforcer
Enforce pytest testing practices for Python FastAPI applications with 80% code coverage.
API Documentation Standard
Standardize FastAPI endpoint docstrings, responses, schemas, and router tags.
Model Generator
Generate SQLAlchemy ORM models and Pydantic schemas for API development.
Service Pattern
Introduce a service layer separating business logic from CRUD in FastAPI applications.
Endpoint Creator
Generate standardized FastAPI endpoints with CRUD operations and authentication.
Architecture Guardian
Validates Python FastAPI project structure, import rules, and database migration adherence.
Refactor Safe
Refactor codebases safely with backward compatibility and regression prevention.
Security Rules
Enforce JWT authentication, RBAC authorization, and Pydantic validation for api.audace.
Architecture
Guide architectural decisions for scalable, maintainable software systems.