.cursor/skills/blueprint-dev-resume/SKILL.md
Resume blueprint editor development quickly with a fixed startup checklist, regression checks, and end-of-session handoff updates. Use when user says continue development, resume work, or asks to keep iteration momentum.
npx skillsauth add dming/vscode-blueprint blueprint-dev-resumeInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Reduce context warm-up time for ongoing development in this repository.
When user asks to continue development:
plan/dev-handoff.md.plan/blueprint-migration-checklist.md.package.json.Next 3 tasks in plan/dev-handoff.md.blueprint.config.json or *.bp.json shape / parsing / adapters, follow the blueprint-json-contracts skill (read the two src/shared/JsonType/*.ts contract files first).npm run build.If user asks to package, apply package-version-first skill:
package.json version firstnpm run packageBefore finishing a development turn, update plan/dev-handoff.md:
Last doneCurrent statusNext 3 tasksVerify checklistKeep it concise and actionable.
tools
Always bump extension version in package.json before packaging VSIX. Use when user asks to package, build release artifacts, generate VSIX, publish, or prepare an installable extension package.
development
Before changing blueprint.config.json or *.bp.json shapes (or parsers/adapters), read the shared JSON contract TypeScript files. Use when editing config, editor documents, serialization, migration, or runtime asset bridges.
development
Maintainer-only workflow for handling GitHub Secret Scanning alerts on OpenClaw. Use when Codex needs to triage, redact, clean up, and resolve secret leakage found in issue comments, issue bodies, PR comments, or other GitHub content.
development
Maintainer workflow for OpenClaw releases, prereleases, changelog release notes, and publish validation. Use when Codex needs to prepare or verify stable or beta release steps, align version naming, assemble release notes, check release auth requirements, or validate publish-time commands and artifacts.