viteinfinite
@viteinfinite
Public Skills
lightspec-loop
by viteinfinite
Use when systematically implementing LightSpec change proposals through clean, sequential delegation
request-recorder
by viteinfinite
Recorder CLI skill that captures HTTP payloads during debugging sessions and allows to review and log recent requests quickly.
openspec-loop
by viteinfinite
Use when systematically implementing OpenSpec change proposals through clean, sequential delegation
pm2-server-control
by viteinfinite
Start and stop a server with pm2 using pm2 start ./my-server --name <name> --no-autorestart, plus common supporting commands for status, logs, restart, and cleanup.
documentation-updater
by viteinfinite
Use when implementing features, refactors, or fixes that affect core functionality, configuration, infrastructure, or integrations. Ensures documentation stays accurate by updating README, operational guides, and reference docs, and verifying links/commands remain correct.
commit-style-enforcer
by viteinfinite
Use when creating git commits. Learns repository-specific commit style patterns from history, caches them, and enforces consistency.