Generate repository port interfaces and implementations for Go modular architecture conventions.
Custom methods: Add domain-specific queries as needed (e.g., FindByName, AssignContacts).
Generate Go repository port interfaces and implementations following Go modular architecture conventions. Use when creating data access layers for entities in internal/modules/<module>/ including CRUD operations (Create, FindAll, FindByID, Update, Delete), custom queries, pagination, or transactions. Source: cristiano-pacheco/ai-tools.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/cristiano-pacheco/ai-tools --skill go-repository Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw