From pulp
Use Pulp's MIT-safe Cmajor support lane via source-owned patches, an external `cmaj` toolchain, and explicit generated-artifact workflows.
npx claudepluginhub danielraffel/pulp --plugin pulpThis skill uses the workspace's default tool permissions.
Use this skill when a task involves Pulp's current Cmajor support lane.
Monitors deployed URLs for regressions after deploys, merges, or upgrades by checking HTTP status, console errors, network failures, performance (LCP/CLS/INP), content, and API health.
Share bugs, ideas, or general feedback.
Use this skill when a task involves Pulp's current Cmajor support lane.
Pulp supports Cmajor as an external toolchain, not as a vendored runtime.
Supported now:
.cmajor / .cmajorpatch source examplestools/scripts/cmajor_external.py doctorcmajNot supported by this skill:
Processor adapter for arbitrary Cmajor patchesdocs/guides/cmajor.mdtools/scripts/cmajor_external.pydocs/contracts/pulp-dsl-v1.mdexamples/cmajor-gain/python3 tools/scripts/cmajor_external.py doctor \
--patch examples/cmajor-gain/CmajorGain.cmajorpatch
Use --require-tool when the next step truly depends on a real cmaj.
cmaj externalPreferred resolution order:
--cmaj /path/to/cmajCMAJ_BIN=/path/to/cmajPATHDo not turn the upstream Cmajor runtime/toolchain into a bundled dependency of Pulp unless the repo's license policy changes.
python3 tools/scripts/cmajor_external.py generate \
--patch examples/cmajor-gain/CmajorGain.cmajorpatch \
--target cpp \
--output /tmp/CmajorGain.cpp
Pass through target-specific args with repeated --arg flags.
When editing this lane, keep these in sync:
docs/guides/cmajor.mddocs/reference/capabilities.mddocs/guides/examples.mdplanning/v3-phase14-gap-closure-status.mdFor the current Cmajor lane, verify:
cmaj, not an assumed bundled toolThis skill is for the MIT-safe external lane only.
If a user wants true runtime embedding: