Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 875 Bytes

File metadata and controls

23 lines (12 loc) · 875 Bytes

Contributing

Source Code Changes

Accepted: Bug fixes, security fixes, simplifications, reducing code.

Not accepted: Features, capabilities, compatibility, enhancements. These should be skills.

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.

Why?

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.

Testing

Test your skill by running it on a fresh clone before submitting.