Skip to content

Commit 4c9bbc4

Browse files
committed
Merge remote-tracking branch 'upstream/main'
2 parents 8bc210f + fb8c810 commit 4c9bbc4

File tree

118 files changed

+11792
-2851
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

118 files changed

+11792
-2851
lines changed

.claude/settings.local.json

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,23 @@
2424
"Bash(done)",
2525
"Bash(xargs cat:*)",
2626
"mcp__agent-builder__list_mcp_tools",
27-
"mcp__agent-builder__add_mcp_server"
27+
"mcp__agent-builder__add_mcp_server",
28+
"Bash(gh issue list:*)",
29+
"WebFetch(domain:github.com)",
30+
"Bash(pip install:*)",
31+
"Bash(python -m pytest:*)",
32+
"Bash(git checkout:*)",
33+
"Bash(git add:*)",
34+
"Bash(git commit -m \"$\\(cat <<''EOF''\nfeat\\(tools\\): Add Excel tool for spreadsheet operations\n\nAdds a new Excel tool for reading and manipulating .xlsx/.xlsm files:\n- excel_read: Read Excel files with pagination and sheet selection\n- excel_write: Create new Excel files with data\n- excel_append: Append rows to existing files\n- excel_info: Get metadata about Excel files \\(sheets, columns, row counts\\)\n- excel_sheet_list: List all sheets in a workbook\n\nIncludes comprehensive test coverage \\(37 tests\\) and documentation.\n\nReferences #2805\n\nCo-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>\nEOF\n\\)\")",
35+
"Bash(git push:*)",
36+
"Bash(git pull:*)",
37+
"Bash(git stash:*)",
38+
"Bash(git merge:*)"
2839
]
29-
}
40+
},
41+
"enableAllProjectMcpServers": true,
42+
"enabledMcpjsonServers": [
43+
"agent-builder",
44+
"tools"
45+
]
3046
}

.claude/skills/agent-workflow/SKILL.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ metadata:
1111
- building-agents-construction
1212
- building-agents-patterns
1313
- testing-agent
14+
- setup-credentials
1415
---
1516

1617
# Agent Development Workflow
@@ -21,10 +22,11 @@ Complete Standard Operating Procedure (SOP) for building production-ready goal-d
2122

2223
This workflow orchestrates specialized skills to take you from initial concept to production-ready agent:
2324

24-
1. **Understand Concepts** (5-10 min) → `/building-agents-core` (optional)
25-
2. **Build Structure** (15-30 min) → `/building-agents-construction`
26-
3. **Optimize Design** (10-15 min) → `/building-agents-patterns` (optional)
27-
4. **Test & Validate** (20-40 min) → `/testing-agent`
25+
1. **Understand Concepts**`/building-agents-core` (optional)
26+
2. **Build Structure**`/building-agents-construction`
27+
3. **Optimize Design**`/building-agents-patterns` (optional)
28+
4. **Setup Credentials**`/setup-credentials` (if agent uses tools requiring API keys)
29+
5. **Test & Validate**`/testing-agent`
2830

2931
## When to Use This Workflow
3032

@@ -44,6 +46,7 @@ Use this meta-skill when:
4446
"Need to understand agent concepts" → building-agents-core
4547
"Build a new agent" → building-agents-construction
4648
"Optimize my agent design" → building-agents-patterns
49+
"Set up API keys for my agent" → setup-credentials
4750
"Test my agent" → testing-agent
4851
"Not sure what I need" → Read phases below, then decide
4952
"Agent has structure but needs implementation" → See agent directory STATUS.md

0 commit comments

Comments
 (0)