pm-sync-wrike

pm-sync-wrike is a skill for Claude Code from Hank95/mdpm. It costs 14 tokens per session (951 once invoked), scanned A, original, MIT.

A connector that synchronizes local MDPM task state with Wrike, a work-management service, when a Wrike integration is available.

In plain words
What is it for?
Use it to push local tasks to Wrike, pull newly assigned tasks, or do both in sequence.
Why use it?
It keeps tasks aligned between the local project and Wrike, reducing manual copying. If no connection exists, it prepares a standup-style summary that can be pasted into Wrike.

Skill for Claude Code

Written for Claude Code: argument-hint in frontmatter. Also seen: positional $N argument.

Part of the mdpm plugin — 17 skills shipped together

Good fit Use it to push local tasks to Wrike, pull newly assigned tasks, or do both in sequence.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/hank95/mdpm/pm-sync-wrike
View source ↗ Hank95/mdpm
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add Hank95/mdpm --skill pm-sync-wrike
Clone the repo
git clone --depth 1 https://github.com/Hank95/mdpm

Made for: Claude Code.

Or install mdpm, the plugin that ships this one along with the rest of its 17 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for pm-sync-wrike

README.md
[![agentmods](https://agentmods.dev/badge/skills/hank95/mdpm/pm-sync-wrike.svg)](https://agentmods.dev/skills/hank95/mdpm/pm-sync-wrike)
Your own site
<a href="https://agentmods.dev/skills/hank95/mdpm/pm-sync-wrike"><img src="https://agentmods.dev/badge/skills/hank95/mdpm/pm-sync-wrike.svg" alt="Measured on agentmods" height="20"></a>
Per session 14 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 951 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00014 $0.00951
Opus 5 $0.00007 $0.00476
Sonnet 5 $0.00003 $0.00190
Haiku 4.5 $0.00001 $0.00095

Measured 7d ago against content hash 259981d725a0, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

pm-sync-wrike scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/pm-sync-wrike/SKILL.md · 100 lines

How it starts

The opening of the file, as written. The whole thing — 100 lines — stays where its author put it; the contents beside it link to each section on GitHub.

/pm-sync-wrike

Bridge MDPM tasks with Wrike. Works only if a Wrike MCP server is connected.

Argument $1: push (default), pull, or both.

  • push — send local state out to Wrike
  • pull — bring in newly assigned Wrike tasks as inbox items
  • both — pull first, then push

Steps

0. Detect the Wrike MCP

Look for tools prefixed with something like mcp__wrike__*, mcp__*wrike*__*, or any tool whose name clearly matches Wrike (create_task, update_task, get_folder, etc.).

If no Wrike MCP is available:

  • Do NOT fail. Instead, generate a copy/pasteable summary:

    Wrike MCP not detected. Here's a standup-style summary you can paste directly:
    
    **Active:**
    - [PRJ-123] Title — <latest work log>
    
    **Completed today:**
    - [PRJ-120] Title — <what shipped>
    
    **Blockers:**
    - [PRJ-125] needs <thing>
    
  • Tell the user how to enable: "Install a Wrike MCP server (https://github.com/modelcontextprotocol/servers or similar), add its config to .mcp.json, and rerun this command."

  • Exit.

1. Load Wrike config

Check .mdpm/config.json for:

  • wrike.folder_id — where to create new tasks
  • wrike.status_map — map of MDPM status → Wrike custom status name
  • wrike.field_map — any overrides to the default field mapping

If the config is missing, ask the user for the minimum (folder_id) and offer to save it.

2. Push (default)

For each task in tasks/active/ and recently updated tasks/done/:

  • If wrike_id is null: Create a new Wrike task using whatever MCP tool is available. Map fields:

    • title → Wrike title
    • Objective + Acceptance Criteria → description
    • priority → Wrike priority (High/Normal/Low)
    • tags → Wrike tags
    • due → Wrike due date
    • assigned_to → Wrike assignee (best-effort name match)
    • Status → Wrike status per status_map Store the returned Wrike ID back into the task file's wrike_id: frontmatter.
  • If wrike_id exists: Update the Wrike task:

    • Transition status if changed
    • Post new work log entries as Wrike comments (only entries newer than the last sync timestamp)
    • Update due date, assignee, priority if changed

Read the full file on GitHub · 100 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 7d ago First seen · 100 lines · 14 tokens per session scan A 259981d725a0

Subscribe to this mod's changes

pm-sync-wrike is a skill published in the GitHub repository Hank95/mdpm (3 stars, last pushed 4mo ago), licensed MIT. It adds 14 tokens to every session and 951 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.