Felipe Marques
Community@marquesfelip · Ribeirão Preto - São Paulo
Agent Skills by Felipe Marques
Showing 153 vetted skills indexed across 1 GitHub repositories.
s3-compatible-storage-patterns
Configure S3-compatible storage clients across Go, Python, and Node.js SDKs.
reactivation-flow
Automate SaaS tenant reactivation workflows after suspension or cancellation.
backend-best-practices
Enforce layered architecture and validation standards for backend services.
pipeline-design
Design CI/CD pipeline stages, goals, and governance across platforms.
migration-safety
Design safe database migrations with rollback plans for PostgreSQL and MySQL.
data-retention-policies
Define and enforce data retention policies across regulatory standards.
plan-limiting-enforcement
Enforce subscription plan limits and quotas across seats, API calls, and storage.
stripe-webhook-processing
Verify Stripe webhook signatures and route events to typed handlers.
automated-versioning
Automate semantic version bumps from conventional commits in CI/CD pipelines.
runtime-permission-evaluation
Automates runtime permission evaluation for dynamic access checks in SaaS applications.
audit-trail-design
Design immutable audit logging with chain hashing and access controls.
api-design-guidelines
Standardize REST/HTTP API resource modeling, versioning, and error handling.
idempotency-patterns
Enforce idempotency keys with Redis or database-backed stores.
brute-force-protection
Enforce rate limits, lockouts, and MFA on authentication endpoints.
release-management
Automate controlled software release processes with governance gates and rollback strategies.
subscription-lifecycle-management
Automate SaaS subscription lifecycle stages with Stripe-event-driven state tracking.
auditability-patterns
Implement append-only audit logging with tenant-scoped APIs and cold storage archival.
oauth-security
Review OAuth2/OIDC integrations for flow choices, validation, and token handling.
account-takeover-protection
Detect and prevent account takeover attacks in SaaS applications.
secure-file-upload
Design secure file upload workflows with validation, isolation, and malware scanning.
contract-testing
Validate inter-service contracts across REST, gRPC, and async boundaries.
virus-scan-pipeline
Automate malware scanning of file uploads with ClamAV or cloud antivirus APIs.
signed-url-management
Automate generation, expiration, and revocation of presigned URLs for S3-compatible storage.
tenant-aware-query-design
Ensure tenant-scoped queries include a tenant_id filter across SQL and ORM layers.