pedromneto97

7 mods across 1 repository, 2 stars between them.

pedromneto97/custom-skills

Skill Claude CodeCodex

Cryptographic best practices for secure system design. Use when: choosing encryption algorithms, implementing password hashing, selecting key lengths, using secure random number generation, implementing digital signatures, designing TLS deployments, key management, or avoiding common cryptographic pitfalls.

2 2mo ago A 57 tokens original MIT

flutter-data-layer

02

pedromneto97/custom-skills

Skill Claude CodeCodex

WORKFLOW SKILL — Short guidance for the data layer in Flutter Clean Architecture (dio + jsonserializable).

2 2mo ago A 28 tokens original MIT

pedromneto97/custom-skills

Skill Claude CodeCodex

WORKFLOW SKILL — Minimal guidance for the domain layer in Flutter Clean Architecture (use equatable, call() pattern).

2 2mo ago A 32 tokens original MIT

pedromneto97/custom-skills

Skill Claude CodeCodex

WORKFLOW SKILL — Opinionated conventions for the presentation layer in Flutter Clean Architecture (pages, cubits, widgets, localization).

2 2mo ago A 33 tokens original MIT

http-actix-axum

05

pedromneto97/custom-skills

Skill Claude CodeCodex

HTTP best practices for actix-web 4 and axum 0.7+ Rust backends. Use when: naming REST resources, choosing HTTP status codes, implementing RFC 9457 Problem Details error responses, configuring OWASP security headers, setting up CORS, enabling response compression, versioning APIs, implementing custom request…

2 2mo ago A 99 tokens original MIT

rust-hexagonal

06

pedromneto97/custom-skills

Skill Claude CodeCodex

Hexagonal architecture (Ports & Adapters) for Rust backends. Use when: creating a new Rust backend, structuring a domain layer, defining ports as traits, implementing adapters (HTTP, DB, gRPC), wiring dependency injection, separating business logic from infrastructure, applying clean architecture in Rust, organizing…

2 2mo ago A 71 tokens original MIT

sea-orm

07

pedromneto97/custom-skills

Skill Claude CodeCodex

SeaORM v2 (open-source, Postgres/MySQL/SQLite) and SeaORM-X (commercial MSSQL) patterns for Rust backends. Use when: adding SeaORM to a project, writing migrations, generating entities, performing CRUD (insert, select, update, delete), paginating results, loading relations, handling on-conflict, using the v2…

2 2mo ago A 110 tokens original MIT