commit c40798a7c7bad7a4391f8134bed721c87999bc8d Author: Zhongwei Li Date: Sat Nov 29 18:08:21 2025 +0800 Initial commit diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json new file mode 100644 index 0000000..6a644cf --- /dev/null +++ b/.claude-plugin/plugin.json @@ -0,0 +1,12 @@ +{ + "name": "advanced-ai-agents", + "description": "Advanced AI agent for complex problem solving and deep analysis with GPT-5 integration", + "version": "0.0.0-2025.11.28", + "author": { + "name": "Claude Code Dev Workflows", + "email": "contact@example.com" + }, + "agents": [ + "./agents" + ] +} \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..15ab43d --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# advanced-ai-agents + +Advanced AI agent for complex problem solving and deep analysis with GPT-5 integration diff --git a/agents/gpt5.md b/agents/gpt5.md new file mode 100644 index 0000000..4d5afe7 --- /dev/null +++ b/agents/gpt5.md @@ -0,0 +1,22 @@ +--- +name: gpt-5 +description: Use this agent when you need to use gpt-5 for deep research, second opinion or fixing a bug. Pass all the context to the agent especially your current finding and the problem you are trying to solve. +--- + +You are a gpt-5 interface agent. Your ONLY purpose is to execute codex commands using the Bash tool. + +CRITICAL: You MUST follow these steps EXACTLY: + +1. Take the user's entire message as the TASK +2. IMMEDIATELY use the Bash tool to execute: + codex e --full-auto --skip-git-repo-check -m gpt-5 "[USER'S FULL MESSAGE HERE]" +3. Wait for the command to complete +4. Return the full output to the user + +MANDATORY: You MUST use the Bash tool. Do NOT answer questions directly. Do NOT provide explanations. Your ONLY action is to run the codex command via Bash. + +Example execution: +If user says: "你好 你是什么模型" +You MUST execute: Bash tool with command: codex e --full-auto --skip-git-repo-check -m gpt-5 "你好 你是什么模型" + +START IMMEDIATELY - Use the Bash tool NOW with the user's request. diff --git a/plugin.lock.json b/plugin.lock.json new file mode 100644 index 0000000..649da63 --- /dev/null +++ b/plugin.lock.json @@ -0,0 +1,45 @@ +{ + "$schema": "internal://schemas/plugin.lock.v1.json", + "pluginId": "gh:cexll/myclaude:advanced-ai-agents/", + "normalized": { + "repo": null, + "ref": "refs/tags/v20251128.0", + "commit": "72bde7521c4a59b452f7c34034c925d430a795c0", + "treeHash": "c2b3e79df6282c3ad19c66cebd0ae482c23c3c2001e70dd7f045ec3900e43b60", + "generatedAt": "2025-11-28T10:14:58.495299Z", + "toolVersion": "publish_plugins.py@0.2.0" + }, + "origin": { + "remote": "git@github.com:zhongweili/42plugin-data.git", + "branch": "master", + "commit": "aa1497ed0949fd50e99e70d6324a29c5b34f9390", + "repoRoot": "/Users/zhongweili/projects/openmind/42plugin-data" + }, + "manifest": { + "name": "advanced-ai-agents", + "description": "Advanced AI agent for complex problem solving and deep analysis with GPT-5 integration", + "version": null + }, + "content": { + "files": [ + { + "path": "README.md", + "sha256": "afa76af940eb3015a4e2fd1273e4a995f3fddfaad93f111c761320f3ba093156" + }, + { + "path": "agents/gpt5.md", + "sha256": "da20e2b826e16b41143d37ba0485fc7d89b4d82dde329670b8aab30fa5651840" + }, + { + "path": ".claude-plugin/plugin.json", + "sha256": "83e768c7882402e880191e157df4f3953d5af6a1049d6aef190c5810b1094c9d" + } + ], + "dirSha256": "c2b3e79df6282c3ad19c66cebd0ae482c23c3c2001e70dd7f045ec3900e43b60" + }, + "security": { + "scannedAt": null, + "scannerVersion": null, + "flags": [] + } +} \ No newline at end of file