Getting Started
Choose your IDE to get started with otc-awesome-llm assets
1Awesome LLM Assets
Prompts, Instructions, Agents, and Skills can be added to a repository through the VS Code setup flow. Once those assets are installed, Claude Code can use the same repo-level context through an AGENTS.md entry point.
Use the create-agentmd prompt to generate a tailored AGENTS.md file for the current repository. The prompt targets Claude, Codex, and VS Code, and creates secure Optum guidance that links local skills, prompts, instructions, and agents into a predictable AI-facing starting file.
AGENTS.md complements the human-focused README by giving coding agents the setup commands, conventions, test expectations, and security guardrails they need to work safely in the repo.
2Claude Code Plugins
Run these commands from a local clone of the optum-tech-compute/otc-awesome-llm repository.
git clone https://github.com/optum-tech-compute/otc-awesome-llm
cd otc-awesome-llmThe OTC Awesome LLM Claude Code plugin setup installs the Claude Code plugin marketplace and plugin suite, including Dr Zero, AI-DLC, Documentation Bot, Professor Hudak, and Outlook Automation.
Recommended setup
./configure && make claude-setupThis registers the GitHub marketplace optum-tech-compute/otc-awesome-llm and installs all Claude Code plugins.
If Claude Code opens a project that trusts this repository, the extraKnownMarketplaces setting in .claude/settings.json can prompt users to add the marketplace automatically.
Update plugins
make claude-update-allHealth check
make claude-doctorSee the Claude Code Plugins README section for the source installation guidance and full plugin context.

