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

arcs

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

已收集 skills
15
Stars
4
更新
2026-06-22
Forks
1
职业覆盖
3 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

deep-pr-review
软件质量保证分析师与测试员

Use when the user provides a GitHub PR link with a "deep review" trigger inside a locally cloned repo, to perform a thorough multi-dimensional code review grounded in ARCS DAG context, AGENTS.md conventions, and optional codegraph coupling analysis, then post findings as inline GitHub review comments under explicit user gate

2026-06-22
executing-plans
软件开发工程师

Use when you have a written implementation plan to execute in a separate session with review checkpoints

2026-06-22
init-project
软件开发工程师

Use when initializing a new ARCS project — bootstrapping a repo into the DAG with metadata, docs, and structural knowledge entries. Covers gather → present summary → init → codegraph ingestion → fan-out analysis across typed sub-agents.

2026-06-22
requesting-code-review
软件质量保证分析师与测试员

Use when completing tasks, implementing major features, or before merging to verify work meets requirements

2026-06-22
test-driven-development
软件质量保证分析师与测试员

Use when implementing any feature or bugfix, before writing implementation code

2026-06-22
writing-plans
软件开发工程师

Use when you have a spec or requirements for a multi-step task, before touching code

2026-06-22
writing-knowledge
其他计算机职业

Use when capturing a knowledge entry, before writing its body — to author a substantive per-kind body, not a summary-only stub

2026-06-22
brainstorming
软件开发工程师

You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Challenges user intent, stress-tests requirements, and forces precision before design.

2026-06-20
code-agent
其他计算机职业

Use when the task is mostly clear (50-90%) with one or two open decisions that can likely be resolved by inspecting the repo — not fully bounded, not a blank-slate design problem

2026-06-20
quick-dev
软件开发工程师

Use when the task is fully bounded with no open decisions — rename, refactor, extract, multi-var/multi-file change, API shape already known, config nudge, copy update, trivial targeted bugfix

2026-06-20
the-ladder
软件开发工程师

Use before writing code as a constructive minimalism reflex — triggers: 'minimal solution', 'simplest thing that works', 'do less', 'shortest path', 'reach for stdlib first', 'before writing code'. Auto-layers onto quick-dev / code-agent to build the smallest thing that works before reaching for new code or dependencies.

2026-06-20
systematic-debugging
软件开发工程师

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes

2026-06-11
to-diagram
软件开发工程师

Use when creating or updating a Mermaid diagram for a ARCS plan — selecting dialect, encoding task status via classDef, managing the standalone .mmd file, and detecting or resolving diagram/metadata drift.

2026-06-11
enriching-codegraph-proposals
软件开发工程师

Use when `arcs project init` or `arcs codegraph-sync` returns `pending_enrichment: true` — drives the per-proposal verdict loop (keep/drop/merge) and produces agent-authored knowledge entries from raw codegraph proposals.

2026-06-08
caveman-commit
软件开发工程师

Use when writing git commit messages, especially when ARCS Caveman mode is active. Produces Conventional Commits with terse, intent-preserving prose. Subject ≤50 chars; body only when the "why" isn't obvious from the diff.

2026-05-28