Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

agentcoven

agentcoven에는 MrPointer에서 수집한 skills 6개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
6
Stars
0
업데이트
2026-03-14
Forks
0
직업 범위
직업 카테고리 2개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

developing-cli-apps
소프트웨어 개발자

Develop CLI applications in Go. Use when creating or modifying CLI commands, adding flags or arguments, implementing command workflows, building interactive prompts, handling signals and exit codes, or working with stdin/stdout/stderr. Currently uses Cobra for command structure and Huh for interactive UI.

2026-03-14
building-go-binaries
소프트웨어 개발자

Build Go binaries for local development or release. Use when you need to compile the project, troubleshoot build failures, or understand the build pipeline.

2026-03-07
linting-go-code
소프트웨어 개발자

Lint and format Go code. Use when you need to run linters, fix lint errors, format code, or understand why a linter is complaining.

2026-03-07
testing-go-code
소프트웨어 품질 보증 분석가·테스터

Run Go unit tests, coverage reports, and benchmarks. Use when you need to run tests, check coverage, run benchmarks, or regenerate mocks after interface changes.

2026-03-07
writing-go-code
소프트웨어 개발자

Apply Go coding standards when writing or modifying Go code. Use when implementing functions, using dependency injection, handling errors idiomatically, or working with interfaces. For test conventions, use the `writing-go-tests` skill instead.

2026-03-07
writing-go-tests
소프트웨어 품질 보증 분석가·테스터

Write Go tests following project conventions. Use when creating test files, writing unit or integration tests, choosing mocks, or setting up test fixtures. Covers test naming, assertions, mock usage, table-driven patterns, and common pitfalls.

2026-03-07