Cross-platform clipboard operations. Use when copying text to the system clipboard via Bash.
This skill should be used when creating or updating README.md files for codebase directories. It covers LLM-optimized documentation conventions, YAML frontmatter, file listings, Mermaid diagrams, and rules for keeping READMEs current as the codebase evolves.
Text transformation skill for restructuring and improving the clarity of written content. Use when rewriting text for better organization, grouping related ideas, applying lists and structure, and producing concise copy that preserves all original details.
Task implementation workflow for the /m:dev command. Provides two execution modes: single-task mode (7-step workflow for one task at a time) and multi-task mode (wave-based orchestration with parallel subagents for feature groups, ranges, and use cases).
Conventions and rules for BDD scenario generation. Use this skill when creating Gherkin feature files, step definitions, or managing the bdd/ scaffold. It defines language/format detection, domain detection, file naming, tagging, step writing rules, and index maintenance.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Consistent, opinionated workflows for Claude Code. No AI multiple-personality disorder.
You know when you start using AI for your daily workflows, one day you get the right personality out of AI, other days you feel like it's the dumbest model in the world. What Molcajete.ai brings is the right setup for Claude Code — well-curated flows and consistent output. A curated marketplace of plugins that grind through complexity and blend workflows into smooth, production-ready solutions. Just opinionated commands and skills that get the job done, the way I like things done.
Molcajete.ai is a Claude Code plugin marketplace. It ships two plugins:
m — The core plugin. Generic, stack-aware commands covering the full development lifecycle, backed by a library of 18 reusable skills.legacy — A migration helper for moving files from the old v1 .molcajete/ format into the current m plugin format./plugin marketplace add MolcajeteAI/plugin
For persistent configuration across sessions, add to .claude/settings.json:
{
"extraKnownMarketplaces": {
"molcajete": {
"source": {
"source": "github",
"repo": "MolcajeteAI/plugin"
}
}
}
}
/plugin marketplace list
You should see molcajete in the list. Both plugins are enabled by default:
{
"enabledPlugins": {
"m@molcajete": true
}
}
m PluginThe m plugin is the core of Molcajete.ai. Every command is a structured prompt that reads relevant skills, follows established conventions, and delegates complex sub-tasks to specialized agents.
| Command | Description |
|---|---|
/m:init | Initialize a new project with mission, tech stack, roadmap, and changelog |
/m:feature | Scope a new feature into structured requirements |
/m:refactor | Research a refactoring/replacement, produce impact analysis and requirements |
/m:spec | Create a technical specification for a feature or refactor |
/m:tasks | Break a specification into sequenced implementation tasks |
/m:dev | Implement a task from the task plan |
/m:fix | Diagnose and fix a bug or failed implementation |
/m:test | Write, run, or analyze tests for code |
/m:review | Code review on staged or recent changes |
/m:doc | Generate or update documentation for a file or directory |
/m:explain | Explain a topic in a clear, friendly 3-5 minute read |
/m:research | Deep research with tech stack context, parallel agents, and long-form output |
/m:copy | Rewrite text or file content with clear structure and good copy |
/m:prompt | Write a well-structured LLM prompt from a rough description |
/m:debug | Guided debugging workflow with hypothesis testing |
/m:commit | Create a well-formatted commit from staged changes |
/m:amend | Amend the last commit with staged changes |
/m:rebase | Interactive rebase helper |
Some skills activate automatically based on what you say — no slash command needed. The research-methods skill is the first to support this:
| What you say | What runs | Output |
|---|---|---|
| "What is a CLOB?" | Quick answer | Inline response, no agents |
| "Explain how OAuth works" | Explain flow (2 agents) | 3-5 minute Introduction, save prompt |
| "Research sharding for our Postgres" | Deep research (4 agents) | Full Learning Guide, save prompt |
The /m:explain and /m:research commands are shortcuts that skip classification and go straight to their respective depth.
Skills are reusable knowledge documents loaded by commands at runtime. Each skill encodes conventions, patterns, and standards for a specific domain.
npx claudepluginhub molcajeteai/plugin --plugin mMigrate deprecated .molcajete/ files to the current m plugin format
PROJECT.md-first autonomous development with hybrid auto-fix documentation. 8-agent pipeline, auto-orchestration, docs auto-update on commit (true vibe coding). Knowledge base system with 90% faster repeat research. Strict mode enforces SDLC best practices automatically. Works for ANY Python/JavaScript/TypeScript/Go project.
Workflow skills and shared instructions for coding agents.
Core agents and commands required by all Developer Kit plugins
Claude Code settings and skills for spec-driven development workflows
GitHub Spec-Kit integration for Specification-Driven Development - define WHAT and HOW before coding
Full feature development workflow from spec to completion