fix: remove 'tools' from agent configs

This commit is contained in:
Paul Razvan Berg 2025-09-12 15:41:25 -04:00
parent 788be374bf
commit cd48c17356
No known key found for this signature in database
GPG Key ID: 8F40AAD36BB6FA57
16 changed files with 41 additions and 57 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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