Skip to main content
Run any Skill in Manus
with one click
rivettidaniel
GitHub creator profile

rivettidaniel

Repository-level view of 54 collected skills across 1 GitHub repositories.

skills collected
54
repositories
1
updated
2026-04-22
repository map

Where the skills live

Top repositories by collected skill count, with their share of this creator catalog and occupation spread.

repository explorer

Repositories and representative skills

skill-creator
software-developers

Create new Rails skills, modify and improve existing ones. Use when the user wants to build a new skill from scratch, improve an existing skill, capture a workflow as a reusable skill, or turn a repeated Rails pattern into a skill. Triggers on: "create a skill", "new skill for", "turn this into a skill", "skill for X", "add a skill", "improve this skill".

2026-04-22
bulk-operations
software-developers

Bulk insert, upsert, and update operations in Rails - insert_all, upsert_all, update_all, find_in_batches, and activerecord-import. Use when processing large datasets, imports, or batch writes that would be too slow with individual ActiveRecord saves.

2026-04-22
job-fan-out-pattern
software-developers

Fan-out scheduler pattern - one orchestrator job dispatches many worker jobs efficiently using perform_all_later and Set-based filtering. Use when processing large external datasets, scheduled syncs, or any operation that reads N records and needs to dispatch N background jobs without blocking.

2026-04-22
queue-concurrency-throttling
software-developers

Queue-level concurrency controls in Solid Queue to respect external API rate limits. Use when a job calls a third-party API with burst or concurrency limits, or when you need to cap how many instances of a job type run in parallel across all workers.

2026-04-22
solid-queue-setup
software-developers

Configures Solid Queue for background jobs in Rails 8. Use when setting up background processing, creating background jobs, configuring job queues, or migrating from Sidekiq to Solid Queue.

2026-04-22
error-handling-patterns
software-developers

Rails error handling - custom exception hierarchy, rescue_from in controllers, consistent API error responses, Sentry integration, and the bridge between dry-monads Failure() and HTTP status codes.

2026-04-20
external-api-integration
software-developers

Structuring Rails services that call external APIs — gateway layer separation, response normalization, error message extraction with dig fallback chains, token refresh management, and transaction coordination with external cleanup on DB failure.

2026-04-20
service-composition-patterns
software-developers

How to compose multiple service objects — Leaf vs Orchestrator distinction, self.build() DI factory, Failure propagation with do-notation yield, side effect placement rules, and transaction coordination with external cleanup.

2026-04-20
Showing top 8 of 54 collected skills in this repository.
Showing 1 of 1 repositories
All repositories loaded