Skip to main content
lestrrat
GitHub creator profile

lestrrat

Repository-level view of 14 collected skills across 2 GitHub repositories.

skills collected
14
repositories
2
updated
Aug 24, 2026
repository explorer

Repositories and representative skills

git-cleanup-merged
unclassified

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

Aug 24, 2026
git-detect-merged
unclassified

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

Aug 24, 2026
worktree-task
software-developers

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

Jul 7, 2026
codex-exec
software-developers

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.

Jul 7, 2026
design-with-multiple-agents
software-developers

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>

Jul 4, 2026
go-package-reorg
software-developers

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:…

Jun 24, 2026
go-linter-fixer
software-developers

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.

Jun 11, 2026
go-split-file
software-developers

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.

Jun 11, 2026
Showing 8 of 12 collected skills.
Showing 2 of 2 repositories
All repositories loaded