Show HN: Just-Claude: Sync just recipes with Claude Skills (github.com)

🤖 AI Summary
Just-Claude is a tiny CLI that automatically exposes your project's justfile recipes as Claude Agent (Code) skills so human developers and Anthropic’s Claude can share the same toolset. Install with npm install -g just-claude and run just-claude init in a repo that has just; the tool injects a session hook and updates your Claude settings (backing up the original), generates skill files under .claude/skills, and keeps recipes synchronized. Comments in your justfile become recipe descriptions and template placeholders like {{name}} are preserved — e.g., a hello recipe turns into a just-hello skill that Claude can call. For AI/ML teams this is significant because it bridges local developer tasks (builds, deploys, test scripts) with an LLM agent’s action space, enabling reproducible, project-specific tooling for automation, debugging, and CI workflows. The CLI provides status/list/clean commands, lets you gitignore generated skills, and is MIT-licensed with a straightforward dev workflow. The main technical implications are convenience and tighter agent-to-project integration, but also a need for caution: exposing local commands to an autonomous agent raises security and safety considerations, so teams should review generated skills and control what recipes are published to the agent.
Loading comments...
loading comments...