From business-idea-eval
Run a multi-persona LLM-council review using Andrej Karpathy's original llm-council Python implementation. Clones the repo into a temp scratch dir, configures it for the user's idea, runs it, and copies outputs back into the idea workspace. Use when the user explicitly wants the canonical implementation rather than the native subagent variant.
npx claudepluginhub danielrosehill/claude-code-plugins --plugin business-idea-evalThis skill uses the workspace's default tool permissions.
Wraps the upstream https://github.com/karpathy/llm-council implementation. We do not vendor the code — we clone it on demand into a scratch directory and run it from there.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Checks Next.js compilation errors using a running Turbopack dev server after code edits. Fixes actionable issues before reporting complete. Replaces `next build`.
Creates new Angular apps using Angular CLI with flags for routing, SSR, SCSS, prefixes, and AI config. Follows best practices for modern TypeScript/Angular development. Use when starting Angular projects.
Share bugs, ideas, or general feedback.
Wraps the upstream https://github.com/karpathy/llm-council implementation. We do not vendor the code — we clone it on demand into a scratch directory and run it from there.
python3, git, and an LLM API key the upstream tool supports (typically OPENAI_API_KEY or ANTHROPIC_API_KEY — check upstream README at clone time).SCRATCH="${CLAUDE_USER_DATA:-${XDG_DATA_HOME:-$HOME/.local/share}/claude-plugins}/business-idea-eval/scratch/llm-council"
mkdir -p "$(dirname "$SCRATCH")"
$SCRATCH. Don't commit it anywhere; this is throwaway.$SCRATCH/README.md (it may have changed since this skill was written) and follow its current setup steps. Do not assume specific commands — read what's there.idea.md + the formatted summary version (if present) + a short user-context paragraphreference/council-deliberation.md. The upstream tool typically accepts custom persona prompts via a config file.<workspace_path>/ideas/<slug>/council-karpathy/
<whatever-files-the-tool-produces>
council-review-subagents and report the drift to the user.