claude-code

Configure and troubleshoot Claude Code installations across local, CI/CD, IDE, and enterprise environments.

7|3|Updated Mar 17, 2026
One-click install
npx skills add https://github.com/brainbrewlabs/brainbrew-devkit --skill claude-code-brainbrewlabs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: claude-code
Source: https://github.com/brainbrewlabs/brainbrew-devkit/tree/main/.claude/skills/claude-code
Command: npx skills add https://github.com/brainbrewlabs/brainbrew-devkit --skill claude-code-brainbrewlabs

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Helps teams and developers navigate the complexity of installing, configuring, extending, and troubleshooting Claude Code across local projects, CI/CD pipelines, IDEs, and enterprise environments where multiple integrations and security controls are required.

Core Features & Use Cases

  • Installation & Authentication: Step-by-step guidance for npm/pip installation, API key management, and interactive login flows.
  • Slash Commands & Workflows: Usage patterns and examples for slash commands like /cook, /fix:test, /plan, and custom command creation.
  • Agent Skills & Extensions: Instructions for creating SKILL.md skills, packaging plugins, and using references, scripts, and assets to extend Claude Code.
  • MCP, Hooks & Plugins: Configuration examples for MCP servers (filesystem, GitHub, databases), hook scripts, and secure plugin installation practices.
  • CI/CD & IDE Integration: Templates and best practices for GitHub Actions, GitLab CI, and VS Code / JetBrains integration to automate reviews, tests, and fixes.
  • Enterprise Deployment & Troubleshooting: Guidance for SSO/RBAC, sandboxing, auditing, monitoring, and common troubleshooting steps.

Quick Start

Ask Claude to "Help me set up Claude Code for this repository, configure MCP servers for GitHub and filesystem access, and create an api-testing skill with references."

Frequently Asked Questions about claude-code

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

FAQPage Schema
How do I configure MCP servers for filesystem and GitHub access in Claude Code?

To configure MCP servers for Claude Code, you use specific configuration examples to connect external tools like GitHub and filesystems. This allows the agent to securely access repositories and local files during workflows.

What is the best way to automate Claude Code reviews and tests in a CI/CD pipeline?

The best way to automate Claude Code in CI/CD pipelines is by using provided templates for GitHub Actions or GitLab CI. These templates help automate code reviews, test executions, and fixes directly within your workflow.

How do I create custom agent skills and package plugins for Claude Code?

Creating custom agent skills involves writing a SKILL.md file and packaging plugins with references, scripts, and assets. This extends Claude Code by defining new capabilities and workflows for specific project needs.

Does Claude Code support enterprise deployment with SSO and sandboxing?

Claude Code supports enterprise deployment by providing guidance for SSO, RBAC, sandboxing, and auditing. This ensures secure hook execution and MCP connectivity across large organizational environments.

Why is my Claude Code installation failing or not authenticating properly?

Claude Code installation or authentication failures are typically resolved by following specific troubleshooting steps for API key management and interactive login flows. Proper npm or pip installation is required for correct setup.

Can I integrate Claude Code with VS Code and JetBrains IDEs?

Claude Code integrates directly with VS Code and JetBrains IDEs to provide inline assistance. This integration allows developers to execute slash commands and utilize agent skills without leaving their development environment.