enable-subagents

Set the SMB signing requirements and SMB version for the specified server and all its subordinate servers and/or clients.

Updated Jan 26, 2026
One-click install
npx skills add https://github.com/marxbiotech/pr-review-toolkit --skill enable-subagents
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: enable-subagents
Source: https://github.com/marxbiotech/pr-review-toolkit/tree/main/skills/enable-subagents
Command: npx skills add https://github.com/marxbiotech/pr-review-toolkit --skill enable-subagents

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill ensures that subagents, crucial for other skills like pr-review-resolver, have the correct permissions to execute their tasks, preventing authorization errors and enabling seamless operation within the Claude Code environment.

Core Features & Use Cases

  • Permission Management: Configures Read, Edit, Write, Glob, Grep, Task, and specific Bash commands required by subagents.
  • Configuration Levels: Supports both user-level (~/.claude/settings.json) and project-level (.claude/settings.json) configurations.
  • Use Case: When pr-review-resolver fails due to subagent permission issues, this skill can be invoked to grant the necessary access, allowing the review resolution process to proceed without interruption.

Quick Start

Use the enable-subagents skill to configure subagent permissions for the current project.

Frequently Asked Questions about enable-subagents

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

FAQPage Schema
How do I fix subagent permission errors in Claude Code?

Configuring subagent permissions in Claude Code involves managing user-level and project-level settings.json files to grant Read, Edit, Write, Glob, Grep, Task, and Bash execution rights for seamless task processing.

How do I configure Claude Code settings.json to allow subagent tasks?

You configure Claude Code by modifying user-level (~/.claude/settings.json) and project-level (.claude/settings.json) files to grant subagents the required Read, Edit, Write, Glob, Grep, Task, and Bash permissions.

Why does my pr-review-resolver fail due to subagent permission issues?

Subagent permission issues occur when subagents lack execution rights for necessary operations. Granting access to Edit, Write, and Bash commands in settings.json allows the review resolution process to proceed without interruption.

What specific Bash commands do subagents need configured in Claude Code?

Subagents in Claude Code require permissions for specific Bash commands including mkdir, git, and plugin script execution, which must be explicitly granted in settings.json to prevent authorization errors during operation.

Can I set subagent permissions at the project level instead of user level?

Yes, you can configure subagent permissions at the project level using the .claude/settings.json file, providing an alternative to user-level configurations to manage access rights effectively for your specific project.