Agus Marchi
Community@agusmdev · Argentina, Cordoba
AI Coding Fundamentalist
Agent Skills by Agus Marchi
Showing 30 vetted skills indexed across 2 GitHub repositories.
add-backend-entity
Generate FastAPI backend entity modules with models, schemas, and routers.
backend-logging
Emit one enriched log entry per HTTP request in FastAPI services.
backend-filters
Implement backend filter and pagination capabilities for FastAPI endpoints.
add-frontend-feature
Scaffold React/TypeScript frontend features with types, API endpoints, hooks, components, and routes.
tanstack-react-query-patterns
Organize TanStack Query code with hierarchical keys and queryOptions factories.
tanstack-react-query-setup
Configure TanStack Query with QueryClient, provider, and devtools for SSR TanStack Start and SPA TanStack Router projects.
tanstack-client-api-layer
Create a type-safe API client layer for TanStack Start and Router projects.
tanstack-shadcn-setup
Configure Tailwind CSS v4 and shadcn/ui for TanStack Start and Router projects.
orchestrating-swarms
Coordinate multi-agent workflows and task queues using Claude's TeammateTool and Task system.
tanstack-start-project-setup
Initialize a TanStack Start SSR project with Vite and server functions.
tanstack-react-query-mutations
Implement TanStack Query mutations with optimistic updates and cache invalidation.
tanstack-start-client-only
Disables SSR for TanStack Start projects using router config.
logging-best-practices
Emit one JSON wide-event log per request per service.
tanstack-client-auth
Manage login, logout, and token storage for TanStack SPA apps.
fastapi-core-repository
Define an async repository interface with CRUD, pagination, filtering, and soft delete for FastAPI.
fastapi-auth
Implement session-based authentication for FastAPI apps with Argon2 password hashing.
open-prose
Orchestrate multi-agent AI workflows with a declarative VM.
fastapi-app-factory
Bootstrap a FastAPI application factory with lifespan, middleware, pagination, and routers.
fastapi-core-service
Orchestrate CRUD operations across multiple repositories for FastAPI applications.
fastapi-core-models
Generates reusable SQLAlchemy base models with UUID, timestamp, soft delete mixins for FastAPI projects.
fastapi-alembic-setup
Configure Alembic for async SQLAlchemy migrations in PostgreSQL-backed FastAPI projects.
fastapi-database-setup
Configure async SQLAlchemy 2.0 engine, session factory, and get_db dependency for FastAPI with PostgreSQL.
fastapi-postgres-repository
Manage PostgreSQL repositories for FastAPI with bulk upsert and soft delete filtering.
fastapi-backend-overview
Implement FastAPI Router-Service-Repository layers with async SQLAlchemy and Pydantic v2.