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

lestrrat

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

수집된 skills
14
저장소
2
업데이트
2026년 8월 24일
저장소 탐색

저장소와 대표 skills

git-cleanup-merged
미분류

Clean up local branches and worktrees that have been merged into a target branch (default: main). Args: [target-branch]

2026년 8월 24일
git-detect-merged
미분류

Detect whether local branches/worktrees have been merged into a target branch (default: main), including squash merges. Args: [target-branch]

2026년 8월 24일
worktree-task
소프트웨어 개발자

Execute instructions in an isolated worktree, commit, fast-forward merge to parent, cleanup. Args: <parent-branch> <instructions...>

2026년 7월 7일
codex-exec
소프트웨어 개발자

Delegate a task to Codex CLI via `codex exec`. Use for lightweight tasks (exploration, simple searches, file reads) that don't require heavy reasoning. Only available from Claude Code sessions.

2026년 7월 7일
design-with-multiple-agents
소프트웨어 개발자

Multi-agent design collaboration — Claude Code (reviewer) and Codex (designer) iterate on a design doc via file-based chat. Gathers requirements from user, then runs a review loop until design is satisfactory. Args: <topic>

2026년 7월 4일
go-package-reorg
소프트웨어 개발자

Reorganize Go package file layout by actual responsibility. Inspects file contents, fixes naming mismatches, merges tiny files, splits oversized ones, consolidates tests, and regenerates generated files — all without changing behavior or public API. Args:…

2026년 6월 24일
go-linter-fixer
소프트웨어 개발자

Run golangci-lint on Go code and fix any issues found. Use after writing or modifying Go code, or when the user explicitly requests linting.

2026년 6월 11일
go-split-file
소프트웨어 개발자

Split a large Go file into smaller files with logical groupings. Analyzes code structure and extracts cohesive units (types, functions, interfaces) into separate files within the same package.

2026년 6월 11일
수집된 skill 12개 중 8개를 표시합니다.
저장소 2개 중 2개 표시
모든 저장소를 표시했습니다