Agent Plugins Marketplace
← All plugins

portfolio-sync

v0.1.2

Sync the current project into a central project-portfolio Markdown archive. Source data for cv-craft.

Claude Code1 Skill

By Matheus MalagrisLicense: MIT0 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 24, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →

Install portfolio-sync for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install portfolio-sync@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/mqmalagris/agent-skills

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is skills/portfolio-sync/.

Plugin files

skills/portfolio-sync/
├── .claude-plugin/plugin.json
└── SKILL.md

Included Skills1

portfolio-syncSKILL.md

Sync the current project into a central project-portfolio Markdown archive — a comprehensive log of every project the user has worked on (stack, role, scope). Path-agnostic: the user picks where the archive lives, the skill remembers it. Gathers project signals (git log, manifests, README, structure), matches existing entries by folder name, proposes add/amend for user confirmation before writing. Use when user asks to update their portfolio, log a project, sync the archive, document the current project, or runs /portfolio-sync. Distinct from cv-craft (which produces actual CVs from this archive as source).

Plugin manifests1

skills/portfolio-sync/.claude-plugin/plugin.json
{
  "name": "portfolio-sync",
  "version": "0.1.2",
  "description": "Sync the current project into a central project-portfolio Markdown archive. Source data for cv-craft.",
  "author": {
    "name": "Matheus Malagris",
    "url": "https://github.com/mqmalagris"
  },
  "homepage": "https://github.com/mqmalagris/agent-skills/tree/main/skills/portfolio-sync",
  "repository": "https://github.com/mqmalagris/agent-skills",
  "license": "MIT",
  "keywords": [
    "portfolio",
    "project-archive",
    "cv-source",
    "career"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[portfolio-sync on Agent Plugins Marketplace](https://pluginsmp.com/plugins/portfolio-sync)