Agent Plugins Marketplace
All plugins

somtech-estimator

v0.4.0

Estimation de projets forfaitaires — mode formule (gros projets) et mode direct (petits projets / IA-first), qualification de projet, proposition d'équipe, facteur de reproduction, infrastructure initiale, comparaison traditionnelle vs IA-assistée avec analyse de risque par bloc et sous-décomposition en tâches

Claude Code3 Skills

By Somtech0 GitHub starsUpdated 3 days ago

Directory evidence

Runtimes
Claude Code
Parsed components
3 skill or MCP entries
Source updated
Sep 20, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install somtech-estimator for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install somtech-estimator@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/SomtechSolutionMAxime/somtech-pack

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/somtech-estimator/.

Plugin files

plugins/somtech-estimator/
├── .claude-plugin/plugin.json
├── skills/estimation-engine/SKILL.md
├── skills/estimation-report/SKILL.md
└── skills/estimer/SKILL.md

Included Skills3

estimation-engineskills/estimation-engine/SKILL.md

Ce skill doit être utilisé quand l'utilisateur demande à "estimer un projet", "calculer les coûts", "analyser un cahier des charges pour estimation", "évaluer le risque d'un projet", ou a besoin d'extraire les features d'un CDC et de produire une estimation en jours-personne. Aussi déclenché par "estimation", "forfait", "coûts", "jours-personne", "facteur de risque".

estimation-reportskills/estimation-report/SKILL.md

Ce skill génère le rapport d'estimation final en deux formats : markdown (fichier de travail versionnable) et .xlsx (document client structuré en plusieurs feuilles). Déclenché après la validation utilisateur en Phase 3 du pipeline d'estimation. Inclut le risque par bloc et la sous-décomposition en tâches.

estimerskills/estimer/SKILL.md

Estimer les coûts d'un projet forfaitaire à partir d'un cahier des charges (.docx). Ce skill doit être utilisé quand l'utilisateur demande à "estimer un projet", "faire une estimation", "calculer les coûts d'un CDC", "produire une offre forfaitaire", "comparer traditionnel vs IA", ou fournit un fichier CDC .docx pour estimation. Aussi déclenché par "estimation", "forfait", "coûts projet", "estimer", "/estimer".

Plugin manifests1

plugins/somtech-estimator/.claude-plugin/plugin.json
{
  "name": "somtech-estimator",
  "version": "0.4.0",
  "description": "Estimation de projets forfaitaires — mode formule (gros projets) et mode direct (petits projets / IA-first), qualification de projet, proposition d'équipe, facteur de reproduction, infrastructure initiale, comparaison traditionnelle vs IA-assistée avec analyse de risque par bloc et sous-décomposition en tâches",
  "author": {
    "name": "Somtech"
  },
  "keywords": [
    "estimation",
    "coûts",
    "forfait",
    "CDC",
    "risque",
    "IA",
    "excel",
    "xlsx"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[somtech-estimator on Agent Plugins Marketplace](https://pluginsmp.com/plugins/somtech-estimator)