consultant

Community

AI-powered deep code analysis, 100+ models.

Authordoodledood
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill provides expert-level AI analysis for complex development tasks, automating architectural reviews, security audits, and comprehensive code understanding across large codebases. It saves developers significant time and reduces the complexity of gaining deep insights that might otherwise be missed or take extensive manual effort.

Core Features & Use Cases

  • Multi-Provider LLM Support: Access over 100 AI models via LiteLLM, including OpenAI, Anthropic, Google, and local models, with custom base URLs.
  • Asynchronous Operation: Start complex analyses in the background and reattach later, allowing you to continue other work without interruption.
  • Token & Context Management: Automatically counts tokens, validates against model context limits, and provides clear suggestions if limits are exceeded.
  • Automatic Model Selection: Intelligently discovers and selects the best available model based on capabilities and context size.
  • Use Case: Initiate a background security audit on all Python files in your src directory, receiving a detailed report on vulnerabilities and recommended fixes without blocking your terminal.

Quick Start

Start a background consultation to analyze Python files for security vulnerabilities: python3 claude-plugins/consultant/skills/consultant/scripts/oracle_cli.py
--prompt "Analyze this code for security vulnerabilities"
--file src/**/*.py
--slug "security-audit"

Dependency Matrix

Required Modules

litellmrequests

Components

scriptsreferences

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: consultant
Download link: https://github.com/doodledood/claude-code-plugins/archive/main.zip#consultant

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository