en un clic
bookaneer
bookaneer contient 6 skills collectées depuis woliveiras, avec une couverture métier par dépôt et des pages de détail sur le site.
Skills dans ce dépôt
Update project documentation after implementing a feature. Use when: updating docs, documentation, update docs after implementation, sync docs with code.
Extract and formalize domain terminology into a glossary. Use when: defining domain terms, building a glossary, hardening terminology, domain model, DDD, ubiquitous language, glossary.
Generate a structured spec from direct input. Use when: you already know what you want and just need the formatted template. For exploration and interviews, use the spec-writer agent instead.
Generate unit tests from a spec's acceptance criteria. Use when: you have a written spec and need tests, generate tests from spec, TDD from spec, spec to tests.
Scaffold a new Go service package following Bookaneer's architecture. Use when creating a new domain service, adding a new integration (metadata provider, download client, indexer, notification channel), or adding a new API handler. Generates code following the project's layered architecture, interface patterns, and conventions.
Review code for security vulnerabilities aligned with OWASP Top 10:2025. Use when asked to audit, review, or check code for security issues including SQL injection, path traversal, authentication flaws, broken access control, and cryptographic failures in Go backend or React frontend code.