This is the skill you install when you're tired of Claude giving you placeholder comments and "rest of the code here" cop-outs. It enforces complete output by banning patterns like `// ...`, `// TODO`, and phrases like "let me know if you want me to continue." The approach is blunt: treat every response as production code, no partial outputs, no structural shortcuts. If you ask for five components, you get five components, not one example and a description. It's particularly relevant for code generation workflows where you need the full implementation upfront, not a skeleton you have to keep prompting to fill in. The trade-off is verbosity, but that's the point.
npx -y skills add nexu-io/open-design --skill full-output-enforcement --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
leonxlnx/taste-skill
supercent-io/skills-template
supercent-io/skills-template