@mhrj/team-project-memory-skill
Advanced tools
+18
-2
| { | ||
| "name": "@mhrj/team-project-memory-skill", | ||
| "version": "0.1.0", | ||
| "description": "Team Project Memory skill for shared AI agent project knowledge across Codex, Claude Code, Cursor, Copilot, Devin, Cline, and other coding agents", | ||
| "version": "0.1.1", | ||
| "description": "Team Project Memory skill for shared project knowledge graphs across developer teams, AI coding agents, and multi-agent swarms", | ||
| "homepage": "https://github.com/meharajM/context-machine/tree/main/skills/team-project-memory#readme", | ||
@@ -28,7 +28,23 @@ "repository": { | ||
| "agent-memory", | ||
| "swarm-memory", | ||
| "ai-swarm-memory", | ||
| "multi-agent-memory", | ||
| "multi-agent-collaboration", | ||
| "agent-swarms", | ||
| "agent-swarm", | ||
| "swarm-coordination", | ||
| "developer-team-memory", | ||
| "team-knowledge-graph", | ||
| "project-knowledge-graph", | ||
| "ai-memory", | ||
| "knowledge-base", | ||
| "agent-knowledge-base", | ||
| "shared-knowledge-graph", | ||
| "repo-context", | ||
| "repo-learnings", | ||
| "shared-context", | ||
| "debugging", | ||
| "debugging-history", | ||
| "failed-attempts", | ||
| "solved-bugs", | ||
| "developer-productivity", | ||
@@ -35,0 +51,0 @@ "codex", |
+6
-2
| # Team Project Memory Skill | ||
| Shared project memory and team knowledge base for AI coding agents. | ||
| Shared project memory and team knowledge graph for developer teams, AI coding agents, and multi-agent swarms. | ||
| Use this skill when a team using Codex, Claude Code, Cursor, GitHub Copilot, Devin, Cline, or other agents wants reusable repo learnings, solved bugs, failed attempts, debugging paths, confidence, and next-reuse instructions in git without overriding repo-local instructions. | ||
| Use this skill when a development team, AI agent team, or multi-agent swarm using Codex, Claude Code, Cursor, GitHub Copilot, Devin, Cline, or other agents wants reusable repo learnings, solved bugs, failed attempts, debugging paths, confidence, and next-reuse instructions in git without overriding repo-local instructions. | ||
| Search terms: team project memory, developer team memory, shared AI memory, multi-agent memory, agent swarm memory, swarm coordination, shared knowledge graph, project knowledge graph, repo learnings, debugging history, failed attempts, solved bugs. | ||
| ## Install | ||
@@ -35,2 +37,4 @@ | ||
| - Debugging paths that should not be repeated | ||
| - Multi-agent and swarm coordination context | ||
| - Shared project knowledge graph entries | ||
| - Confidence and validation evidence | ||
@@ -37,0 +41,0 @@ - Next-reuse instructions for teammate agents |
| interface: | ||
| display_name: "Team Project Memory" | ||
| short_description: "Shared project memory for AI agent teams" | ||
| short_description: "Shared project memory for dev teams, agents, and swarms" | ||
| icon_small: "./assets/icon.svg" | ||
| icon_large: "./assets/icon.svg" | ||
| brand_color: "#2563EB" | ||
| default_prompt: "Use $team-project-memory to capture solved bugs, failed attempts, and reusable team learnings without overwriting repo instructions." | ||
| default_prompt: "Use $team-project-memory to share solved bugs, failed attempts, and reusable project context across developer teams, AI agents, and multi-agent swarms without overwriting repo instructions." | ||
| policy: | ||
| allow_implicit_invocation: true |
| --- | ||
| name: team-project-memory | ||
| description: Shared project memory and team knowledge base for AI coding agents. Use when teams using Codex, Claude Code, Cursor, Copilot, Devin, Cline, or other agents need reusable repo learnings, solved bugs, failed attempts, debugging paths, confidence, and next-reuse instructions in git without overriding repo-local instructions. | ||
| description: Shared project memory, team knowledge graph, and reusable debugging history for AI coding agents, multi-agent swarms, and developer teams. Use when teams using Codex, Claude Code, Cursor, Copilot, Devin, Cline, or other agents need shared repo learnings, solved bugs, failed attempts, swarm coordination context, confidence, and next-reuse instructions in git without overriding repo-local instructions. | ||
| --- | ||
@@ -8,5 +8,5 @@ | ||
| Use this skill when a team wants shared project learnings that survive across teammates, machines, and agent sessions without replacing the repo’s existing instructions. | ||
| Use this skill when a team wants shared project learnings that survive across teammates, machines, agent sessions, and multi-agent swarm runs without replacing the repo’s existing instructions. | ||
| Search terms: team memory, project memory, shared AI memory, agent knowledge base, repo learnings, debugging history, failed attempts, solved issues, onboarding context, multi-agent development. | ||
| Search terms: team memory, project memory, shared AI memory, agent knowledge base, shared knowledge graph, repo learnings, debugging history, failed attempts, solved issues, onboarding context, multi-agent development, agent swarms, AI swarm memory, swarm coordination, multi-agent collaboration. | ||
@@ -41,4 +41,5 @@ ## Purpose | ||
| - A project team uses multiple AI agents or multiple teammate machines. | ||
| - A project team uses multiple AI agents, agent swarms, or multiple teammate machines. | ||
| - The team needs repeated debugging paths, failed approaches, and validated fixes captured once and reused by others. | ||
| - Multiple specialized agents need the same project knowledge before exploring, coding, reviewing, testing, or debugging. | ||
| - The team wants a repo-based memory layer without introducing a hosted service. | ||
@@ -45,0 +46,0 @@ - The team wants an optional path to MCP later, but not as the first dependency. |
10677
12.9%55
7.84%