Agent skills curated for my own workflows.
Install the full collection:
npx skills@latest add damacus/skillsInstall a single skill:
npx skills@latest add damacus/skills --skill <skill-name>Install the Ruby router globally into the shared agent skill directory:
npx skills@latest add damacus/skills --skill ruby --globalSkills are organized by category under skills/.
- fish-shell
- ruby — Ruby and Rails router covering RSpec, Minitest, Cucumber, quality, coverage, databases, and tooling.
The ruby skill replaces the former standalone Rails, RSpec, SimpleCov,
RuboCop, RubyCritic, Ruby LSP, design-review, and PostgreSQL analyzer entry
points. Install and invoke ruby; it conditionally loads only the guidance the
detected project and task require.
skills/engineering/skills/language/skills/operations/skills/productivity/skills/security/skills/tui/skills/ui/skills/workflow/
Run the focused authored-source checks from the repository root:
task testThis validates the Ruby package, all published skill frontmatter, internal links, the README inventory, router targets, bundled scripts, and Markdown for the changed Ruby-router documentation. Unrelated legacy Markdown is outside this focused gate.