From me-md
Build a ME.MD personality and decision-making profile by parsing a CliftonStrengths report (if provided) or running a structured interview, then triangulating against the user's real prompt history across Claude Code, Codex, and OpenCode.
How this command is triggered — by the user, by Claude, or both
Slash command
/me-md:build [optional path to CliftonStrengths PDF]This command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
# /me-md build Build a comprehensive `ME.MD` profile for the user — a machine-readable specification of how they think, decide, and work. Invoke the `build-me-md` skill to run the full workflow. Pass `$ARGUMENTS` through as the optional assessment PDF path: - If `$ARGUMENTS` is a file path → pass it to `build-me-md` as the CliftonStrengths argument. - If `$ARGUMENTS` is empty → invoke `build-me-md` with no argument so it prompts for an assessment path or falls through to interview mode. - If `$ARGUMENTS` contains `--resume <path>` → pass the path as the resumable interview file; `build-m...
Build a comprehensive ME.MD profile for the user — a machine-readable specification of how they think, decide, and work.
Invoke the build-me-md skill to run the full workflow. Pass $ARGUMENTS through as the optional assessment PDF path:
$ARGUMENTS is a file path → pass it to build-me-md as the CliftonStrengths argument.$ARGUMENTS is empty → invoke build-me-md with no argument so it prompts for an assessment path or falls through to interview mode.$ARGUMENTS contains --resume <path> → pass the path as the resumable interview file; build-me-md will hand it to interview-strengths with resume mode.Follow the build-me-md skill exactly. Do not improvise a shortcut workflow. Do not skip consent, source detection, or the draft review step.
/me-md build — no assessment, falls through to interview mode/me-md build ~/Downloads/my-clifton-report.pdf — parses the PDF, then analyzes prompt history/me-md build --resume /tmp/me-md-interview-1760000000.json — resume an unfinished interviewnpx claudepluginhub imehr/imehr-marketplace --plugin me-md/buildExecutes incremental, test-driven implementation of tasks from a plan. Accepts "auto" to run through the entire plan without human stepping between tasks.
/buildBuilds, compiles, and packages projects with error handling, optimization for dev/prod/test, and detailed reporting. Supports optional target and flags like --type, --clean, --optimize.
/buildScaffolds a VitePress site from existing wiki markdown files, adding dark theme, dark-mode Mermaid diagrams, and click-to-zoom for images and diagrams.
/buildPlans and executes against SPEC.md with optional target selection, verification contracts, and auto-backprop on failure.
/buildBuilds a macOS/iOS Shortcut end-to-end via a delegate agent. Pass a natural-language brief describing the desired shortcut functionality.
/buildBuilds a task from a Notion page URL: fetches details and properties, implements per spec with progress updates in Notion, communicates via comments if needed, then marks complete with optional diff explanation.