council-setup

Install Python dependencies and verify environment configurations for The Council plugin.

2|1|Updated Feb 24, 2026
One-click install
npx skills add https://github.com/southlab-ai/Claude-Plugin-Marketplace --skill council-setup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: council-setup
Source: https://github.com/southlab-ai/Claude-Plugin-Marketplace/tree/main/plugins/the-council/skills/council-setup
Command: npx skills add https://github.com/southlab-ai/Claude-Plugin-Marketplace --skill council-setup

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires uv, and includes scripts (resource) components.

What problem does it solve?

This Skill automates the setup process for The Council plugin, ensuring all necessary dependencies are installed and configurations are checked.

Core Features & Use Cases

  • Dependency Management: Installs required Python packages using uv.
  • Environment Verification: Checks for necessary environment variables like CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS.
  • Project Initialization: Optionally initializes the council's memory within a detected project directory.
  • Use Case: After installing The Council plugin, run this setup skill to prepare your environment for immediate use.

Quick Start

Run the council-setup skill to install dependencies and verify your environment.

Frequently Asked Questions about council-setup

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I configure the environment for The Council plugin?

You can set up The Council plugin by running the automated setup process, which installs required Python dependencies using uv and verifies necessary environment variables for agent team functionality.

Do I need uv to install Python dependencies for The Council?

Yes, uv is required for dependency management when setting up The Council plugin, as the automated installation process relies on it to install the necessary Python packages and validate the environment.

What environment variables are required to enable experimental agent teams?

The setup process checks for the CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS environment variable to verify and enable experimental agent team functionality within your project directory configuration.

How do I initialize project memory during Python plugin setup?

During the setup process, the tool optionally initializes The Council's memory within a detected project directory, allowing your environment to be prepared for immediate use after dependency installation.

Why does The Council plugin setup fail during environment verification?

Setup may fail during environment verification if the uv dependency manager is missing or if required environment variables like CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS are not properly configured in your session.