435 boosters for "ide" — open source, verified from GitHub, ready to install
Yielding Bear provides a single unified API that routes every LLM request to the cheapest capable model across 16+ providers — saving 60-80% vs calling OpenAI, Anthropic, or Google directly. 1. Get an API key at https://yieldingbear.com/api 2. Set environment variable:
This booster provides AI instructions for the .NET for Apple platforms repository, helping developers understand the codebase structure, comment filtering rules, and organization of iOS, macOS, tvOS, and Mac Catalyst bindings. It's valuable for contributors and maintainers working with this open-source .NET SDK.
"version": "9.18.0", "description": "v9.18.0 — Multi-LLM orchestration for Claude Code with Double Diamond workflows, provider routing, safety gates, and automation. Use '/octo:auto' or just describe what you need. Run /octo:setup.", "repository": "https://github.com/nyldn/claude-octopus",
Display current version information for the guide and tracked Claude Code version. 2. - CC version + date 3. - Last 3 guide updates
  
Connect a Kubernetes cluster (EKS, GKE, AKS, or KOPS) to CAST AI for cost optimization, autoscaling, and security scanning. Covers API key generation, Helm chart installation of the CAST AI agent, and Terraform provider setup. Log in to https://console.cast.ai and navigate to API > API Access Keys.
Implementation patterns for Runway prod checklist — AI video generation platform. See related Runway skills for more workflows.
Agent Identity provides cryptographic on-chain identity registration and verification for AI agents, enabling them to prove authenticity across platforms by staking USDC. Useful for AI developers building multi-platform agents who need trustless identity verification.
A hands-on course teaching developers how to build AI-powered agents using Foundry Local with modern SDK patterns, function calling, and hybrid cloud designs. Benefits beginners and intermediate developers wanting to prototype agentic applications quickly on edge devices.
A MCP proxy that bridges Claude with JetBrains IDEs (IntelliJ, PyCharm, etc.), enabling developers to leverage IDE capabilities directly within Claude conversations. This benefits IDE users who want to integrate their development environment with AI assistance.
A multi-agent framework that dynamically spawns specialized agents (frontend, backend, DevOps, etc.) to autonomously handle software development tasks across platforms like Claude and OpenAI. Developers building complex applications benefit from delegating work to a coordinated swarm of AI agents that each handle domain-specific responsibilities.
"name": "ppt-agent", "description": "PPT slide generation workflow: requirement research → material collection → outline planning → planning draft → design draft (SVG 1280x720 Bento Grid) with Claude draft + Gemini review"
Use this agent when documentation in the `architecture/` directory needs to be updated or created for a specific file after implementing a feature, fix, refactor, or behavior change. Launch one instance of this agent per file that needs updating. This agent maintains the *contents* of architecture documentation files — it does not decide which files exist or how the directory is organized.\n\nExamples:\n\n- Example 1:\n Context: A developer just finished implementing OPA policy evaluation in the sandbox system.\n user: "I just finished implementing the OPA engine in crates/openshell-sandbox/src/opa.rs. Update architecture/sandbox.md to reflect the new policy evaluation flow."\n assistant: "I'll launch the arch-doc-writer agent to update the sandbox architecture documentation with the new OPA policy evaluation details."\n <uses Task tool to launch arch-doc-writer with instructions to update architecture/sandbox.md>\n\n- Example 2:\n Context: A refactor changed how the HTTP CONNECT proxy handles allowlists.\n user: "The proxy allowlist logic was refactored. Please update architecture/proxy.md."\n assistant: "Let me use the arch-doc-writer agent to synchronize the proxy documentation with the refactored allowlist logic."\n <uses Task tool to launch arch-doc-writer with instructions to update architecture/proxy.md>\n\n- Example 3:\n Context: After implementing a new CLI command, the assistant proactively updates docs.\n user: "Add a --rego-policy flag to the CLI."\n assistant: "Here is the implementation of the --rego-policy flag."\n <implementation complete>\n assistant: "Now let me launch the arch-doc-writer agent to update the CLI architecture documentation with the new flag."\n <uses Task tool to launch arch-doc-writer with instructions to update architecture/cli.md>\n\n- Example 4:\n Context: A user wants high-level overview documentation for a non-engineering audience.\n user: "Update architecture/overview.md with a non-engineer-friendly explanation of the sandbox system."\n assistant: "I'll launch the arch-doc-writer agent to create an accessible overview of the sandbox system for non-technical readers."\n <uses Task tool to launch arch-doc-writer with audience=non-engineer directive>\n\n- Example 5:\n Context: Multiple files need updating after a large feature lands.\n user: "I just landed the network namespace isolation feature. Update architecture/sandbox.md and architecture/networking.md."\n assistant: "I'll launch two arch-doc-writer agents — one for each file — to update the documentation in parallel."\n <uses Task tool to launch arch-doc-writer for architecture/sandbox.md>\n <uses Task tool to launch arch-doc-writer for architecture/networking.md>
Automates the release process for Claw skills including version bumping, git tagging, and release verification. Essential for maintainers and developers publishing skills to the ClawSec catalog.
"name": "research-companion", "description": "Strategic research thinking agents — idea evaluation, project triage, and structured brainstorming inspired by Carlini's research methodology", "name": "Andre Huang",
"name": "adversarial-spec", "description": "Iteratively refine product specs through multi-model debate until consensus. Claude actively participates alongside GPT, Gemini, Grok, and other models. Includes interview mode, early agreement verification, and optional Telegram integration.", "repository
This skill provides a philosophical framework and analytical methods for evaluating whether end users can "know" what value they can achieve through a product. It guides analysis from a value discovery perspective, rather than providing checklists. End users adopt products when they know what value
This MCP server enables Claude to directly download and access YouTube video transcripts, making it easy for developers to integrate transcript extraction into AI workflows. It benefits content researchers, developers building transcript-based applications, and anyone needing programmatic access to YouTube video text.
React Server is a framework for building React applications with server-side rendering, server components, and server actions out-of-the-box. It's ideal for developers wanting to leverage React's server-first capabilities without complex configuration.
A specialized development agent for IOTA SDK that guides developers through implementing features across domain logic, persistence, migrations, templates, and configuration while maintaining DDD principles and multi-tenant isolation. Ideal for backend engineers building complex Go applications with structured architectural patterns.
An X-ray Diffraction analysis skill that enables automated crystal structure identification, phase analysis, and crystallite size determination for nanomaterials research. Ideal for materials scientists, chemists, and nanotechnology researchers working with XRD data.
This skill parses natural language shopping queries to extract structured product requirements like attributes, price limits, and specifications for e-commerce agents. It benefits developers building AI-powered shopping assistants and agents that need intelligent query understanding.
LLM-first SEO analysis skill with 16 specialized sub-skills, 10 specialist agents, and 33 scripts for website, blog, and GitHub repository optimization. For prompt reliability in Codex/agent IDEs, map common user wording to a fixed workflow: When the user requests SEO analysis, follow this routing:
"name": "swift-testing-expert", "description": "Expert Swift Testing guidance for test structure, #expect/#require usage, traits and tags, parameterized tests, async waiting patterns, parallel execution, and XCTest migration.", "name": "Antoine van der Lee",