Help us improve
Share bugs, ideas, or general feedback.
From makesmith
Generate root Makefile that delegates to Makefile.local and Makefile.deploy
npx claudepluginhub jugrajsingh/skillgarden --plugin makesmithHow this command is triggered — by the user, by Claude, or both
Slash command
/makesmith:makefile [project-path]The summary Claude sees in its command listing — used to decide when to auto-load this command
Invoke the `makesmith:generating-makefile` skill and follow it exactly.
/make-dogfoodAnalyzes Makefiles for completeness and coverage gaps, tests targets, generates missing ones, and optionally applies enhancements. Supports analyze, generate, apply modes with --dry-run previews.
/makefile-reviewAudits Makefiles for best practices and portability, analyzing dependencies, detecting recipe duplications, checking cross-platform compatibility, and providing recommendations.
/gen-taskfilesGenerates Taskfile.yml, Taskfile_dev.yml, and .pre-commit-config.yaml for Go projects with tasks for linting, testing, building, releases, and pre-commit hooks.
/project-initInitializes new projects with git repository, Makefile, pre-commit hooks, GitHub CI/CD workflows, and language-specific tooling for Python, Rust, or TypeScript.
/plan-projectPlans optimal file creation order for multi-file projects (3+ files), producing an architecture plan listing files, shared dependencies, numbered sequence with reasons, cross-references, and potential issues.
Share bugs, ideas, or general feedback.
Invoke the makesmith:generating-makefile skill and follow it exactly.