Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
Dépôt GitHub

arcs

arcs contient 15 skills collectées depuis rryando, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
15
Stars
4
mis à jour
2026-06-22
Forks
1
Couverture métier
3 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

deep-pr-review
Analystes en assurance qualité des logiciels et testeurs

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
Développeurs de logiciels

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

2026-06-22
init-project
Développeurs de logiciels

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
Analystes en assurance qualité des logiciels et testeurs

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

2026-06-22
test-driven-development
Analystes en assurance qualité des logiciels et testeurs

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

2026-06-22
writing-plans
Développeurs de logiciels

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

2026-06-22
writing-knowledge
Autres occupations informatiques

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
Développeurs de logiciels

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
Autres occupations informatiques

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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

2026-06-11
to-diagram
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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