Lakshya Sharma
Community@lakshya4568 · New Delhi, Delhi, India
Kickstarting my coding Journey !!
Agent Skills by Lakshya Sharma
Showing 6 vetted skills indexed across 1 GitHub repositories.
rlm-orchestrator
Implements recursive language model orchestration with async subagent spawning and host-enforced depth limits.
typed-memory
Implements a four-store typed memory system with a promotion gate governing durable memory writes.
refinement
Implements bounded corrective retrieval and reversible supplemental-state refinement loops.
verification
Validates whether generated answers are supported by retrieved evidence or computed values.
rag-retrieval
Implements hybrid BM25 and vector retrieval with RRF fusion, reranking, and parent-chunk resolution.
code-execution
Defines sandboxing tiers and restrictions for executing model-generated Python in the RLM kernel.
Frequently Asked Questions About Lakshya Sharma
FAQPage SchemaWhat tasks can I accomplish with Lakshya Sharma's Deep Context Platform skills?▼
You can build hybrid retrieval pipelines (BM25 plus dense vectors with reranking), orchestrate recursive long-context reasoning over oversized corpora, manage four-store typed memory with a promotion gate, verify answers against retrieved evidence, and safely execute model-generated code in a sandboxed kernel.
Who should use these Deep Context Platform skills?▼
Engineers implementing or debugging retrieval-augmented generation systems, long-context reasoning engines, persistent memory stores, or evidence-verification gates. They suit developers deciding between hybrid retrieval and recursive reasoning paths, or hardening sandboxed execution of untrusted model-generated code.
When should I use rlm-orchestrator instead of rag-retrieval?▼
Use rag-retrieval for standard document or codebase question-answering via the retrieve() interface. Escalate to rlm-orchestrator only when material exceeds any context window, such as full-repo searches or literature-review aggregation. The refinement skill governs retry-versus-escalate decisions between them.
How does the verification skill improve answer reliability?▼
It implements a shared evidence-sufficiency gate that scores whether each answer is backed by retrieved evidence, computed values, or explicit inference before returning. It also provides methodology for fact-checking third-party claims, benchmarks, and documented features against primary sources before committing them.
What safety controls exist for executing model-generated code?▼
The code-execution skill defines process isolation tiers, filesystem and network restrictions, and REPL output truncation within the RLM kernel sandbox. It is a policy and checklist skill guiding tier selection for local development, untrusted input, or production deployments, governing the rlm-orchestrator kernel.