nemeda-agent-kit
v0.4.0Portable methodology, tools, and repository context for AI coding agents.
By Marc NogueraLicense: Apache-2.00 GitHub starsUpdated 6 days ago
Directory evidence
- Runtimes
- Codex, Claude Code, and Agent Plugins
- Parsed components
- 8 skill or MCP entries
- Source updated
- Sep 17, 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 nemeda-agent-kit for Codex and Claude Code
codex plugin marketplace add twyd-ai/nemeda-agent-kit
codex plugin marketplace upgrade nemeda-agent-kit
codex plugin add nemeda-agent-kit@nemeda-agent-kitPaste and run these commands in a terminal with Codex. They add and refresh the nemeda-agent-kit catalog, then install this plugin.
Compatibility: the page URL and API slug “nemeda-agent-kit” remain stable.
- Codex:
nemeda-agent-kit@agent-plugin-marketplace→nemeda-agent-kit@nemeda-agent-kit
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/twyd-ai/nemeda-agent-kitClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/nemeda-agent-kit/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── plugin.json├── skills/meeting-notes/SKILL.md├── skills/memory-log/SKILL.md├── skills/workspace-bootstrap/SKILL.md├── skills/workspace-context/SKILL.md├── skills/workspace-create/SKILL.md├── skills/workspace-doctor/SKILL.md├── skills/workspace-methodology/SKILL.md└── .mcp.json
Included Skills7
Write the notes for a transcribed meeting (Summary, Decisions, Action items, Open questions) from a transcript folder produced by `nemeda-agent meeting process`, file them where the project keeps meeting notes, and log the meeting to the project memory. Use when a transcript exists without notes, when the automatic notes were not generated (no local agent at the time), or when the user wants the notes refined or regenerated.
Log this session's work to the project's memory — decisions made, findings, and a summary segmented by AI model — after explicit user confirmation. Use when the user asks to log the session, record what was done, or write a knowledge-log/memory entry, and the repository has a `memory` section configured.
Initialize Nemeda Agent Kit safely in a repository by creating a minimal .nemeda/agent-kit.json and AGENTS.md without overwriting existing project guidance. Use when a user asks to adopt, initialize, configure, or migrate a repository to the toolkit.
Load and apply repository-owned Nemeda Agent Kit context before working in a configured repository or multi-repository workspace. Use when a task depends on project identity, repository role, stack profile, required tools, or durable instructions.
Create a complete new project workspace end to end — Drive structure, workspace repository, code repositories, Airtable base, and team onboarding — so every teammate and every AI shares the same context from day one. Use when a user asks to start, create, or scaffold a new project or workspace.
Diagnose whether Nemeda Agent Kit is correctly configured for the current repository, including config validity, instruction paths, repository identity, host availability, and legacy duplication. Use when setup is incomplete, tools or context differ between agents, or a teammate reports the plugin is not working.
Apply the shared Nemeda methodology to cross-repository or client-project work: confirm exact target, preserve dirty checkouts, separate reusable behavior from project configuration, protect secrets, validate proportionally, and publish only when explicitly requested.
MCP servers1
- command
- node
- args
- ${PLUGIN_ROOT}/scripts/mcp-server.mjs --central-proxy
MCP configuration uses runtime-provided plugin path placeholders such as ${PLUGIN_ROOT} or ${CLAUDE_PLUGIN_ROOT}. Review the manifest for the runtime-specific expansion rules.
Plugin manifests3
{
"name": "nemeda-agent-kit",
"version": "0.4.0",
"description": "Portable methodology, tools, and repository context for AI coding agents.",
"author": {
"name": "Marc Noguera",
"url": "https://github.com/marcnaa"
},
"repository": "https://github.com/twyd-ai/nemeda-agent-kit",
"keywords": [
"agents",
"codex",
"claude",
"mcp",
"workspace"
],
"skills": "./skills/",
"hooks": "./hooks/hooks.json",
"interface": {
"displayName": "Nemeda Agent Kit",
"shortDescription": "One agent workflow across every repository.",
"longDescription": "Loads repository-owned context, provides workspace diagnostics, and applies a shared methodology across Codex, Claude Code, and compatible agents.",
"developerName": "Marc Noguera",
"category": "Developer Tools",
"capabilities": [
"Read",
"Write",
"MCP"
],
"brandColor": "#5B4BDB",
"defaultPrompt": [
"Inspect this repository with Nemeda Agent Kit.",
"Run the workspace doctor and explain any gaps.",
"Initialize Agent Kit safely in this repository."
]
},
"mcpServers": "./mcp.json"
}{
"name": "nemeda-agent-kit",
"version": "0.4.0",
"description": "Portable methodology, tools, and repository context for AI coding agents.",
"author": {
"name": "Marc Noguera",
"url": "https://github.com/marcnaa"
},
"homepage": "https://github.com/twyd-ai/nemeda-agent-kit",
"repository": "https://github.com/twyd-ai/nemeda-agent-kit",
"keywords": [
"agents",
"codex",
"claude",
"mcp",
"workspace"
],
"skills": "./skills/"
}{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "nemeda-agent-kit",
"version": "0.4.0",
"description": "Portable methodology, tools, and repository context for AI coding agents.",
"author": {
"name": "Marc Noguera",
"url": "https://github.com/marcnaa"
},
"license": "Apache-2.0",
"homepage": "https://github.com/twyd-ai/nemeda-agent-kit",
"repository": "https://github.com/twyd-ai/nemeda-agent-kit",
"keywords": [
"agents",
"mcp",
"workspace",
"methodology"
]
}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.
[nemeda-agent-kit on Agent Plugins Marketplace](https://pluginsmp.com/plugins/nemeda-agent-kit)