← all plugins

Ls Code

by @landonschropp · plugin · 5 skills

Language-agnostic coding skills

Install the whole plugin (CLI)
npx skillmds add landonschropp/schedule npx skillmds add landonschropp/pre-review npx skillmds add landonschropp/self-destruct npx skillmds add landonschropp/project-conventions npx skillmds add landonschropp/comments-and-documentation
⬇ Download

Skills in this plugin

  1. schedule · landonschropp
    Use when creating or editing a macOS LaunchAgent for a recurring or scheduled script. Covers plist structure, PATH resolution, multiple trigger times, the reload workflow, and which behaviors launchd already handles so they don't need to be rebuilt.
    1
    repo stars
  2. pre-review · landonschropp bundle
    Use when a commit's changes are finished and about to be presented for review. Runs the checks that catch the objections the user would otherwise raise, before they spend time reviewing.
    1
    repo stars
  3. self-destruct · landonschropp
    Use when creating a note, document, script or project that shouldn't outlive a known date — interview prep, a migration, a course, a time-boxed experiment — so it gets deleted on time instead of rotting in the repository.
    1
    repo stars
  4. project-conventions · landonschropp
    Use when setting up a new personal project, or when deciding which root file a piece of documentation, configuration, environment variable, or agent instruction belongs in. Covers the standard root files and what each one owns. Does not cover source code layout.
    1
    repo stars
  5. comments-and-documentation · landonschropp bundle
    Use when writing or editing a code comment or a documentation block, and when reviewing the comments and documentation in a diff before presenting it. Decides what stays in the source, what moves to reference documentation, and what gets deleted.
    1
    repo stars