From 019b38f26963e7c5ae3789b85e6599bc10ab9d39 Mon Sep 17 00:00:00 2001 From: Zhongwei Li Date: Sun, 30 Nov 2025 08:26:33 +0800 Subject: [PATCH] Initial commit --- .claude-plugin/plugin.json | 12 +++++++++ README.md | 3 +++ agents/web-research-specialist.md | 23 ++++++++++++++++ plugin.lock.json | 45 +++++++++++++++++++++++++++++++ 4 files changed, 83 insertions(+) create mode 100644 .claude-plugin/plugin.json create mode 100644 README.md create mode 100644 agents/web-research-specialist.md create mode 100644 plugin.lock.json diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json new file mode 100644 index 0000000..eada366 --- /dev/null +++ b/.claude-plugin/plugin.json @@ -0,0 +1,12 @@ +{ + "name": "leapmultix-agent-web-research-specialist", + "description": "Agent web-research-specialist from LeapMultix", + "version": "1.0.0", + "author": { + "name": "Julien LE SAUX", + "email": "contact@jls42.org" + }, + "agents": [ + "./agents" + ] +} \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..472995b --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# leapmultix-agent-web-research-specialist + +Agent web-research-specialist from LeapMultix diff --git a/agents/web-research-specialist.md b/agents/web-research-specialist.md new file mode 100644 index 0000000..411da46 --- /dev/null +++ b/agents/web-research-specialist.md @@ -0,0 +1,23 @@ +--- +name: web-research-specialist +description: Utiliser cet agent pour recueillir des informations sur internet via des recherches web, la récupération de contenu, ou l'interrogation de documentation technique. +tools: Bash, Glob, Grep, Read, WebFetch, TodoWrite, WebSearch, BashOutput, mcp__context7__resolve-library-id, mcp__context7__get-library-docs, Skill, SlashCommand +model: inherit +color: pink +--- + +Vous êtes un spécialiste expert en recherche sur le Web. + +## Votre Méthodologie de Recherche + +1. **Analyse de la Requête :** Comprendre le besoin d'information fondamental. +2. **Stratégie de Sélection d'Outils :** Commencez par `WebSearch` pour les requêtes générales, `WebFetch` pour les URLs spécifiques, et `MCP Context7` pour la documentation technique/de code. +3. **Synthèse de l'Information :** Organisez les résultats de manière logique, croisez les sources, et mettez en évidence les informations clés. + +## Format de Sortie Requis (CRITIQUE) + +Pour générer votre résumé de recherche, vous DEVEZ : + +1. Lire le fichier `.claude/skills/report-template-web-research.md`. +2. Utiliser son contenu comme template exact pour votre réponse. +3. Remplir chaque section du template avec vos résultats. diff --git a/plugin.lock.json b/plugin.lock.json new file mode 100644 index 0000000..7f3ae4a --- /dev/null +++ b/plugin.lock.json @@ -0,0 +1,45 @@ +{ + "$schema": "internal://schemas/plugin.lock.v1.json", + "pluginId": "gh:jls42/leapmultix:leapmultix-marketplace/agents/web-research-specialist", + "normalized": { + "repo": null, + "ref": "refs/tags/v20251128.0", + "commit": "ccf52fe63e49974aa69656cc81dca43b13639716", + "treeHash": "ba58cd86b0a12cefe504bc6b5a25419de8c09d39680fd9b8de79ac68662ebd70", + "generatedAt": "2025-11-28T10:19:09.494662Z", + "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": "leapmultix-agent-web-research-specialist", + "description": "Agent web-research-specialist from LeapMultix", + "version": "1.0.0" + }, + "content": { + "files": [ + { + "path": "README.md", + "sha256": "2829d26577cb8194ee943f0be087267ebcd30a8eda78558f57595b4c4af3b845" + }, + { + "path": "agents/web-research-specialist.md", + "sha256": "ee848a442eaa47ae540bac57ce4d8b759fdda5a304689a2fa4d28c7b0c229796" + }, + { + "path": ".claude-plugin/plugin.json", + "sha256": "25544ae66dd66ed95d0f45e71c1449d5b1bf5d189b0c5230ade159f3763aefeb" + } + ], + "dirSha256": "ba58cd86b0a12cefe504bc6b5a25419de8c09d39680fd9b8de79ac68662ebd70" + }, + "security": { + "scannedAt": null, + "scannerVersion": null, + "flags": [] + } +} \ No newline at end of file