adalloul0928/developer-workflows
unversioned · 8b744041a6c0
Reusable first-party development quality workflows and shared developer MCPs
MCP servers
Declared in a file that clients do not read
This package ships a
.mcp.json. Agent Plugins reads MCP configuration from mcp.json, so a client installing this plugin finds no servers. The directory does not read the file either, and shows nothing from it.What this package declares
The file a client reads when it loads this plugin, exactly as this revision carries it.
plugin.json
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "developer-workflows",
"description": "Reusable first-party development quality workflows and shared developer MCPs",
"author": {
"name": "Arend Alloul"
},
"extensions": {
"com.agenttooling.adapters": {
"claude": {},
"codex": {
"skills": "./skills/",
"interface": {
"displayName": "Developer Workflows",
"shortDescription": "Run reusable development quality workflows",
"longDescription": "Run Arend's cross-project development quality workflows and use shared developer MCPs in Claude Code and Codex.",
"developerName": "Arend Alloul",
"category": "Developer Tools",
"capabilities": ["Read"],
"defaultPrompt": ["Use the matching developer workflow when the user explicitly requests it."]
}
}
}
}
}
What else this package ships
These files come with the package and this site does not publish them. They are listed so you know what is there before you install it.
- sync-agent-tooling.sh
Client extensions
Data this package carries for particular clients. The directory lists the clients named and never reads what is addressed to them.
- com.agenttooling.adapters