neurostuff

writing-code

@neurostuff/writing-code
neurostuff
201
60 forks
Updated 1/6/2026
View on GitHub

Write code to implement features or fix issues.

Installation

$skills install @neurostuff/writing-code
Claude Code
Cursor
Copilot
Codex
Antigravity

Details

Path.skills/writing_code/SKILL.md
Branchmain
Scoped Name@neurostuff/writing-code

Usage

After installing, this skill will be available to your AI coding assistant.

Verify installation:

skills list

Skill Instructions


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 black to format code.
  • prefer to re-use/modifying existing functions over writing new functions, check codebase for existing solutions