Add Claude Code skill for MakeBind usage guidance#50
Merged
Conversation
- Add .claude/skills/makebind/SKILL.md with AI-focused documentation - Add mb/skill/install and mb/skill/uninstall targets in core/targets.mk - Add mb_is_symlink and mb_is_not_symlink helpers in core/util.mk - Add 5 tests for symlink helpers - Add coding guidelines to CLAUDE.md ($(if) formatting, file headers, $(strip) in define blocks, debug logging, nested includes) - Fix pre-existing LocalStack test expectation (2 errors, not 3) CHANGELOG.md: Added entry for v3.0.1
localstack_test.mk: Make test environment-aware - Detect if LocalStack is reachable before setting expectations - Expect 2 errors when LocalStack is running (curl succeeds) - Expect 3 errors when LocalStack is NOT running (curl fails) - Fixes CI failure where LocalStack service is not available
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
.claude/skills/makebind/SKILL.mdmb/skill/installandmb/skill/uninstalltargets for global installation via symlinkmb_is_symlinkandmb_is_not_symlinkhelpers tocore/util.mk$(if)formatting, file headers,$(strip)usage, debug logging, nested includes)Test plan
Files changed
.claude/skills/makebind/SKILL.mdcore/targets.mkcore/util.mkCLAUDE.mdtests/unit/core/util_test.mkmodules/.../localstack_test.mkCHANGELOG.md🤖 Generated with Claude Code