Skip to main content
Run any Skill in Manus
with one click
GitHub repository

rs-summarizer

rs-summarizer contains 17 collected skills from plops, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
17
Stars
0
updated
2026-06-07
Forks
0
Occupation coverage
3 occupation categories · 100% classified
repository explorer

Skills in this repository

gemini-api-models
software-developers

Use when selecting a Gemini model, checking rate limits or quotas, configuring the gemini-rust crate, or debugging model name mismatches.

2026-06-07
skill-creator
software-developers

Create new Kiro skills (Agent Skills). Use when asked to create a skill, write a SKILL.md, add a new workflow to .kiro/skills/, or package agent instructions as a reusable skill.

2026-05-09
release-process
software-developers

Use when creating a release, bumping the version, tagging a commit, or working with the GitHub Actions release workflow for rs-summarizer.

2026-05-01
askama-templates
web-developers

Use when editing or creating Askama HTML templates, adding template variables, fixing compile-time template errors, or working with HTMX attributes in templates.

2026-05-01
background-tasks
software-developers

Use when working with tokio::spawn background tasks, the summarization pipeline, task state transitions, or the mark_error/mark_summary_done pattern.

2026-05-01
cargo-workflow
software-developers

Use when building, running, linting with clippy, formatting with rustfmt, or running cargo commands for the rs-summarizer project.

2026-05-01
dependency-updates
software-developers

Use when updating Cargo dependencies, checking for new crate versions, evaluating semver bumps, or deciding whether to upgrade a specific crate.

2026-05-01
environment-setup
software-developers

Use when setting up the development environment, installing prerequisites, configuring API keys, or troubleshooting missing dependencies like uvx, geckodriver, or Firefox cookies.

2026-05-01
error-handling
software-developers

Use when adding new error variants, propagating errors between service layers, or working with the thiserror error hierarchy and the mark_error pattern.

2026-05-01
integration-testing
software-quality-assurance-analysts-and-testers

Use when writing or running integration tests that call the Gemini API, yt-dlp, or browser tests with geckodriver and fantoccini.

2026-05-01
markdown-processing
software-developers

Use when working with the markdown converter, YouTube format text, timestamp links, or the pulldown-cmark HTML renderer.

2026-05-01
polling-mechanism
software-developers

Use when modifying HTMX polling behavior, generation status responses, the hx-trigger stop pattern, or debugging infinite spinner issues.

2026-05-01
rate-limiting
software-developers

Use when working with per-model daily request counters, rate limit errors, the America/Los_Angeles reset logic, or RPD quota enforcement.

2026-05-01
sqlite-sqlx-patterns
software-developers

Use when writing sqlx queries, working with SQLite WAL mode, storing or loading embedding blobs, or modifying the database schema.

2026-05-01
testing
software-quality-assurance-analysts-and-testers

Use when adding unit tests, running cargo test, checking test coverage, or matching Python ground truth fixtures for utils.

2026-05-01
vtt-parsing
software-developers

Use when modifying the WebVTT parser, debugging timestamp truncation, matching Python webvtt library behavior, or working with subtitle files.

2026-05-01
yt-dlp-invocation
software-developers

Use when invoking yt-dlp via uvx, handling subtitle download failures, working with Firefox cookie authentication, or debugging format resolution errors.

2026-05-01