Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:11:24 +08:00
commit c7bbbd3189
4 changed files with 655 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "problem-solver-specialist",
"description": "Universal expert problem-solving agent specializing in complex debugging, mysterious runtime behavior, integration issues, and multi-layered technical challenges across any technology stack or project type. Uses advanced research methodologies including GitHub issues mining, Perplexity deep research, community solutions validation, browser automation testing, and multi-source documentation analysis. Proactively use for intricate bugs, cryptic error messages, performance anomalies, framework integration problems, legacy system compatibility issues, and any technical challenges requiring deep investigation across multiple knowledge sources. Project-agnostic and universally applicable.",
"version": "1.0.0",
"author": {
"name": "ClaudeForge Community",
"url": "https://github.com/claudeforge/marketplace"
},
"agents": [
"./agents/problem-solver-specialist.md"
]
}