4 skills found
zedfauji / library-usageLibrary Usage Rules Preferred Libraries Core Libraries (Required) - EF Core : ORM for database access (Infrastructure layer only) - CommunityToolkit.Mvvm : MVVM framework for WinUI 3
tokamak-network / CODING_RULESCoding Rules and Guidelines General Rules 1. Language Requirements - ALL code, comments, documentation, and commit messages must be written in English
shaiss / hr-sageAn immersive AI art installation combining autonomous agent conversations with blockchain identity. Journey through 5 unique AI personalities and mint your Soulbound Token on NEAR Protocol.
dzp5103 / backendBackend Rules (Node + Express) API Design - RESTful routes; nouns for resources, verbs in HTTP methods. Validate input with lightweight checks. - Return structured errors `{ code, message, details