Skip to main content
GitHub 仓库

rara

rara 收录了来自 linkerdog 的 9 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
9
Stars
14
更新
2026-07-27
Forks
1
职业覆盖
2 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

rara-codebase
软件开发工程师

Use when you need to understand the RARA codebase structure — what each file does, where subsystems live, and how they connect. The index maps every source file to its role.

2026-07-27
release-rara
软件开发工程师

Use when preparing, validating, tagging, or troubleshooting a RARA release. Enforces the release order that prevents tag versions from diverging from the Cargo package version.

2026-07-06
handle-unused-code
软件开发工程师

Handle unused code warnings by investigating purpose via journals, then choose the right fix: suppress, wire-up, or remove.

2026-06-11
add-tests
软件质量保证分析师与测试员

Add or update tests for the RARA codebase. Use when implementing non-trivial behavior changes, fixing regressions, tightening TUI rendering, or adding repo-specific test coverage in Rust. Especially relevant for focused unit tests, TUI snapshot tests, agent/runtime regressions, and behavior-driven test updates in this repository.

2026-05-12
project-github-titles
软件开发工程师

Use when preparing commit messages, pull request titles, or first-line summaries for the RARA repository. Enforces the repo's short conventional title subset using feat, fix, chore, or test.

2026-05-12
rara-docs-journal
软件开发工程师

Use when creating, updating, or reviewing RARA implementation journals under docs/journal/. Applies to dated rollout notes, implementation checkpoints, validation evidence, and deciding what belongs in a journal versus a feature spec or docs/todo.md.

2026-05-12
rara-docs-spec
软件开发工程师

Use when creating, revising, or reviewing RARA canonical feature specs under docs/features/. Applies to stable runtime, TUI, protocol, memory, provider, skill, plugin, and tool contracts, including scope boundaries and validation matrices.

2026-05-12
support-acp
软件开发工程师

Guide for building external clients (IDE plugins, agents) that integrate with RARA via the Agent Client Protocol (ACP). Use when adding ACP support to an external system, debugging ACP transport issues, or extending RARA's control plane for new protocol clients.

2026-05-09
context-cache-management
软件开发工程师

Extend RARA context compression, provider cache behavior, memory placement, or model context budgeting while preserving stable prompt prefixes.

2026-05-06