Topic: tmux
44 skills in this topic.
-
aoe
Manage AI coding agent sessions via Agent of Empires (aoe)
njbrake/agent-of-empires 1,561
-
docs-review
Review all project documentation against the current codebase and fix inaccuracies. Only modifies documentation files.
njbrake/agent-of-empires 1,561
-
session-share
Share Claude Code sessions between developers. Use when user mentions "share session", "export session", "import session", "send session to", "continue from colleague", or needs to (1) export current session to file, (2) import session from another developer, (3) hand off work context. Enables private, secure session transfer via direct file sharing.
asheshgoplani/agent-deck 2,004
-
agent-deck
Terminal session manager for AI coding agents. Use when user mentions "agent-deck", "session", "sub-agent", "MCP attach", "git worktree", or needs to (1) create/start/stop/restart/fork sessions, (2) attach/detach MCPs, (3) manage groups/profiles, (4) get session output, (5) configure agent-deck, (6) troubleshoot issues, (7) launch sub-agents, or (8) create/manage worktree sessions. Covers CLI commands, TUI shortcuts, config.toml options, and automation.
asheshgoplani/agent-deck 2,004
-
watcher-creator
Guide for creating agent-deck watchers conversationally. This skill should be used when users want to set up a new watcher (webhook, ntfy, github, slack, gmail) to route events to a conductor. It walks the user through selecting an adapter type, gathering required settings, generating watcher.toml and clients.json entries, and emits the exact `agent-deck watcher create` command to run.
asheshgoplani/agent-deck 2,004
-
releasing
Full release lifecycle — version bump, CHANGELOG, rich release notes, tag, publish. Use when user says "release", "tag and release", "publish version", "cut a release", "new version".
alexei-led/ccgram 69
-
ccgram-messaging
Inter-agent messaging — check inbox, send messages, discover peers, broadcast, and spawn agents. Use when idle, when you need help from another agent, or when you want to share status.
alexei-led/ccgram 69
-
theme-audit
Validate all themes for completeness and correct usage
chmouel/lazyworktree 202
-
commit-helper
Generate conventional commit from staged changes
chmouel/lazyworktree 202
-
deep-analyse
Thorough code analysis without polluting main context
chmouel/lazyworktree 202
-
design-sync
Check DESIGN.md synchronization with codebase architecture
chmouel/lazyworktree 202
-
doc-sync
Check documentation consistency across README, man page, and help screen
chmouel/lazyworktree 202
-
sanity-check
Run full quality check with live results
chmouel/lazyworktree 202
-
worktree-manager
Create, list, switch to, rename, delete, and manage notes for git worktrees using lazyworktree CLI
chmouel/lazyworktree 202
-
terraform-module
Inspect Terraform module specs from cache when seeing module sources.
n4vysh/dotfiles 5
-
skill-creator
Create effective skills. Use when creating or updating skills.
n4vysh/dotfiles 5
-
go-performance
Analyze and optimize Go program performance. Use when asked to profile Go code, find performance bottlenecks, analyze memory allocations, detect memory leaks, write benchmarks, or optimize CPU/memory usage.
caarlos0/dotfiles 206
-
go-doc
Get documentation for any Go library using `go doc`. Use when asked about Go package documentation, API reference, function signatures, or how to use a specific Go library/package.
caarlos0/dotfiles 206
-
code-simplifier
Simplify and refine code for clarity, consistency, and maintainability while preserving functionality. Use when asked to "simplify", "clean up", or "refactor" code, after writing complex code that could benefit from simplification, or when code has grown hard to follow.
caarlos0/dotfiles 206
-
swarm
Orchestrate parallel Claude Code worker swarms with protocol-based behavioral governance. Use for complex features, large refactors, or multi-step tasks. Supports behavioral constraints, parallel workers, and persistent state across context compactions.
cj-vana/claude-swarm 85