Skip to main content
Run any Skill in Manus
with one click
Goldziher
GitHub creator profile

Goldziher

Repository-level view of 20 collected skills across 5 GitHub repositories.

skills collected
20
repositories
5
updated
2026-07-02
repository explorer

Repositories and representative skills

basemind-scan
unclassified

Build or refresh the basemind index by running `basemind scan` via the CLI. Use this when basemind reports "no index" / "no indexed files", when the MCP server isn't available, or after large changes when the index is stale. Works without the MCP server — it shells the basemind binary directly.

2026-07-02
basemind-cli
unclassified

Navigate codebases and manage caches via the basemind CLI — outlines, symbol search, reference/caller lookups, git history, blame, and diffs. For headless scripting, CI, or when driving the CLI more efficiently than interactive MCP calls. Shares the same index as the MCP server.

2026-07-02
basemind-code-search
unclassified

Find where code is defined and used without reading files — symbol search, file outlines, references, callers, call graphs, implementations, dependents, and indexed regex over content. Reach for it whenever the user asks "where is X defined", "what calls Y", "what implements Z", "what's the shape of this file", or whenever you're about to grep or open files to learn structure.

2026-07-02
basemind-comms
unclassified

Coordinate with other agents working the same repo via basemind's broker — scoped rooms, a per-agent inbox, and two-tier messages. Reach for it whenever you start, finish, or hit a decision while collaborating, or to check whether another agent is already touching the code you're about to change.

2026-07-02
basemind-documents
unclassified

Semantic + full-text search over documents and the web via basemind's RAG store — PDFs, Office, HTML, email, images (OCR), plus scraped/crawled web pages, with cross-encoder reranking, keyword and named-entity (NER) filters, and per-document summaries. Reach for it whenever the user asks to "search the docs / PDFs", "find where a topic is discussed", "pull this URL into context", or "what does the documentation say about X".

2026-07-02
basemind-git-history
unclassified

Explore git history without shelling out to git — recent commits, commits touching a path, per-line and per-symbol blame, structural diffs across revisions, churn ranking, and a symbol's history over time. Reach for it whenever the user asks "what changed recently", "who last touched this", "when did this symbol change", "what's the diff between these revs", or "where's the churn".

2026-07-02
basemind
unclassified

Navigate large or unfamiliar codebases via the basemind MCP server — outlines, symbol search, reference/caller lookups, commit history, blame, and diffs without reading source files. Reach for it whenever the user asks "where is X defined", "what calls Y", "what changed recently in Z", or whenever you're about to grep or open many files to find structural information.

2026-07-02
multi-agent-room
unclassified

Orchestrate a team of named subagents in a shared room with group chat and direct messages. One orchestrator drives multiple peers with distinct identities; each subagent sees its own inbox and can cross-check findings via DM.

2026-07-02
Showing top 8 of 10 collected skills in this repository.
Showing 5 of 5 repositories
All repositories loaded
Goldziher Agent Skills | SkillsMP