Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

rs-summarizer

rs-summarizer 收录了来自 plops 的 17 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
17
Stars
0
更新
2026-06-07
Forks
0
职业覆盖
3 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

gemini-api-models
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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
网页开发工程师

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
软件开发工程师

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
软件开发工程师

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

2026-05-01
dependency-updates
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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
软件质量保证分析师与测试员

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
软件开发工程师

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

2026-05-01
polling-mechanism
软件开发工程师

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

2026-05-01
rate-limiting
软件开发工程师

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
软件开发工程师

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

2026-05-01
testing
软件质量保证分析师与测试员

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

2026-05-01
vtt-parsing
软件开发工程师

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
软件开发工程师

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

2026-05-01