code-setup-project

Installation
SKILL.md

Set up a project development environment with wrapper scripts and/or a Nix flake.

Parameters

  • location: Desired location for setup artifacts.
    • "machine-local": Inside .my/ (ignored by git, good for personal tools).
    • "project-local": Root level (e.g., bin/, flake.nix).
  • setup_types: What to set up ("wrapper", "flake", or "both").

If these parameters are not explicitly provided in the request, infer them from context or ask the user for clarification before proceeding.

Process

For each setup type selected:

Wrapper Scripts

Installs
17
Repository
sirn/dotfiles
GitHub Stars
8
First Seen
Mar 3, 2026
code-setup-project — sirn/dotfiles