Accepted: Bug fixes, security fixes, simplifications, reducing code.
Not accepted: Features, capabilities, compatibility, enhancements. These should be skills.
A skill is a markdown file in .claude/skills/ that teaches Claude Code how to transform a NanoClaw installation.
A PR that contributes a skill should not modify any source files.
Your skill should contain the instructions Claude follows to add the feature—not pre-built code. See /convert-to-docker for a good example.
Every user should have clean and minimal code that does exactly what they need. Skills let users selectively add features to their fork without inheriting code for features they don't want.
Test your skill by running it on a fresh clone before submitting.