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

asheshgoplani

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

skills collected
10
repositories
2
updated
2026-07-12
repository explorer

Repositories and representative skills

opengraphdb
database-architects

Use when the user wants to query, traverse, build, or evolve a graph database; embedded or HTTP-served; Cypher syntax, vector similarity, full-text, RDF round-trip, time-travel, GraphRAG, or an MCP tool catalog. Trigger on phrases like "graph database", "knowledge graph", "Cypher query", "MCP graph", "GraphRAG", "vector + graph", "property graph", "RDF", "time-travel queries", "Neo4j alternative", "embedded graph", "single-file graph", "Memgraph alternative", "Kuzu alternative", "graph + vector + text", or any task framed as "agent owns the graph end-to-end". Use even when the user does not name OpenGraphDB, if the workload pattern matches load entities + relationships, then query by traversal, similarity, or time. Skip when the workload is a Neo4j cluster (causal cluster, Fabric), a time-series DB, plain key-value, or a managed vector DB where graph traversal is not part of the access pattern.

2026-06-14
opengraphdb
database-architects

Use when user wants to query, traverse, or build a graph database; embedded or HTTP-served; supports Cypher syntax, vector similarity, RAG, RDF round-trip, and MCP tool catalog. Trigger keywords - graph database, knowledge graph, Cypher query, MCP graph, GraphRAG, vector + graph, property graph, RDF, SHACL, time-travel queries, Neo4j alternative, embedded graph, single-file graph.

2026-05-29
data-import
software-developers

Use when the user wants to load data into OpenGraphDB from a file or stream. Trigger on phrases like "import this CSV", "load JSON", "ingest RDF / Turtle / N-Triples", "bulk load", "import 50k rows", "ETL into the graph", or any task framed as "I have data over there and need it as nodes / edges over here". Covers format detection (CSV / JSON / JSONL / RDF), two-pass ingest (nodes first, edges second), batch sizing for the single-writer kernel, MERGE-based idempotency for re-runnable jobs, and validation against the resulting schema.

2026-05-06
graph-explore
software-developers

Use when the user points at an unknown OpenGraphDB graph and asks "what is in here?", "show me the schema", "what entities exist", "how is this graph connected", or wants to navigate a graph they did not build. Trigger on phrases like "explore the graph", "discover schema", "find entry points", "what nodes are connected to X", "summarize this graph", "show me the most connected nodes". Covers five exploration strategies, schema navigation, entry-point selection, and how to descend from a high-level summary to a focused subgraph without overwhelming the user.

2026-05-06
ogdb-cypher
database-architects

Use when generating, optimizing, or debugging Cypher queries against OpenGraphDB. Trigger on phrases like "write a Cypher query", "MATCH", "MERGE", "RETURN", "WHERE", "OpenGraphDB query", "openCypher", "graph query", or any task that requires producing executable Cypher against a known schema. Covers all supported clauses, OpenGraphDB-specific extensions ("AT TIME", "db.index.vector.queryNodes", "db.index.fulltext.queryNodes", "db.index.hybrid.queryNodes"), and common Cypher error patterns. The procedure namespace is "db.*" (matches Neo4j); the older "ogdb.*" form was never shipped.

2026-05-06
schema-advisor
database-architects

Use when the user describes a domain and wants a graph schema, or asks for index recommendations, RDF ontology mapping, or modeling tradeoffs. Trigger on phrases like "design a graph schema for", "what labels and edges should I use", "how should I model this in a graph", "which indexes do I need", "RDF mapping", "URI strategy", "ontology", or any request that converts a domain description into nodes, edges, and property layouts. Covers eight modeling best practices, six common anti-patterns, index selection (B-tree, vector, full-text), and RDF mapping with `_uri` preservation for round-trippable RDF.

2026-05-06
agent-deck
computer-occupations-all-other

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.

2026-07-12
fleet
computer-occupations-all-other

Fan out a fleet of independent agent-deck child sessions from inside a session and check their progress non-blockingly. Use when the user wants to "launch several/N sessions", "fan out", "run agents in parallel", "spin up a fleet", "kick off background agents", or "check progress from the main session" without blocking โ€” covers launching parented children, polling status + completion via `session children`, and collecting results via `session output`.

2026-07-12
watcher-creator
computer-occupations-all-other

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.

2026-06-07
session-share
software-developers

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.

2026-05-15
Showing 2 of 2 repositories
All repositories loaded