Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By yugabyte
Meko MCP tools for memory, conversations, datapacks, and YugabyteDB databases.
npx claudepluginhub yugabyte/meko-skills --plugin meko-agent-skillsExternal network access
Connects to servers outside your machine
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Manus-style persistent markdown files for planning, progress tracking, and knowledge storage. Works with Claude Code, Kiro, Clawd CLI, Gemini CLI, Cursor, Continue, Hermes, and 17+ AI coding assistants. Now with Arabic, German, Spanish, and Chinese (Simplified & Traditional) support.
A growing collection of Claude-compatible academic workflow bundles for producing work at Nature-journal standard. Covers scientific figures (nature-figure), manuscript prose polishing (nature-polishing), manuscript drafting and methods writing (nature-writing), reviewer-style pre-submission assessment (nature-reviewer), citation retrieval and export (nature-citation), data availability statements and FAIR metadata (nature-data), paper-to-PPTX presentation conversion (nature-paper2ppt), literature search via MCP (nature-academic-search), paper reading and annotation (nature-reader), and peer-review response drafting (nature-response). Future releases planned: statistical reporting, cover letters, and review articles. Rules are derived from primary sources, including published Nature papers, journal author guidelines, and structured writing curricula.
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Harness-native ECC plugin for engineering teams - 64 agents, 262 skills, 84 legacy command shims, reusable hooks, rules, MCP conventions, and operator workflows for Claude Code plus adjacent agent harnesses
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer
Intelligent prompt optimization: injects the right context at the right moment so Claude lands a better first output. Clarifies vague prompts with research-based questions, plus targeted nudges for approach selection, plan readability, workflow routing, background execution, subagent routing, output readability, user-decision questions, and plan-mode assessment
Use when scripting, automating, or troubleshooting with YugabyteDB Anywhere (YBA) — the control-plane for YugabyteDB which creates and manages providers, releases, universes, backups, KMS, and DR. Uses the YBA REST API and triggers on /api/v1/, /api/v2/, X-AUTH-YW-API-TOKEN, apiToken, customerUUID, taskUUID, registration of a new YBA instance, or any mention of the YBA API. Does NOT cover YugabyteDB Aeon or database access via YSQL/YCQL.
Off-the-shelf agent skills for Meko — the agent-native data layer for multi-agent systems.
Meko works without skills. Once you connect the MCP server to any AI agent, the agent has access to tools for memory, conversations, knowledge base, datapacks, and database. You tell it what to save and when:
"Save to memory that I'm a backend engineer and we use Go."
"Search my memories for what we discussed about the auth migration."
That's on-demand mode — Meko is a tool your agent calls when you ask it to. Many users start here and it works fine.
Skills change what happens next. A skill is a markdown instruction file (SKILL.md) that teaches your agent to use Meko without being asked:
| Without skill | With skill installed |
|---|---|
| You say "save this to memory" | Agent calls memory_add the moment you mention your name, role, or preferences |
| You guess at tool parameters | Agent uses correct scope, agent_id, and datapack_id routing on the first try |
| You ask the same questions across sessions | Agent calls memory_search at session start and greets you with context |
| Conversations vanish when the window closes | Agent preserves exchanges via conversation_create + conversation_add_message |
Each layer builds on the previous:
| Layer | What you get | What you install |
|---|---|---|
| MCP only | Tools available on demand — you tell the agent when to save | MCP server connection (setup guide) |
| MCP + Skill | Agent proactively stores memories, classifies info, uses correct parameters | + a skill from this repo |
| MCP + Skill + Hooks | Full automatic conversation capture — every exchange persisted without prompting | + hooks (Claude Code, via the installer) |
This repository has three public-facing surfaces with different consumers:
| Directory | Consumer | Purpose |
|---|---|---|
skills/ | Humans and harnesses that copy skills directly (Cursor, Codex, Copilot, Claude Desktop, claude.ai, etc.) | Browsable community skill source at stable paths |
plugins/meko-agent-skills/ | Claude Code /plugin and Connector Directory packaging | Self-contained plugin bundle with its own generated copy of skills/, hooks, hook handlers, and .mcp.json |
scripts/ | CI and publish verification | Token-free checks for generated public output, prompt-injection lint, and plugin readiness |
.claude-plugin/
└── marketplace.json # Marketplace catalog; metadata.pluginRoot points at ./plugins
plugins/
└── meko-agent-skills/
├── .claude-plugin/plugin.json
├── .mcp.json # Public Meko MCP connector config
├── skills/ # Generated copy; plugin must not ../ into root skills
├── hooks/
└── hooks-handlers/
skills/
├── meko-mcp-tools/ # Coding agents: Claude Code, Cursor, Codex, VS Code
└── meko-mcp-tools-desktop/ # Claude Desktop, claude.ai (no session hooks)
scripts/
The duplication between skills/ and plugins/meko-agent-skills/skills/ is intentional. Anthropic plugins are copied into a plugin cache and cannot reference files outside their plugin directory with paths like ../shared-utils, so the plugin must carry its own skill copy.
Both skills cover 20 MCP tools across memory, conversation, knowledge base, and datapack management. The difference is how they handle session lifecycle:
| Skill | Best for | Key difference |
|---|---|---|
meko-mcp-tools | Claude Code, Cursor, Codex CLI, GitHub Copilot (VS Code / CLI) | Designed for coding agents — includes hook-based conversation capture and subagent coordination |
meko-mcp-tools-desktop | Claude Desktop, claude.ai | Designed for chat-first clients — more aggressive proactive-memory rules, no hook dependency |
You need a Meko account and an MCP server connection before installing a skill. If you haven't set that up yet: