#Intermediate.
Explore Intermediate articles, tutorials, guides, and code examples on MeshWorld India. Learn best practices, get practical tips, and level up your Intermediate skills.
File System Skills: Let Your Agent Read and Write Files
Build safe file system skills that let an agent read, write, and list files — with path sandboxing, size limits, and guardrails to prevent runaway writes.
Agent Skills with Memory: Persisting State Between Chats
Teach your agent to remember across conversations. Build read/write memory skills backed by a JSON file, then upgrade to SQLite — full Node.js code.
Python List Comprehensions: Syntax, Examples & Tips
Master Python list comprehensions with clear examples. Learn when to use them for cleaner code, how to add filters, and when a regular loop is still better.
Chaining Agent Skills: Research, Summarize, and Save
Build a skill chain where an agent searches the web, summarizes findings, and saves results to a file — all from a single prompt. Full Node.js walkthrough.