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-documentationSkills in this plugin
- ▌ schedule · landonschroppUse 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.
- ▌ pre-review · landonschropp bundleUse 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.
- ▌ self-destruct · landonschroppUse 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.
- ▌ project-conventions · landonschroppUse 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.
- ▌ comments-and-documentation · landonschropp bundleUse 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.