massdo-skills
v0.7.0Response-style skills: short ASD-STE100 answers, articulate replies with an optional word cap, and a chief-of-staff stance.
By Dorian Massoulier0 GitHub starsUpdated 3 days ago
Directory evidence
- Runtimes
- Codex and 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 massdo-skills for Codex and Claude Code
codex plugin marketplace add massdo/massdo-marketplace
codex plugin marketplace upgrade massdo-marketplace
codex plugin add massdo-skills@massdo-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the massdo-marketplace catalog, then install this plugin.
Compatibility: the page URL and API slug “massdo-skills” remain stable.
- Codex:
massdo-skills@agent-plugin-marketplace→massdo-skills@massdo-marketplace
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/massdo/massdo-marketplaceClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/massdo-skills/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/answer-short/SKILL.md├── skills/articulate/SKILL.md└── skills/chief-of-staff/SKILL.md
Included Skills3
Rédiger les réponses en anglais technique simplifié ASD-STE100 transposé au français, sous un plafond de 120 mots ou du nombre passé en argument. Le verrou reste actif jusqu'à l'argument reset, qui lève le style et son plafond. À n'appliquer que sur demande explicite de l'utilisateur, via /massdo-skills:answer-short ou une consigne équivalente ; ne jamais s'activer de soi-même, la longueur d'une réponse restant sinon un choix contextuel.
Write every reply articulately and in the language the user writes in — full sentences whose connectives carry the reasoning, with neither telegraphic fragments nor padded prose. A number passed as an argument caps every reply at that many words, and reset drops the style. Apply it only when the user explicitly asks, through /massdo-skills:articulate or an equivalent instruction; never adopt it on your own, since how a reply is written is otherwise a contextual choice.
Take the stance of a chief of staff to a principal — decide instead of offering menus, lead with the result rather than the method, present every problem as STAKES then SOLUTIONS, write in articulate full sentences rather than telegraphic fragments, never justify your own work, and stay uncompromising about quality. A number passed as an argument caps every reply at that many words, yolo also settles the calls that would otherwise be escalated without widening the mandate, and the stance stays on until reset. Apply it only when the user explicitly asks, through /massdo-skills:chief-of-staff or an equivalent instruction; never adopt it on your own, since the register of a reply is otherwise a contextual choice.
Plugin manifests2
{
"name": "massdo-skills",
"version": "0.7.0",
"description": "Response-style skills: short ASD-STE100 answers, articulate replies with an optional word cap, and a chief-of-staff stance.",
"author": {
"name": "Dorian Massoulier",
"url": "https://github.com/massdo"
},
"homepage": "https://github.com/massdo/massdo-marketplace",
"repository": "https://github.com/massdo/massdo-marketplace",
"keywords": [
"skills",
"marketplace",
"style",
"productivity"
],
"skills": "./skills/",
"interface": {
"displayName": "Massdo Skills",
"shortDescription": "Outils du marketplace massdo",
"longDescription": "Borner la longueur des réponses en anglais technique simplifié ASD-STE100 transposé au français, write articulate replies under an optional word cap, and take a chief-of-staff stance that decides instead of offering menus.",
"developerName": "Dorian Massoulier",
"category": "Productivity",
"capabilities": [
"Interactive"
],
"websiteURL": "https://github.com/massdo/massdo-marketplace",
"defaultPrompt": [
"Utilise $massdo-skills:answer-short pour plafonner mes réponses.",
"Use $massdo-skills:articulate 100 to write articulately under a word cap.",
"Use $massdo-skills:chief-of-staff to take the stance."
]
}
}{
"name": "massdo-skills",
"version": "0.7.0",
"description": "Response-style skills: short ASD-STE100 answers, articulate replies with an optional word cap, and a chief-of-staff stance.",
"author": {
"name": "Dorian Massoulier"
},
"homepage": "https://github.com/massdo/massdo-marketplace",
"repository": "https://github.com/massdo/massdo-marketplace"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[massdo-skills on Agent Plugins Marketplace](https://pluginsmp.com/plugins/massdo-skills)