.claude/skills/bitrix24-static-local-app/SKILL.md
Builds and packages Битрикс24 static local application archives from this project. Use when the user asks to generate a static app zip, debug 404 on app_local/index.html, or validate archive structure for Битрикс24 upload.
npx skillsauth add rustams/inbound bitrix24-static-local-appInstall 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.
Use this skill to produce a valid Битрикс24 static local app archive from this repository and avoid startup 404 errors.
cd frontendpnpm install (if needed)pnpm run archive:staticfrontend/artifacts/b24-static-local-app.zipindex.html_nuxt/frontend/, dist/, .output/)index.html uses relative assets (./_nuxt/..., ./favicon.ico)frontend/package.json:
build:staticpack:staticarchive:staticfrontend/tools/pack-static-app.mjsfrontend/app/router.options.tsapp_local path:
frontend/app/middleware/01.app.page.or.slider.global.tsIf Битрикс24 opens app by URL like:
/bXXXX/app_local/<hash>/index.html?DOMAIN=...
Nuxt may throw:
[nuxt] error caught during app initialization ... Page not found ...
To prevent this, keep both protections:
app/router.options.ts (hashMode in static mode).01.app.page.or.slider.global.ts:
to.path with /app_local/ or ending /index.html/ with replace: trueWithout these two protections, archive can be valid but app still fails on startup with 404.
tools
This skill should be used when the user asks to "design agent tools", "create tool descriptions", "reduce tool complexity", "implement MCP tools", or mentions tool consolidation, architectural reduction, tool naming conventions, or agent-tool interfaces.
development
This skill should be used when the user asks to "start an LLM project", "design batch pipeline", "evaluate task-model fit", "structure agent project", or mentions pipeline architecture, agent-assisted development, cost estimation, or choosing between LLM and traditional approaches.
development
PM skill for Claude Code, Codex, Cursor, and Windsurf. Diagnoses SaaS metrics, critiques PRDs, plans roadmaps, runs discovery, coaches PM career transitions, and pressure-tests AI product decisions. Six knowledge domains, 12 templates, 30+ frameworks, and an opinionated interaction style that labels assumptions and names tradeoffs.
development
Understand the Битрикс24 Starter Kit project structure. Use this skill to find where specific code (frontend, backend, infrastructure) is located.