Total Skills
5
Skills published by Samarth208P with real stars/downloads and source-aware metadata.
Total Skills
5
Total Stars
0
Total Downloads
0
Comparison chart based on real stars and downloads signals from source data.
0mcp-context-engine
0
0mcp-demo-runner
0
0mcp-inft-snapshot
0
0mcp-server
0
0g-storage
0
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.
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.
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.
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.
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.