Marketplace making-commits

Guidelines on makign git commits

install
source · Clone the upstream repo
git clone https://github.com/aiskillstore/marketplace
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/aiskillstore/marketplace "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/crossbill-highlights/making-commits" ~/.claude/skills/aiskillstore-marketplace-making-commits && rm -rf "$T"
manifest: skills/crossbill-highlights/making-commits/SKILL.md
source content

When working on bigger tasks follow these guidelines to ensure clear and maintainable commit history:

  • Make small and focused commits that address a single concern or feature.
  • Break big changes into logical separated commits
  • Always run linter and formatting before committing.