원클릭으로
hex-api-go
hex-api-go에는 JeffersonBrasilino에서 수집한 skills 14개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.
이 저장소의 skills
Format Go code and generate GoDoc documentation adhering to Go best practices. Use when prompted "adjust this code", "format code", "sanitize code", "document this code", "add documentation"
Reference knowledge for DDD module composition in this Golang hexagonal architecture project. Provides layer structure, naming conventions, implementation patterns, and design guidelines for domain, application, and infrastructure layers. Use this skill when creating, modifying, analyzing, or reviewing DDD modules, or when any task requires understanding the module architecture, layer boundaries, or component patterns of this codebase.
Run structured evaluations (evals) for any skill that has an evals/evals.json file. Executes each test case twice — once with the skill loaded (with_skill) and once without it (without_skill baseline) — then grades outputs against assertions via a dedicated haiku grader subagent, generates per-eval grading.json, timing.json, benchmark.json, and a feedback.json for human review. Grading and reporting are offloaded to subagents to keep the main context lean. Use when the user says "eval this skill", "run evals for", "test this skill", or provides a skill path and asks to evaluate it. Requires the target skill to have evals/evals.json.
Generate comprehensive unit tests in Go with 100% coverage following specific structural standards. Use when prompted "add unit tests", "add new unit tests", "test this code", "test this", "make unit test", "make test"
Stateless SDD (Spec-Driven Development) pipeline orchestrator. Routes the user through the phases prd -> plan -> implement -> verify -> done, keeping each interactive phase isolated in its own session. Use when: starting a new feature from scratch, checking pipeline status, or advancing to the next phase. Triggers: "/sdd-workflow", "next phase", "advance pipeline", "sdd status".
Create a technical specification plan for a specific feature, from a PRD or a feature description. Use it when the user requests a technical specification plan or needs help creating one. Reads a PRD (from the spec-prd skill or provided by the user), elicits and confirms scope, then produces an approved PLAN.md whose tasks are annotated with dependencies and complexity, following plan-schema.
Create clear, implementation-ready Product Requirements Documents (PRDs) through a guided interview, then synthesize a product-focused PRD that feeds the spec-plan skill. Use when the user wants to write or create a PRD. Triggers: "crie o prd", "preciso de um prd", "escreva o prd", "criar um prd", "create a PRD", "write a PRD", "analyze and create a PRD". Interviews the user to resolve ambiguity, gets approval on a standardized summary, then writes PRD.md (no implementation detail). Asks for the problem/feature context first if it was not provided.
Format Go code and generate GoDoc documentation adhering to Go best practices. Use when prompted "adjust this code", "format code", "sanitize code", "document this code", "add documentation"
Reference knowledge for DDD module composition in this Golang hexagonal architecture project. Provides layer structure, naming conventions, implementation patterns, and design guidelines for domain, application, and infrastructure layers. Use this skill when creating, modifying, analyzing, or reviewing DDD modules, or when any task requires understanding the module architecture, layer boundaries, or component patterns of this codebase.
Run structured evaluations (evals) for any skill that has an evals/evals.json file. Executes each test case with and without the skill loaded, grades outputs against assertions, and produces grading, benchmark, and report files. Use when asked to eval, test, or validate a skill.
Generate comprehensive unit tests in Go with 100% coverage following specific structural standards. Use when prompted "add unit tests", "add new unit tests", "test this code", "test this", "make unit tests", "make test"
Stateless SDD (Spec-Driven Development) pipeline orchestrator. Routes the user through the phases prd -> plan -> implement -> verify -> done, keeping each interactive phase isolated in its own session. Use when: starting a new feature from scratch, checking pipeline status, or advancing to the next phase. Triggers: "/sdd-workflow", "next phase", "advance pipeline", "sdd status".
Create a technical specification plan for a specific feature. Use it when the user requests a technical specification plan or needs help creating a technical specification plan.
Create clear, implementation-ready Product Requirements Documents (PRDs) through a guided interview, then synthesize a product-focused PRD that feeds the spec-plan skill. Use when the user wants to write or create a PRD. Triggers: "crie o prd", "preciso de um prd", "escreva o prd", "criar um prd", "create a PRD", "write a PRD", "analyze and create a PRD". Interviews the user to resolve ambiguity, gets approval on a standardized summary, then writes PRD.md (no implementation detail). Asks for the problem/feature context first if it was not provided.