wondelai/code-craftsmanship
v1.6.0MIT
Code quality and software design skills including Clean Code (Robert C. Martin), Refactoring patterns (Martin Fowler), A Philosophy of Software Design (John Ousterhout), The Pragmatic Programmer (Hunt & Thomas), Domain-Driven Design (Eric Evans), and Working Effectively with Legacy Code (Michael Feathers)
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": "code-craftsmanship",
"version": "1.6.0",
"description": "Code quality and software design skills including Clean Code (Robert C. Martin), Refactoring patterns (Martin Fowler), A Philosophy of Software Design (John Ousterhout), The Pragmatic Programmer (Hunt & Thomas), Domain-Driven Design (Eric Evans), and Working Effectively with Legacy Code (Michael Feathers)",
"author": {
"name": "Wondel.ai",
"url": "https://wondel.ai"
},
"homepage": "https://github.com/wondelai/skills",
"repository": "https://github.com/wondelai/skills",
"license": "MIT",
"keywords": [
"clean-code",
"refactoring",
"code-quality",
"software-design",
"ddd",
"domain-driven-design",
"pragmatic",
"legacy-code",
"characterization-tests",
"seams",
"code-review",
"code-smells",
"technical-debt",
"over-engineered",
"untested-code"
]
}