Skip to main content
Jeden Skill in Manus ausführen
mit einem Klick
GitHub-Repository

dotfiles

dotfiles enthält 6 gesammelte Skills von johnnymo87, mit Repository-Berufsabdeckung und Skill-Detailseiten auf SkillsMP.

gesammelte Skills
6
Stars
0
aktualisiert
2025-12-27
Forks
0
Berufsabdeckung
2 Berufskategorien · 100% klassifiziert
Repository-Explorer

Skills in diesem Repository

using-github-api-with-gh-cli
Softwareentwickler

This skill teaches how to access GitHub's REST and GraphQL APIs via gh api for inline PR comments, review threads, and data not available through standard gh commands. Use this when you need PR review comments, thread status, or other GitHub data that gh pr view doesn't provide.

2025-12-27
creating-ephemeral-kubernetes-exec-pods
Netzwerk- und Computersystemadministratoren

This skill creates ephemeral pods cloned from existing deployments for interactive shell access with full application context. Use this when you need Rails console, database access, or debugging with env vars and secrets without affecting production pods.

2025-12-02
fixing-tmux-socket-issues
Netzwerk- und Computersystemadministratoren

This skill repairs tmux socket connection errors when the socket directory is deleted while tmux is running. Use this when you see "error connecting to /private/tmp/tmux-UID/default (No such file or directory)" while tmux sessions are still active.

2025-11-16
configuring-neovim
Softwareentwickler

This skill guides working with Neovim configuration including testing changes headlessly, managing plugins with lazy.nvim, configuring LSP servers, and troubleshooting startup errors. Use this when modifying nvim config files or debugging nvim issues.

2025-11-01
querying-web-search-agent
Softwareentwickler

This skill guides the process of creating context-free queries for a web search agent (another Claude instance with web search tools). Use this when you need expert guidance from web research but the search agent has no access to the codebase or conversation history.

2025-10-21
managing-stacked-pull-requests
Softwareentwickler

This skill teaches how to manage stacked PRs (pr1 → pr2 → pr3) after the base PR merges. Covers rebasing dependent PRs onto the updated base branch using cherry-pick workflow. Use this when you have a chain of dependent PRs and need to update them after merging earlier PRs in the stack.

2025-10-19