My personal collection of agent skills.
Guidelines for working on a ParoiCMS website directory (themes, templates, configuration).
npx skills add https://github.com/paleo/skills --skill paroicms-websitePleasant BEM syntax and methodology for writing CSS class names.
npx skills add https://github.com/paleo/skills --skill pleasant-bem-cssConventions for writing sharp, concise prose and Markdown, for humans and AI agents.
npx skills add https://github.com/paleo/skills --skill sharp-writingDiscipline for administering a machine from a git repo that documents its configuration: docs/ runbooks, a .reports/ journal, and running commands safely.
npx skills add https://github.com/paleo/skills --skill sysadmin## Sysadmin workflow
Follow the `sysadmin` skill: record steps as runbooks under `docs/`, keep a per-task `.reports/` journal, and run commands carefully.
Two agents work on this repo — your role depends on which you are:
- **Laptop**: **support** — edits docs, never executes on the server.
- **VPS** (`~/<path-to-admin-repository>` on `<hostname>`, as `<user>`): **operator** — edits docs *and* executes.Replace the placeholders with values specific to the machine (the server) you run commands on:
<path-to-admin-repository>: the path to the repository;<hostname>: the VPS hostname;<user>: the Linux user you log in as on the server.
TypeScript and JavaScript coding style conventions, built around top-down narrative ordering and functions over classes.
npx skills add https://github.com/paleo/skills --skill top-down-typescript