pull-contributions

Integrates reviewed markdown project contributions into Memnyx via tracked updates.

2|Updated Feb 23, 2026
One-click install
npx skills add https://github.com/MDGrey33/memnyx --skill pull-contributions
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pull-contributions
Source: https://github.com/MDGrey33/memnyx/tree/main/.claude/skills/pull-contributions
Command: npx skills add https://github.com/MDGrey33/memnyx --skill pull-contributions

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill turns a folder of project contribution notes into curated Memnyx updates, removing the friction of manually reviewing, filtering, and merging lessons learned back into the repository.

Core Features & Use Cases

  • Sanitizer gate: Verifies the contributions folder before any integration work begins, preventing unsafe or unreviewed material from being pulled in.
  • Contribution review: Classifies markdown contributions by type, target, and actionability so you can decide what should be accepted.
  • Controlled integration: Applies approved updates one at a time with diffs or new content shown first, preserving human approval and traceability.
  • Use case: A team finishes a project, captures reusable conventions and skill improvements in a workspace contributions folder, and uses this Skill to merge the useful patterns back into Memnyx.

Quick Start

Give the skill the path to a workspace contributions folder and ask it to review the files, run the sanitizer gate, and integrate only the approved contributions into Memnyx.

Frequently Asked Questions about pull-contributions

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I integrate project lessons into Memnyx without manual merge drift?

To integrate project lessons into Memnyx without manual merge drift, use a controlled workflow that applies a mandatory sanitizer check, classifies markdown contributions, requires human approval, and tracks file updates before any merge is written.

What is a sanitizer gate for markdown contribution proposals?

A sanitizer gate for markdown contribution proposals is a mandatory verification check that runs before any integration work begins, preventing unsafe or unreviewed material from being pulled into your workspace.

How do I merge reusable conventions from a workspace folder into my repository?

You can merge reusable conventions from a workspace folder by classifying the markdown contribution proposals by type, target, and actionability, then applying only the approved updates one at a time with diffs shown first.

Can I update skills, docs, and config changes through workspace contributions?

Yes, you can update skills, docs, and config changes through workspace contributions if the markdown proposals are reviewable, pass the sanitizer check, and receive human approval before the tracked file updates are merged.

What's the best way to review and filter project contribution notes before merging?

The best way to review and filter project contribution notes is using an automated classification system that categorizes markdown files by type and actionability, preserving human approval and traceability for each controlled integration.

What happens if I skip human approval when integrating markdown proposals?

Skipping human approval when integrating markdown proposals removes a mandatory safeguard, meaning unreviewed file updates could bypass the sanitizer gate and overwrite existing tracked files without preserving traceability or showing diffs.