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

skills

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

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

이 저장소의 skills

do
기타 컴퓨터 관련 직업

Run the full autonomous pipeline against a work item — plan, implement, verify, PR, post-PR review + QA, wrap-up. Takes a GitHub issue

2026-07-11
notion
소프트웨어 개발자

The Notion bridge for work items — creates a Notion work item mirroring a GitHub issue, uploads artifacts (item.md, refs/, plan.md, wrapup.md) to it, and pulls a work item's artifacts down to ./tmp/<id>/. Used by /create-feature, /create-epic, /create-issue (publish) and /do (pull before work, upload after). Use when a work item needs to be published to, updated in, or fetched from Notion.

2026-07-11
excalidraw-diagram
소프트웨어 개발자

Create Excalidraw diagram JSON files and PR visual overviews that make visual arguments. Use when the user wants to visualize workflows, architectures, concepts, pull request changes, before/after behavior, or a shareable explainer image for reviewers.

2026-07-11
codex
소프트웨어 개발자

Dispatches one Codex (GPT-5.6) sub-agent via `codex exec` — implementer, backend-verifier, plan-reviewer, code-reviewer, code-researcher, or investigator — and returns its report. Used by /do, /discussion, and /create-issue whenever one of these roles runs; not normally invoked by the user directly. Use when a pipeline stage needs its Codex sub-agent dispatched, resumed for a fix round, or re-run.

2026-07-11
create-epic
소프트웨어 개발자

Captures a discussed multi-phase workstream as an Epic Spec work item ready for /do. For a single-outcome change use /create-feature instead.

2026-07-11
create-feature
소프트웨어 개발자

Captures a discussed feature as a lean Feature Ticket work item ready for /do. For multi-phase workstreams use /create-epic instead.

2026-07-11
create-issue
소프트웨어 개발자

Captures a defect as a Bug Report work item ready for /do, running the investigator first if the root cause isn't already established.

2026-07-11
discussion
소프트웨어 개발자

Interactive back-and-forth to clarify, understand, or figure something out — an idea, an approach, a tradeoff, or a suspected bug. Use when the user wants to think out loud or explore before committing to anything — e.g. "let's discuss X", "help me understand Y", "why is Z happening", "what should we do about W". Produces clarity plus a dated decision log, not deliverables; work items are created afterward with /create-feature, /create-epic, or /create-issue.

2026-07-11
postmortem
소프트웨어 개발자

Runs a postmortem after /do finished and the human reviewed the PR, when the result fell short of intent. Use when the user says a /do run missed the mark, the PR needed rework, the delivered feature didn't match the ticket, or asks "why did /do get this wrong" — or when any workflow skill (/discussion, /create-*) produced the wrong outcome. Root-causes the gap in our system and proposes one concrete improvement.

2026-07-11
backend-verifier
소프트웨어 품질 보증 분석가·테스터

Backend-verifier role in an automated development pipeline: proves backend verification criteria by running the mapped tests, scripts, and commands with quoted evidence. Use when dispatched to verify implemented work.

2026-07-11
code-researcher
소프트웨어 개발자

Code-researcher role in an automated development pipeline: explores the codebase and returns current-state facts with precise file:line references. Use when dispatched to answer a question about what exists in the repo.

2026-07-11
code-reviewer
소프트웨어 품질 보증 분석가·테스터

Code-reviewer role in an automated development pipeline: reviews the diff for correctness and security with file:line evidence. Use when dispatched to review an implementation.

2026-07-11
implementer
소프트웨어 개발자

Implementer role in an automated development pipeline: executes an Implementation Plan (plan.md), writing the diff while keeping the plan file true. Use when dispatched to implement a plan or apply review fixes.

2026-07-11
investigator
소프트웨어 개발자

Investigator role in an automated development pipeline: reproduces a reported defect and isolates its root cause with evidence. Use when dispatched to diagnose a bug before it's written up.

2026-07-11
plan-reviewer
소프트웨어 개발자

Plan-reviewer role in an automated development pipeline: audits an Implementation Plan for gaps, repo accuracy, and fidelity to the work item. Use when dispatched to review a plan.

2026-07-11
create-plan
기타 컴퓨터 관련 직업

Creates a reconciled implementation plan by combining a structured plan draft with a normalized intent brief and a PRP-style research dossier, then auto-reviews the final plan. Use when planning a new feature or significant change.

2026-07-09
implement
기타 컴퓨터 관련 직업

Executes an approved plan with one primary implementation stream by default, using bounded parallel sidecars only when the write scopes are truly disjoint. Supports default Claude execution or an explicit Codex executor option. Automatically reviews the result for completeness and intent fidelity. Use after a plan is approved.

2026-07-09
pane-work-prioritizer
기타 컴퓨터 관련 직업

Recommend what to work on next across a Pane workspace and GitHub activity. Use when the user asks what they should work on next, what to prioritize, what is blocked, what needs review, what PRs should be merged, what issues matter, or wants a triage of active/recent repos, panes, PRs, issues, checks, reviews, and recent work.

2026-07-09
runpane-orchestrator
기타 컴퓨터 관련 직업

Orchestrate RunPane issue-to-PR workstreams across discussion, planning, implementation, review, PR testing, and CLI dogfooding without stealing user focus. Use when the user asks Claude Code to fan out GitHub issues, manage multiple Pane workstreams, or run the Pane discussion-plan-implement-review loop.

2026-07-09
pane-work-prioritizer
기타 컴퓨터 관련 직업

Recommend what to work on next across a Pane workspace and GitHub activity. Use when the user asks what they should work on next, what to prioritize, what is blocked, what needs review, what PRs should be merged, what issues matter, or wants a triage of active/recent repos, panes, PRs, issues, checks, reviews, and recent work.

2026-07-09
runpane-orchestrator
기타 컴퓨터 관련 직업

Orchestrate RunPane issue-to-PR workstreams across discussion, plan, implementation, review, PR testing, and CLI dogfooding without stealing user focus. Use when the user asks Codex to fan out GitHub issues, manage multiple Pane workstreams, or run the Pane discussion-plan-implement-review loop.

2026-07-09
pane-work-recap
소프트웨어 개발자

Summarize recent Pane workspace activity from active panes, archived panes, branches, pull requests, and agent logs. Use when the user asks what they worked on, what they finished, what shipped, what is still active, or asks for a recap over a time window such as today, yesterday, last 24 hours, this week, recently, or open-ended "what have I been working on?"

2026-07-09
pr-test-automation
소프트웨어 품질 보증 분석가·테스터

Run first-pass automated manual testing for PRs that are reviewed or nearly ready to merge. Use when the user asks Claude to test a PR/branch/worktree, validate product flows, exercise browser or CLI workflows, map changed UI journeys with screenshots, verify analytics/webhooks/payments/email/SMS behavior through connected tools, or produce manual QA notes before human testing.

2026-07-09
pr-test-automation
소프트웨어 품질 보증 분석가·테스터

Run first-pass automated manual testing for PRs that are reviewed or nearly ready to merge. Use when the user asks Codex to test a PR/branch/worktree, validate product flows, exercise browser or CLI workflows, map changed UI journeys with screenshots, verify analytics/webhooks/payments/email/SMS behavior through connected tools, or produce manual QA notes before human testing.

2026-07-09
seo-readability-pass
시장조사 분석가·마케팅 전문가

(foundational) Audit and rewrite website copy for voice consistency, readability, and first-timer comprehension.

2026-06-26
seo-content-drafting
시장조사 분석가·마케팅 전문가

(execution) Create new SEO content: blog posts, landing pages, comparison pages based on the content strategy.

2026-06-25
seo-data-pull
시장조사 분석가·마케팅 전문가

(support) Discover connected analytics sources, pull data, write .seo/data/ snapshots, and visualize results with deltas vs prior pulls.

2026-06-25
seo-briefing
시장조사 분석가·마케팅 전문가

(proactive) Pull analytics from PostHog, GSC, and Ahrefs. Correlate data and produce an actionable SEO briefing.

2026-06-25
seo-writing-framework
시장조사 분석가·마케팅 전문가

(foundational) Research, draft, reader-hat, edit, read-aloud process for any customer-facing deliverable.

2026-06-25
seo-authority-pass
시장조사 분석가·마케팅 전문가

(foundational) Add E-E-A-T signals: explainer pages, glossary, author attribution, structured data, OG images, and SEO metadata.

2026-06-24
seo-foundations
시장조사 분석가·마케팅 전문가

(greenfield) Crawl your site, find competitors, map the search landscape, and build the starting point for all SEO work.

2026-06-24
seo-content-strategy
시장조사 분석가·마케팅 전문가

(proactive) Turn an SEO briefing into a prioritized content plan: what to create, update, and index.

2026-06-24
seo-data-organize
시장조사 분석가·마케팅 전문가

(support) Archive and organize .seo/ data into a dated wiki structure for historical tracking.

2026-06-24
create-ticket
소프트웨어 개발자

Capture conversation context and explicit human intent into one or more high-level GitHub tickets. Use when the user asks Claude to create a ticket, issue, GitHub equivalent of a planning intent brief, delegation ticket, backlog item, or asks to turn the current discussion into ticket(s), especially when the work should be framed by intent, scope, acceptance criteria, inputs needed, and non-exhaustive starting points.

2026-06-10
create-ticket
소프트웨어 개발자

Capture conversation context and explicit human intent into one or more high-level GitHub tickets. Use when the user asks to create a ticket, issue, GitHub equivalent of a planning intent brief, delegation ticket, backlog item, or asks to turn the current discussion into ticket(s), especially when the work should be framed by intent, scope, acceptance criteria, inputs needed, and non-exhaustive starting points.

2026-06-10
teach-back
개인 교습 강사

Write a plain-language teaching note after a completed task or project so the user learns from the work. Use when the user asks Claude for a learning writeup, after-action explanation, personal teacher note, or breakdown of what happened and why, especially at the end of a unit of work, after PR testing/manual testing, or before merge.

2026-06-10
teach-back
개인 교습 강사

Write a plain-language teaching note after a completed task or project so the user learns from the work. Use at the end of a unit of work, after PR testing/manual testing, before merge, or whenever the user asks for a learning writeup, after-action explanation, personal teacher note, or breakdown of what happened and why.

2026-06-10
business-agent-skills
프로젝트 관리 전문가

Orchestrate business work from a captured task through context, discussion, spec, artifact, review, and release — each stage in fresh context via filesystem handoff.

2026-05-27
business-artifact
경영 분석가

Create the business artifact from an approved spec, then coordinate claim/evidence ledger creation, artifact review, anti-sycophancy review, and human gate.

2026-05-27
business-discussion
프로젝트 관리 전문가

Have a business-goal discussion using the context base without drafting the deliverable.

2026-05-27
이 저장소에서 수집된 skills 54개 중 상위 40개를 표시합니다.