Skip to content

Add basic Makefile with help, install, clean, and lint targets #4

Description

@kluzny

Add a Makefile to the repo root that provides common development tasks.

Requirements

  • make help — default target; prints available targets with descriptions
  • make install — installs/symlinks skills locally (wraps ./scripts/install.sh)
  • make clean — removes installed symlinks (wraps ./scripts/uninstall.sh)
  • make lint — runs shellcheck against all shell scripts in the repo

Notes

  • help should be the default target (i.e. running bare make prints help)
  • Help output should be auto-generated from ## comments on each target
  • lint requires shellcheck to be installed; should fail clearly if it's missing

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions