0mcp-demo-runner

Use this skill when building the hackathon demo script — the before/after comparison that shows memory working in real time. Triggers when asked to create the demo, simulate prompts, seed test data, or produce terminal output for the video recording.

Safety Notice

This listing is imported from SkillsMP metadata and should be treated as untrusted until upstream source review is completed.

Copy this and send it to your AI assistant to learn

Install skill "0mcp-demo-runner" with this command: npx skills add Samarth208P/skillsmp-samarth208p-samarth208p-0mcp-demo-runner

No markdown body

This source entry does not include full markdown content beyond metadata.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

0mcp-context-engine

Use this skill when building the context retrieval and injection logic — the part that takes a user prompt, finds relevant past entries from 0G storage, and formats them for injection into the LLM system prompt. Triggers when asked to implement buildContext, extractKeywords, rankEntries, or formatContextBlock.

Repository SourceNeeds Review
General

0mcp-server

Use this skill when building the core 0MCP server — the MCP JSON-RPC server that intercepts IDE prompts, calls the context engine, and logs responses. Triggers when asked to create the server entrypoint, register MCP tools, set up stdio transport, or wire together the main request/response loop.

Repository SourceNeeds Review
Web3

0mcp-inft-snapshot

Use this skill when building the memory snapshot and iNFT minting feature — exporting project memory to a JSON bundle and minting it as an ERC-7857 iNFT on 0G testnet. Triggers when asked to implement exportSnapshot, mintINFT, or anything touching the iNFT contract or snapshot file format.

Repository SourceNeeds Review
Coding

0g-storage

Use this skill when writing any code that reads from or writes to 0G decentralized storage — KV store or Log. Triggers when asked to implement saveMemory, loadMemory, listEntries, or anything touching @0gfoundation/0g-ts-sdk, KvClient, Batcher, or the 0G testnet RPC.

Repository SourceNeeds Review
0mcp-demo-runner | V50.AI