← all publishers

jambot24

@jambot24 source repo

4 published skills

  1. Cursor Plan · jambot24
    Plan-first workflow that researches the codebase read-only and writes a structured, committable plan file BEFORE making any edits. Use this whenever the user asks to "plan", "scope", "design", or "think through" a change, for any multi-file refactor, migration, or feature, or any time the user says something like "before you start" or "don't write code yet". Prefer this over diving straight into edits on anything non-trivial. Invokable as /cursor-plan.
    0 installs
  2. Cursor Review · jambot24
    Structured, severity-tagged code review of a diff or set of changes, tuned for an MSP / professional-services environment (client data, secrets, least privilege). Use this whenever the user asks to "review", "check", "audit", or "look over" code, before a merge or PR, or after a batch of edits. Layers a DP3-specific security and reliability checklist on top of Claude Code's native /review and /security-review. Do not rubber-stamp. Invokable as /cursor-review.
    0 installs
  3. Cursor Guardrails · jambot24 bundle
    Set up or audit the safety/steering layer for Claude Code in a repo: a CLAUDE.md baseline, a permissions allowlist, and PreToolUse hooks that hard- block dangerous shell commands and writes to sensitive paths. Use this whenever the user wants to "lock down", "secure", "set guardrails", "set safe defaults", or configure permissions/hooks/auto-run safety for Claude Code, especially in an MSP or client-data environment. Invokable as /cursor-guardrails.
    0 installs
  4. Cursor Docs · jambot24
    Fetch external/official documentation for a library, API, or framework and cache it locally as clean Markdown with a manifest, so it can be referenced authoritatively without re-fetching. Use this whenever the user wants to "index", "add", "pull in", or "cache" docs, references a specific library/API and wants accurate guidance, or says "@docs" / "use the docs for X". Also consult the local cache before answering questions about a library that has cached docs. Invokable as /cursor-docs.
    0 installs