Skip to main content
Run any Skill in Manus
with one click
dcouple
GitHub creator profile

dcouple

Repository-level view of 80 collected skills across 3 GitHub repositories.

skills collected
80
repositories
3
updated
2026-07-11
repository explorer

Repositories and representative skills

do
computer-occupations-all-other

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
software-developers

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
software-developers

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
software-developers

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
software-developers

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
software-developers

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
software-developers

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
software-developers

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
Showing top 8 of 54 collected skills in this repository.
implement
software-developers

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-04-25
commit
software-developers

Selectively stages and commits only the changes related to the current session, skipping unrelated modifications.

2026-04-25
implement
software-developers

Executes an approved plan directly in Codex with one primary implementation stream by default, bounded sidecars only when write scopes are truly disjoint, and mandatory review gates for completeness and intent fidelity. Use after a plan is approved.

2026-04-25
implementation-reviewer
software-quality-assurance-analysts-and-testers

Review completed code changes against a plan, run quality checks, and call out gaps, regressions, or missing integrations. Use when implementation work needs a plan-based review.

2026-04-25
implementer
software-developers

Carry out a structured implementation plan carefully and systematically, following existing repo patterns, preserving intent, and running quality checks as work progresses. Use when a plan already exists and the goal is execution.

2026-04-25
plan-reviewer
software-developers

Review an implementation plan for repo accuracy, fact purity, intent fidelity, reconciliation quality, and completeness. Use when a plan needs a correctness and completeness pass.

2026-04-25
plan
software-developers

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 in Codex.

2026-04-25
simple-plan
software-developers

Quick gut-check before implementing when the user directly asks you to do something. Investigates, proposes a lightweight plan, and implements only after approval. Use this instead of `plan` when the change is straightforward.

2026-04-25
Showing top 8 of 23 collected skills in this repository.
Showing 3 of 3 repositories
All repositories loaded