Skip to main content
Tanq16
GitHub 제작자 프로필

Tanq16

1개 GitHub 저장소에서 수집된 34개 skills를 저장소 단위로 보여줍니다.

수집된 skills
34
저장소
1
업데이트
2026년 8월 27일
저장소 지도

skills가 있는 위치

수집된 skill 수가 많은 주요 저장소와 이 제작자 카탈로그 내 비중, 직업 분포를 보여줍니다.

저장소 탐색

저장소와 대표 skills

review-code
미분류

A thorough multi-agent audit of an existing codebase against the development skills, with one sub-agent per domain. Use when re-engaging a project you have not touched recently, when the skills may have changed since the code was written, when auditing a…

2026년 8월 27일
dockerize
미분류

Containerizing any project - multi-stage builds, choosing a base image, packaging the runtime, clearing package-manager caches, and running as a non-root user. Use when writing or changing a Dockerfile, picking a base image, deciding between alpine and…

2026년 8월 27일
github-release-workflow
미분류

The GitHub Actions release workflow and the semver commit-marker convention. Use when creating or changing .github/workflows/release.yaml, adding a build job or a platform to the matrix, wiring container publishing, or working out how a release version is…

2026년 8월 27일
go-idioms
미분류

Modern Go 1.27+ idioms and dependency selection, applied to every Go file written or reviewed. Use when writing or refactoring any Go code, when reading or writing JSON, when choosing between a standard-library helper and a hand-rolled loop, or when adding,…

2026년 8월 27일
go-job-pipeline
미분류

The Highway pattern - a resumable multi-job pipeline for Go CLI tools, with worker lanes, a UI-agnostic progress channel, and Ctrl+C resume. Use when a CLI processes many items through one pipeline (downloads, scans, migrations), needs configurable worker…

2026년 8월 27일
go-oauth-cli
미분류

OAuth2 login for a Go CLI client, with three explicit modes and cached token refresh. Use when a CLI tool authenticates against Google, GitHub, Microsoft, or another OAuth2 provider, when building internal/auth/, or when adding a login command. Triggers on…

2026년 8월 27일
go-cli-commands
미분류

The surface a Go CLI command exposes - the baseline every tool starts at, the three purchases on top of it, flag conventions, positional arguments, enum flags, and a flag that reads stdin. Use when adding or changing a flag, deciding whether a value should be…

2026년 8월 27일
go-cli-progress
미분류

Sequential running/done progress for Go CLI tools - phase, single-operation, multi-step, and check lifecycles plus the in-place progress bar. Use when a command runs a series of steps and should show what it is doing, when clearing terminal lines, or when…

2026년 8월 27일
수집된 skill 34개 중 8개를 표시합니다.
저장소 1개 중 1개 표시
모든 저장소를 표시했습니다