This generates README and DESIGN scaffolds for new modules by analyzing directory structure, dependencies, and code signatures. It's automatic, not user-invoked, so it runs right after module creation to give you templates while decisions are fresh. The Python support is strongest (pulls docstrings, class signatures), while other languages get directory trees and dependency lists. The key insight here is brutally honest: it fills the easy parts like module names and file lists, but leaves TODO placeholders for everything that matters, like why you made specific design choices or what you deliberately chose not to build. The source is clear that leaving those TODOs unfilled past a day means you'll forget the reasoning and documentation quality tanks. Supports a force flag but warns against using it if humans have already written content.
npx -y skills add telagod/code-abyss --skill generating-docs --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
supercent-io/skills-template
supercent-io/skills-template
huangjia2019/claude-code-engineering
reactjs/react.dev
reactjs/react.dev