Author Profile: mineru98

Skills published by mineru98 with real stars/downloads and source-aware metadata.

Total Skills

23

Total Stars

66

Total Downloads

230

RSS Feed

Skills Performance

Comparison chart based on real stars and downloads signals from source data.

excel-data-analyzer

230

Stars
0
Downloads
230

deep-agents-core-py

3

Stars
3
Downloads
0

deep-agents-core-ts

3

Stars
3
Downloads
0

deep-agents-memory-py

3

Stars
3
Downloads
0

deep-agents-memory-ts

3

Stars
3
Downloads
0

deep-agents-orchestration-py

3

Stars
3
Downloads
0

deep-agents-orchestration-ts

3

Stars
3
Downloads
0

framework-selection-py

3

Stars
3
Downloads
0

Published Skills

General

excel-data-analyzer

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

deep-agents-core-py

INVOKE THIS SKILL when building ANY Deep Agents application. Covers create_deep_agent(), harness architecture, SKILL.md format, and configuration options.

Repository SourceNeeds Review
Automation

deep-agents-core-ts

INVOKE THIS SKILL when building ANY Deep Agents application. Covers create_deep_agent(), harness architecture, SKILL.md format, and configuration options.

Repository SourceNeeds Review
Automation

deep-agents-memory-py

INVOKE THIS SKILL when your Deep Agent needs memory, persistence, or filesystem access. Covers StateBackend (ephemeral), StoreBackend (persistent), FilesystemMiddleware, and CompositeBackend for routing.

Repository SourceNeeds Review
Automation

deep-agents-memory-ts

INVOKE THIS SKILL when your Deep Agent needs memory, persistence, or filesystem access. Covers StateBackend (ephemeral), StoreBackend (persistent), FilesystemMiddleware, and CompositeBackend for routing.

Repository SourceNeeds Review
Automation

deep-agents-orchestration-py

INVOKE THIS SKILL when using subagents, task planning, or human approval in Deep Agents. Covers SubAgentMiddleware, TodoList for planning, and HITL interrupts.

Repository SourceNeeds Review
Automation

deep-agents-orchestration-ts

INVOKE THIS SKILL when using subagents, task planning, or human approval in Deep Agents. Covers SubAgentMiddleware, TodoList for planning, and HITL interrupts.

Repository SourceNeeds Review
Web3

framework-selection-py

INVOKE THIS SKILL at the START of any LangChain/LangGraph/Deep Agents project, before writing any agent code. Determines which framework layer is right for the task: LangChain, LangGraph, Deep Agents, or a combination. Must be consulted before other agent skills.

Repository SourceNeeds Review
Web3

framework-selection-ts

INVOKE THIS SKILL at the START of any LangChain/LangGraph/Deep Agents project, before writing any agent code. Determines which framework layer is right for the task: LangChain, LangGraph, Deep Agents, or a combination. Must be consulted before other agent skills.

Repository SourceNeeds Review
Web3

langchain-dependencies-py

INVOKE THIS SKILL when setting up a new project or when asked about package versions, installation, or dependency management for LangChain, LangGraph, LangSmith, or Deep Agents. Covers required packages, minimum versions, environment requirements, versioning best practices, and common community tool packages for both Python and TypeScript.

Repository SourceNeeds Review
Web3

langchain-dependencies-ts

INVOKE THIS SKILL when setting up a new project or when asked about package versions, installation, or dependency management for LangChain, LangGraph, LangSmith, or Deep Agents. Covers required packages, minimum versions, environment requirements, versioning best practices, and common community tool packages for both Python and TypeScript.

Repository SourceNeeds Review
Web3

langchain-fundamentals-py

Create LangChain agents with create_agent, define tools, and use middleware for human-in-the-loop and error handling.

Repository SourceNeeds Review
Web3

langchain-fundamentals-ts

Create LangChain agents with create_agent, define tools, and use middleware for human-in-the-loop and error handling.

Repository SourceNeeds Review
Web3

langchain-middleware-py

INVOKE THIS SKILL when you need human-in-the-loop approval, custom middleware, or structured output. Covers HumanInTheLoopMiddleware for human approval of dangerous tool calls, creating custom middleware with hooks, Command resume patterns, and structured output with Pydantic/Zod.

Repository SourceNeeds Review
Web3

langchain-middleware-ts

INVOKE THIS SKILL when you need human-in-the-loop approval, custom middleware, or structured output. Covers HumanInTheLoopMiddleware for human approval of dangerous tool calls, creating custom middleware with hooks, Command resume patterns, and structured output with Pydantic/Zod.

Repository SourceNeeds Review
Web3

langchain-rag-py

INVOKE THIS SKILL when building ANY retrieval-augmented generation (RAG) system. Covers document loaders, RecursiveCharacterTextSplitter, embeddings (OpenAI), and vector stores (Chroma, FAISS, Pinecone).

Repository SourceNeeds Review
Web3

langchain-rag-ts

INVOKE THIS SKILL when building ANY retrieval-augmented generation (RAG) system. Covers document loaders, RecursiveCharacterTextSplitter, embeddings (OpenAI), and vector stores (Chroma, FAISS, Pinecone).

Repository SourceNeeds Review
Coding

langgraph-fundamentals-py

INVOKE THIS SKILL when writing ANY LangGraph code. Covers StateGraph, state schemas, nodes, edges, Command, Send, invoke, streaming, and error handling.

Repository SourceNeeds Review
Coding

langgraph-fundamentals-ts

INVOKE THIS SKILL when writing ANY LangGraph code. Covers StateGraph, state schemas, nodes, edges, Command, Send, invoke, streaming, and error handling.

Repository SourceNeeds Review
Automation

langgraph-human-in-the-loop-py

INVOKE THIS SKILL when implementing human-in-the-loop patterns, pausing for approval, or handling errors in LangGraph. Covers interrupt(), Command(resume=...), approval/validation workflows, and the 4-tier error handling strategy.

Repository SourceNeeds Review
Automation

langgraph-human-in-the-loop-ts

INVOKE THIS SKILL when implementing human-in-the-loop patterns, pausing for approval, or handling errors in LangGraph. Covers interrupt(), Command(resume=...), approval/validation workflows, and the 4-tier error handling strategy.

Repository SourceNeeds Review
General

langgraph-persistence-py

INVOKE THIS SKILL when your LangGraph needs to persist state, remember conversations, travel through history, or configure subgraph checkpointer scoping. Covers checkpointers, thread_id, time travel, Store, and subgraph persistence modes.

Repository SourceNeeds Review
General

langgraph-persistence-ts

INVOKE THIS SKILL when your LangGraph needs to persist state, remember conversations, travel through history, or configure subgraph checkpointer scoping. Covers checkpointers, thread_id, time travel, Store, and subgraph persistence modes.

Repository SourceNeeds Review