Agent Plugins Marketplace
All plugins

majestic-misc

v0.1.0

Portable capabilities for actionable communication, lessons learned, visual explanations, execution grading, and skill design.

CodexClaude CodeAgent Plugins5 Skills

By Majestic LabsLicense: MIT0 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Codex, Claude Code, and Agent Plugins
Parsed components
5 skill or MCP entries
Source updated
Aug 27, 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 plugin

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add majestic-misc@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. 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/majesticlabs-dev/majestic-abilities

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/misc/.

Plugin files

plugins/misc/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── plugin.json
├── skills/actionable-communication/SKILL.md
├── skills/lessons-learned/SKILL.md
├── skills/show-me/SKILL.md
├── skills/skill-grader/SKILL.md
└── skills/skill-structure/SKILL.md

Included Skills5

actionable-communicationskills/actionable-communication/SKILL.md

Shape agent responses into direct answers, bounded actions, visible progress, and one concrete next step. Use only when the user invokes this response mode or explicitly asks for ongoing actionable, low-friction communication.

lessons-learnedskills/lessons-learned/SKILL.md

Extract evidence-based lessons from completed work or a resolved problem and convert them into specific future practices. Use after a project, incident, experiment, implementation, campaign, or operating cycle has enough evidence to assess what should be repeated, changed, or avoided. Not for judging whether a consequential decision process was sound.

show-meskills/show-me/SKILL.md

Explain the current topic with the smallest accurate visual. Use when the user asks to show, sketch, diagram, map, or visualize an algorithm, code path, architecture, file layout, state change, or comparison.

skill-graderskills/skill-grader/SKILL.md

Grade a skill execution against explicit expectations using transcript and output evidence, then audit unsupported claims and weak evaluations. Use when reviewing skill test runs, regression fixtures, generated artifacts, or acceptance criteria for an agent capability.

skill-structureskills/skill-structure/SKILL.md

Decide whether reusable guidance should become an Agent Skill, reference, script, prompt, or deliberate omission, then design a compliant skill when justified. Use when creating, importing, splitting, or reviewing SKILL.md-based capabilities.

Plugin manifests3

plugins/misc/.codex-plugin/plugin.json
{
  "name": "majestic-misc",
  "version": "0.1.0",
  "description": "Portable capabilities for actionable communication, lessons learned, visual explanations, execution grading, and skill design.",
  "author": {
    "name": "Majestic Labs"
  },
  "license": "MIT",
  "keywords": [
    "skills",
    "communication",
    "meta"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Majestic Misc",
    "shortDescription": "Communication, lessons learned, and skill-design skills.",
    "longDescription": "Portable capabilities for actionable communication, lessons learned, visual explanations, execution grading, and skill design.",
    "developerName": "Majestic Labs",
    "category": "Productivity",
    "capabilities": [
      "Skills"
    ],
    "defaultPrompt": [
      "Extract lessons from this completed work.",
      "Improve this skill structure.",
      "Make this answer more actionable.",
      "Show this architecture as a diagram."
    ]
  }
}
plugins/misc/.claude-plugin/plugin.json
{
  "name": "majestic-misc",
  "displayName": "Majestic Misc",
  "version": "0.1.0",
  "description": "Portable capabilities for actionable communication, lessons learned, visual explanations, execution grading, and skill design.",
  "author": {
    "name": "Majestic Labs"
  },
  "license": "MIT",
  "keywords": [
    "skills",
    "communication",
    "meta"
  ]
}
plugins/misc/plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "majestic-misc",
  "version": "0.1.0",
  "description": "Portable capabilities for actionable communication, lessons learned, visual explanations, execution grading, and skill design.",
  "author": {
    "name": "Majestic Labs"
  },
  "license": "MIT",
  "keywords": [
    "skills",
    "communication",
    "meta"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[majestic-misc on Agent Plugins Marketplace](https://pluginsmp.com/plugins/majestic-misc)