project-index-maintenance
v1.0.0Reconcile the MotifPath Project Index page in Notion at session close.
By MotifPath Team0 GitHub starsUpdated 2 weeks ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 5, 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 project-index-maintenance for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install project-index-maintenance@agent-plugin-marketplacePaste 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/motifpath/motifpath-specsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/project-index-maintenance/.
Plugin files
├── .claude-plugin/plugin.json└── skills/project-index-maintenance/SKILL.md
Included Skills1
Use this skill when Gilson explicitly asks to update the MotifPath Project Index page in Notion. Trigger on phrases like "update the project index", "log this session", "run the index check", "wrap up the session", "close out the session", or similar invocations referring to the Project Index, the session log, or end-of-session bookkeeping. This skill reconciles the Project Index page (Notion ID 3679ccc1-102f-8184-83a7-e328e0d8cbfc) against what actually happened in the session — updating the Current Focus section, Decided ADRs table, Backlog Snapshot table, and Last-updated timestamp. Do NOT auto-trigger from conversation cues alone — wait for an explicit user invocation.
Plugin manifests1
{
"name": "project-index-maintenance",
"displayName": "Project Index Maintenance",
"version": "1.0.0",
"description": "Reconcile the MotifPath Project Index page in Notion at session close.",
"author": {
"name": "MotifPath Team"
},
"repository": "https://github.com/motifpath/motifpath-specs",
"skills": "./skills/"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[project-index-maintenance on Agent Plugins Marketplace](https://pluginsmp.com/plugins/project-index-maintenance)