Skip to main content
Run any Skill in Manus
with one click
GitHub repository

skills

skills contains 6 collected skills from mcowger, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
6
Stars
0
updated
2026-07-12
Forks
0
Occupation coverage
2 occupation categories · 100% classified
repository explorer

Skills in this repository

commit-push-pr
software-developers

Commit staged/working changes in an existing worktree with a Conventional Commit, push the branch to origin, and open a PR against the default branch. TRIGGERS - commit and push, open a PR, create pull request, ship this branch, commit push pr.

2026-07-12
open-terminal-guide
software-developers

Comprehensive Open Terminal reference: a self-hosted terminal REST API for AI agents. Use this skill for any questions about Open Terminal: API endpoints, deployment (Docker, bare metal), configuration, integration with Open WebUI, architecture, debugging, and writing client code that interacts with Open Terminal. Also use it when working with the open-terminal codebase: project structure, runner.py, main.py, the MCP server, and Jupyter notebooks. Triggers: open-terminal, open terminal, remote terminal API, /execute, /files, sandbox API, terminal sessions, Open WebUI terminal.

2026-07-12
open-webui-guide
software-developers

Detailed reference for Open WebUI: architecture, authorization, functions, pipelines, API, RAG, scaling, debugging, and hidden features. Use this skill for any questions about Open WebUI — how it's built, how to deploy it, how to configure authorization (OAuth, LDAP, JWT), how to write a function or pipeline, how to connect a model (Ollama, OpenAI), how to configure RAG/knowledge base, how to scale for production, how to debug an issue. Also use it when writing code for Open WebUI: functions (filter, pipe, action), pipelines, configurations, docker-compose.

2026-07-12
github-tool-finder
software-developers

How to discover open-source tools and repositories on GitHub. Use this skill whenever the user asks to find tools, repos, libraries, or projects on GitHub — even if they don't explicitly say "GitHub." This includes requests like "find me tools for X", "what repos exist for Y", "show me alternatives to Z", or any exploration of the open-source ecosystem. Make sure to use this skill for any GitHub discovery task, including finding TUI tools, CLI utilities, libraries, frameworks, or any software project. Do NOT use general web search for GitHub discovery — use the GitHub-specific tooling described below.

2026-06-02
mise-expert
network-and-computer-systems-administrators

Expert help for mise, the environment and dev-tool manager. Use whenever the user mentions mise, mise.toml, .tool-versions migration, runtime or CLI version management, installing tools like node/python/go/bun with mise, registry/backends, shell activation, shims, PATH issues, [env] config, dotenv loading, direnv interplay, or troubleshooting why the wrong tool/version is active. Also use when the user wants to edit mise config safely, explain backend choices, or debug a broken mise setup.

2026-06-02
push-to-pr
software-developers

Push local commits directly to a contributor's fork and branch from a PR, without adding a git remote. Use when pushing changes to a PR branch, pushing fixes into someone else's PR, updating a pull request with local edits, or when the user says "push to the PR", "push to this PR's branch", "push my changes to the contributor's fork", or "update the PR with my local commits". Also use when the user is on a branch associated with an open PR and asks to push, especially when the branch tracks a fork rather than origin. Prefer this over manually adding remotes.

2026-05-20