con un clic
NimBus
NimBus contiene 2 skills recopiladas de akakaule, con cobertura ocupacional por repositorio y páginas de detalle dentro del sitio.
Skills en este repositorio
Create, generate, or update the Technical Design Document (TDD) and events documentation for a NimBus adapter. Use when the user asks to "document an adapter", "generate TDD", "update TDD after code changes", "draft adapter documentation", "draft TDD before implementation", or mentions adapter documentation alongside a NimBus adapter project (any project that consumes or publishes events via NimBus — e.g. `Crm.Adapter`, `Erp.Adapter.Functions`, a `*.Adapter` worker, or a NimBus-backed Azure Function). The skill produces a `docs/TDD.md` and `docs/events.md` in the adapter's source repo following the NimBus adapter TDD template.
Secure coding guidelines grounded in the OWASP Top 10 and industry best practices. Covers access control, authentication, injection prevention (SQL, XSS, command), cryptographic failures, SSRF, security misconfiguration, vulnerable dependencies, insecure deserialization, security logging, and secure design patterns. Applies to all languages and file types including C#, JavaScript, TypeScript, Python, Go, Java, YAML, Dockerfiles, Terraform, and Bicep. Use this skill whenever writing, reviewing, or refactoring code that handles user input, authentication, authorization, secrets, passwords, tokens, session management, HTTP headers, CORS, CSP, API endpoints, database queries, file uploads, URL handling, deserialization, cryptography, or dependency management. Also use when performing security reviews, hardening existing code, fixing vulnerabilities, or responding to security audit findings.