avinashmyerolkar/claude-code-playbook
Structured study guide for Claude Code, covering slash commands, CLAUDE.md, spec-driven development, plan mode, custom commands, skills, sub-agents, and MCP.
Structured study guide for Claude Code, covering slash commands, CLAUDE.md, spec-driven development, plan mode, custom commands, skills, sub-agents, and MCP.
npx skills add avinashmyerolkar/claude-code-playbookStructured study guide for Claude Code, covering slash commands, CLAUDE.md, spec-driven development, plan mode, custom commands, skills, sub-agents, and MCP.
Agent guidelines, skills, evals and co.
My hands-on journey into Agentic AI: starting with simple OpenAI API connections and evolving into complex, multi-agent workflows using LangChain. Exploring, learning, and building one agent at a time
Learn to build an Agent Skill — from ad-hoc prompting to a packaged, auto-triggering Claude Code skill with a deterministic helper script.
Official Salesforce documentation retrieval skill. Use when you need authoritative Salesforce docs from developer.salesforce.com, help.salesforce.com, architect.salesforce.com, admin.salesforce.com, or lightningdesignsystem.com, especially when pages are JS-heavy, shell-rendered, or hard to extract with naive fetching. Use to ground answers in official Salesforce sources instead of third-party blogs or summaries. TRIGGER when: user asks for official Salesforce documentation, Apex or API reference, LWC docs, Agentforce docs, setup or help articles, or any doc from a Salesforce-owned domain. DO NOT TRIGGER when: user is asking for a code change, deployment task, or anything not requiring documentation retrieval — use the appropriate sf-* skill instead.
Build-time Agent Skills for drain't — install into Claude Code / Cursor / Codex for EIP-7702 drainer protection guidance. Models Venice AI + 1Shot skill conventions.
A modular multi-agent system built around skills as the core execution unit. It emphasizes clear skill orchestration, reusable capabilities, and structured agent collaboration for scalable, transparent, and maintainable workflows.