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