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

shortcuts

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

skills collectés
31
Stars
7
mis à jour
2026-07-25
Forks
5
Couverture métier
8 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

coc-knowledge
Développeurs de logiciels

Comprehensive reference for CoC (Copilot of Copilot) architecture — server, memory system, LLM tools, SDK wrapper, process store, workflow engine, deep-wiki, and dashboard SPA. Use whenever the user asks anything related to CoC (Copilot of Copilot), forge, deep-wiki, coc-client, the CoC server, dashboard, workflow engine, memory system, LLM tools, process store, or any of their subsystems. Also use whenever you need background knowledge to answer a question, plan a change, or ground your reasoning in this codebase — read the relevant reference file(s) under `references/` before responding. Use when building, modifying, debugging, or explaining CoC features, or when understanding how subsystems interact.

2026-07-25
submit-commits-as-pr
Développeurs de logiciels

Submit a single commit or a range of commits as a new GitHub pull request. Cherry-picks the commits onto a fresh branch off the latest origin/main, pushes, opens the PR via `gh`, and enables auto-merge by default. On any cherry-pick/rebase conflict the script aborts the entire submit; the AI must NOT attempt to resolve conflicts. Use when the user asks to "open a PR for this commit", "send commits X..Y as a PR", "PR-ify these commits", or similar.

2026-07-19
loop
Développeurs de logiciels

Schedule recurring follow-up messages into the current conversation. Supports fixed-interval monitoring and one-shot wakeups for dynamic self-pacing.

2026-07-19
impl
Développeurs de logiciels

MUST BE LOADED for any code change in this repository. Implements the requested code change and adds comprehensive test coverage, ensuring tests pass across Linux, macOS, and Windows. Use whenever you are about to modify, add, refactor, fix, or delete source code in this repo — including bug fixes, feature work, refactors, and small tweaks. Use when you need to execute implementation work (not just planning) and must include tests. Commit the changes to the repository after the implementation is complete.

2026-07-19
delegate
Autres occupations informatiques

Delegate a job from the current chat to a new conversation. Use when the user asks to delegate or hand off work.

2026-07-17
draft
Concepteurs web et d'interfaces numériques

Draft a user experience specification for a requested CoC feature. Use when planning new features, designing user flows, or creating UX specs for the CoC dashboard, CLI, server, or Node packages.

2026-06-28
pipeline-generator
Développeurs de logiciels

Generate optimized YAML pipeline configurations from natural language requirements, or DAG workflow configurations for complex multi-stage processing with fan-out, fan-in, and scripting. Ask clarifying questions about task type, data source, and output format before creating pipelines. Use when users want to create, design, or build a pipeline or workflow for data processing, classification, research, or analysis tasks.

2026-06-28
pipeline-generator
Développeurs de logiciels

Generate optimized YAML pipeline configurations from natural language requirements, or DAG workflow configurations for complex multi-stage processing with fan-out, fan-in, and scripting. Ask clarifying questions about task type, data source, and output format before creating pipelines. Use when users want to create, design, or build a pipeline or workflow for data processing, classification, research, or analysis tasks.

2026-06-28
dream
Développeurs de logiciels

System prompts for the CoC Dream analyzer and critic internal steps — proposes and validates high-confidence dream card candidates from completed workspace conversations.

2026-06-12
ultra-ralph
Développeurs de logiciels

Core instruction sets for Ralph autonomous coding loop phases — grill (clarification), synthesis (goal extraction), execution (iteration), iteration (user prompt), and final-check (validation).

2026-06-09
classify-diff
Analystes en assurance qualité des logiciels et testeurs

Classify every hunk in a pull request or commit diff by change type (logic, mechanical, test, simple, generated) so reviewers can focus on what matters.

2026-06-05
browser-test-with-restart
Développeurs web

Debug and verify web UI issues by opening pages in a real browser, checking for errors, applying code fixes, rebuilding, and re-testing. Restart the coc dev server ONLY when the user explicitly asks for a restart — otherwise stop and ask for confirmation before restarting. Use when the user asks to debug a web page, verify a UI fix in the browser, or test a localhost page after code changes.

2026-06-04
skill-hardening
Développeurs de logiciels

Harden a skill from one failure case without overfitting — name the failure class, derive an abstract rule, validate it against three cases, then emit a minimal diff.

2026-06-02
grill-me
Spécialistes en gestion de projets

Interview the user about a plan or design and produce an autonomy-ready spec artifact. Use when the user wants to stress-test a plan, get grilled on a design, mentions "grill me", or when promoting an ask-mode chat into a Ralph loop.

2026-05-31
excalidraw-diagram
Concepteurs web et d'interfaces numériques

Generate, read, and iteratively modify Excalidraw diagrams from natural language descriptions. Use when asked to "create a diagram", "make a flowchart", "visualize a process", "draw a system architecture", "create a mind map", or "iterate on an existing diagram". Supports flowcharts, relationship diagrams, mind maps, system architecture, data flow, swimlane, class, sequence, and ER diagrams. Produces interactive previews inline in chat via `excalidraw://` links.

2026-05-19
coc-chat
Développeurs de logiciels

Access, search, analyze, and submit CoC conversation process records via REST API to a running CoC server (chat, run-workflow, run-script, follow-up, stream, search, list, stats). Use when the user asks to find, read, search, summarize, analyze, submit, or send tasks to CoC.

2026-05-12
test-gap-analysis
Analystes en assurance qualité des logiciels et testeurs

Identify test coverage gaps in a given code area. Supports three modes: unit-test (pure logic), functional-test (integration with real I/O), and mock-e2e (mock-based end-to-end). Use when you want to find missing tests, audit test coverage, or plan new test work for a package or module.

2026-05-09
for-each
Développeurs de logiciels

Process a list of items by dispatching ONE sub-agent per item, strictly sequentially (await each before the next). Same per-item sub-task and final summary contract as map-reduce — only the dispatch order differs. Only invoke when the user explicitly asks for the for-each skill or pattern by name. Do not auto-select for general tasks.

2026-05-09
map-reduce
Développeurs de logiciels

Process a list of items by dispatching one sub-agent per item in parallel (up to max_parallel concurrent), then aggregate results into a final summary. Same per-item sub-task and final summary contract as for-each — only the dispatch order differs. Only invoke when the user explicitly asks for the map-reduce skill or pattern by name. Do not auto-select for general tasks.

2026-05-09
swe-1on1-notes
Gestionnaires des systèmes informatiques et d'information

Synthesizes rough software engineering manager 1:1 notes into themes, follow-ups, commitments, risks, coaching signals, and next-meeting prep. Use in the My Work workspace when working with 1:1 notes or people-management notes.

2026-05-07
terse-replies
Développeurs de logiciels

Ultra-compressed reply mode. Cuts token usage ~50% while keeping full technical accuracy. Use when user asks to "be brief", "be terse", "less tokens", "compact mode", or invokes /terse. Auto-triggers on explicit token-efficiency requests.

2026-05-03
kb-refresh
Développeurs de logiciels

Distill recent CoC chat histories into knowledge-base skill improvements. Scans new conversations since the last run, proposes additions/updates/removals, and patches skill files on confirmation. Use when you want to refresh or update a knowledge-base skill from past chats.

2026-05-02
fresh-written
Secrétaires et assistants administratifs (sauf juridique, médical et direction)

Rewrite documents, plans, and notes as if authored fresh each iteration — produce only the final intended state, never patch deltas on top of the previous version. Use whenever you update an existing document, plan, design note, AGENTS.md, README, MEMORY.md, or any persistent text artifact.

2026-04-28
rethink
Analystes en assurance qualité des logiciels et testeurs

Review a bug fix proposal and evaluate whether it is the cleanest solution. Use when you want to critically assess a fix for root cause alignment, simplicity, consistency, technical debt, side effects, and idiomatic alternatives. If improvements exist, propose a better fix and explain why.

2026-04-28
code-refactoring
Développeurs de logiciels

Automated code refactoring suggestion. Use when reviewing a commit range or code area to propose critical, high-value, high-confidence refactorings that must be addressed immediately to avoid technical debt. This skill drafts a refactoring plan instead of making direct code changes.

2026-04-13
go-deep
Développeurs de logiciels

Advanced research and verification methodologies using multi-phase approaches and parallel sub-agents. Use for deep research on complex topics, multi-model verification of arguments, or decomposing features into atomic commit plans.

2026-04-13
skill-for-skills
Développeurs de logiciels

Create and update Agent Skills following the agentskills.io specification. Use when creating new skills, updating existing skills, or validating skill structure.

2026-04-13
go-deep
Développeurs de logiciels

Advanced research and verification methodologies using multi-phase approaches and parallel sub-agents. Use for deep research on complex topics, multi-model verification of arguments, or decomposing features into atomic commit plans.

2026-03-18
code-review
Analystes en assurance qualité des logiciels et testeurs

Review commits, pull requests, diffs, or files against repository-specific standards by selecting relevant rule references and delegating each rule to a focused code-review subagent.

2026-03-09
skill-for-skills
Développeurs de logiciels

Create and update Agent Skills following the agentskills.io specification. Use when creating new skills, updating existing skills, or validating skill structure.

2026-02-27
update-agents-md
Développeurs de logiciels

Update AGENTS.md files across the repository to reflect the latest codebase status and create missing ones for critical folders. Uses sub-agents to explore and write in parallel, preserving main context. Use when AGENTS.md files are outdated or missing.

2026-02-24