writing code
Write code to implement features or fix issues.
$ 安裝
git clone https://github.com/neurostuff/NiMARE /tmp/NiMARE && cp -r /tmp/NiMARE/.skills/writing_code ~/.claude/skills/NiMARE// tip: Run this command in your terminal to install the skill
SKILL.md
name: writing code description: Write code to implement features or fix issues.
Writing Code
- check for backwards compatibility if function is public and existed before the git branch was created
- Use test driven development, write tests first, then write code to pass the tests
- use
blackto format code. - prefer to re-use/modifying existing functions over writing new functions, check codebase for existing solutions
Repository

neurostuff
Author
neurostuff/NiMARE/.skills/writing_code
201
Stars
60
Forks
Updated6d ago
Added1w ago