From 7748b953f0f61510c43c2434a906e4f831644610 Mon Sep 17 00:00:00 2001 From: Alex Clarke Date: Mon, 24 Aug 2026 15:07:50 -0600 Subject: [PATCH] docs: extend the mattpocock/skills credit to the codebase-design adaptations Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus --- CREDITS.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/CREDITS.md b/CREDITS.md index 074acb3..a46a552 100644 --- a/CREDITS.md +++ b/CREDITS.md @@ -2,11 +2,14 @@ ## Matt Pocock's Skills -The bundled `diagnosing-bugs` skill and the code smell baseline in the bundled +The bundled `diagnosing-bugs` and `codebase-design` skills, the +`architecture-reviewer` agent, and the code smell baseline in the bundled `code-review` skill are adapted from [mattpocock/skills](https://github.com/mattpocock/skills) by Matt Pocock, -licensed under the MIT License. The smell definitions themselves trace back to -Martin Fowler's *Refactoring* (ch. 3). +licensed under the MIT License. The smell definitions trace back to Martin +Fowler's *Refactoring* (ch. 3); the deep-module vocabulary builds on John +Ousterhout's *A Philosophy of Software Design* and Michael Feathers' +*Working Effectively with Legacy Code*. ## AIChat Coyote originally started as a fork of the fantastic