Specialized Claude Code agents for software development. Provides architectural guidance, decision frameworks, and best practices. Helps developers make informed technology choices. Integrates with Claude.
git clone https://github.com/supatest-ai/awesome-claude-code-sub-agents.gitSpecialized Claude Code agents for software development. Provides architectural guidance, decision frameworks, and best practices. Helps developers make informed technology choices. Integrates with Claude.
No install command available. Check the GitHub repository for manual installation instructions.
git clone https://github.com/supatest-ai/awesome-claude-code-sub-agentsCopy the install command above and run it in your terminal.
Launch Claude Code, Cursor, or your preferred AI coding agent.
Use the prompt template or examples below to test the skill.
Adapt the skill to your specific use case and workflow.
Act as a specialized code agent for [PROGRAMMING_LANGUAGE]. Your task is to [SPECIFIC_TASK]. You have access to the following tools: [TOOL_1], [TOOL_2], [TOOL_3]. Follow these steps: 1. [STEP_1], 2. [STEP_2], 3. [STEP_3]. Provide your output in [OUTPUT_FORMAT].
```python
# Specialized Code Agent for Python
# Task: Create a data processing pipeline for a retail company
# Step 1: Data Ingestion
import pandas as pd
data = pd.read_csv('retail_sales.csv')
# Step 2: Data Cleaning
data = data.dropna()
data = data[data['sales'] > 0]
# Step 3: Data Analysis
sales_summary = data.groupby('product_category')['sales'].sum()
# Output in Markdown format
## Sales Summary by Product Category
| Product Category | Total Sales |
|-----------------|------------|
| Electronics | $1,200,000 |
| Clothing | $850,000 |
| Home Goods | $600,000 |
```AI assistant built for thoughtful, nuanced conversation
IronCalc is a spreadsheet engine and ecosystem
Enterprise workflow automation and service management platform
Customer feedback management made simple
Complete help desk solution for growing teams
The AI automation platform built for everyone
Take a free 3-minute scan and get personalized AI skill recommendations.
Take free scan