Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

shortcuts

shortcuts에는 plusplusoneplusplus에서 수집한 skills 31개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
31
Stars
7
업데이트
2026-07-25
Forks
5
직업 범위
직업 카테고리 8개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

coc-knowledge
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 개발자

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
기타 컴퓨터 관련 직업

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
웹·디지털 인터페이스 디자이너

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
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 품질 보증 분석가·테스터

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
웹 개발자

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
소프트웨어 개발자

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
프로젝트 관리 전문가

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
웹·디지털 인터페이스 디자이너

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
소프트웨어 개발자

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
소프트웨어 품질 보증 분석가·테스터

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
소프트웨어 개발자

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
소프트웨어 개발자

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
컴퓨터·정보 시스템 관리자

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
소프트웨어 개발자

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
소프트웨어 개발자

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
비서 및 행정 보조원(법률, 의료 및 임원 제외)

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
소프트웨어 품질 보증 분석가·테스터

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
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 품질 보증 분석가·테스터

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
소프트웨어 개발자

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
소프트웨어 개발자

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