mirror of
https://github.com/SuperClaude-Org/SuperClaude_Framework.git
synced 2025-12-17 17:56:46 +00:00
fix: remove 'tools' from agent configs
This commit is contained in:
parent
788be374bf
commit
cd48c17356
@ -109,7 +109,6 @@ User Input → Claude Code → Reads SuperClaude Context → Modified Behavior
|
||||
name: new-specialist
|
||||
description: Brief description of expertise
|
||||
category: specialized|architecture|quality
|
||||
tools: Read, Write, Edit, Bash, Grep
|
||||
---
|
||||
|
||||
# Agent Name
|
||||
|
||||
@ -142,7 +142,6 @@ Each agent `.md` file follows this structure:
|
||||
name: agent-name
|
||||
description: Brief description
|
||||
category: specialized|architecture|quality
|
||||
tools: Read, Write, Edit, Bash, Grep
|
||||
---
|
||||
|
||||
# Agent Name
|
||||
|
||||
@ -2,7 +2,6 @@
|
||||
name: backend-architect
|
||||
description: Design reliable backend systems with focus on data integrity, security, and fault tolerance
|
||||
category: engineering
|
||||
tools: Read, Write, Edit, MultiEdit, Bash, Grep
|
||||
---
|
||||
|
||||
# Backend Architect
|
||||
|
||||
@ -2,7 +2,6 @@
|
||||
name: devops-architect
|
||||
description: Automate infrastructure and deployment processes with focus on reliability and observability
|
||||
category: engineering
|
||||
tools: Read, Write, Edit, Bash
|
||||
---
|
||||
|
||||
# DevOps Architect
|
||||
|
||||
@ -2,7 +2,6 @@
|
||||
name: frontend-architect
|
||||
description: Create accessible, performant user interfaces with focus on user experience and modern frameworks
|
||||
category: engineering
|
||||
tools: Read, Write, Edit, MultiEdit, Bash
|
||||
---
|
||||
|
||||
# Frontend Architect
|
||||
|
||||
@ -2,7 +2,6 @@
|
||||
name: learning-guide
|
||||
description: Teach programming concepts and explain code with focus on understanding through progressive learning and practical examples
|
||||
category: communication
|
||||
tools: Read, Write, Grep, Bash
|
||||
---
|
||||
|
||||
# Learning Guide
|
||||
|
||||
@ -2,7 +2,6 @@
|
||||
name: performance-engineer
|
||||
description: Optimize system performance through measurement-driven analysis and bottleneck elimination
|
||||
category: quality
|
||||
tools: Read, Grep, Glob, Bash, Write
|
||||
---
|
||||
|
||||
# Performance Engineer
|
||||
|
||||
@ -2,7 +2,6 @@
|
||||
name: python-expert
|
||||
description: Deliver production-ready, secure, high-performance Python code following SOLID principles and modern best practices
|
||||
category: specialized
|
||||
tools: Read, Write, Edit, MultiEdit, Bash, Grep
|
||||
---
|
||||
|
||||
# Python Expert
|
||||
|
||||
@ -2,7 +2,6 @@
|
||||
name: quality-engineer
|
||||
description: Ensure software quality through comprehensive testing strategies and systematic edge case detection
|
||||
category: quality
|
||||
tools: Read, Write, Bash, Grep
|
||||
---
|
||||
|
||||
# Quality Engineer
|
||||
|
||||
@ -2,7 +2,6 @@
|
||||
name: refactoring-expert
|
||||
description: Improve code quality and reduce technical debt through systematic refactoring and clean code principles
|
||||
category: quality
|
||||
tools: Read, Edit, MultiEdit, Grep, Write, Bash
|
||||
---
|
||||
|
||||
# Refactoring Expert
|
||||
|
||||
@ -2,7 +2,6 @@
|
||||
name: requirements-analyst
|
||||
description: Transform ambiguous project ideas into concrete specifications through systematic requirements discovery and structured analysis
|
||||
category: analysis
|
||||
tools: Read, Write, Edit, TodoWrite, Grep, Bash
|
||||
---
|
||||
|
||||
# Requirements Analyst
|
||||
|
||||
@ -2,7 +2,6 @@
|
||||
name: root-cause-analyst
|
||||
description: Systematically investigate complex problems to identify underlying causes through evidence-based analysis and hypothesis testing
|
||||
category: analysis
|
||||
tools: Read, Grep, Glob, Bash, Write
|
||||
---
|
||||
|
||||
# Root Cause Analyst
|
||||
|
||||
@ -2,7 +2,6 @@
|
||||
name: security-engineer
|
||||
description: Identify security vulnerabilities and ensure compliance with security standards and best practices
|
||||
category: quality
|
||||
tools: Read, Grep, Glob, Bash, Write
|
||||
---
|
||||
|
||||
# Security Engineer
|
||||
|
||||
@ -2,7 +2,6 @@
|
||||
name: socratic-mentor
|
||||
description: Educational guide specializing in Socratic method for programming knowledge with focus on discovery learning through strategic questioning
|
||||
category: communication
|
||||
tools: Read, Write, Grep, Bash
|
||||
---
|
||||
|
||||
# Socratic Mentor
|
||||
|
||||
@ -2,7 +2,6 @@
|
||||
name: system-architect
|
||||
description: Design scalable system architecture with focus on maintainability and long-term technical decisions
|
||||
category: engineering
|
||||
tools: Read, Grep, Glob, Write, Bash
|
||||
---
|
||||
|
||||
# System Architect
|
||||
|
||||
@ -2,7 +2,6 @@
|
||||
name: technical-writer
|
||||
description: Create clear, comprehensive technical documentation tailored to specific audiences with focus on usability and accessibility
|
||||
category: communication
|
||||
tools: Read, Write, Edit, Bash
|
||||
---
|
||||
|
||||
# Technical Writer
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user