Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
blit386
ملف منشئ GitHub

blit386

عرض على مستوى المستودعات لـ 53 skills مجمعة عبر 3 مستودعات GitHub.

skills مجمعة
53
مستودعات
3
محدث
2026-07-19
مستكشف المستودعات

المستودعات و skills الممثلة

cbt-release
مطوّرو البرمجيات

Publish @blit386/kit and create-blit386 to npm following the workspace PUBLISHING.md procedure. Publishing is manual-only (pnpm publish from vancura's machine) -- there is no CI publish workflow. Does not bump versions unless the user asks.

2026-07-14
cbt-kit-audit
مطوّرو البرمجيات

Re-audit the shipped kit docs and game-author skills against the current blit386 engine API and fix stale examples. Use after adding or renaming engine public API, or when you want to check that kit content has not drifted.

2026-07-14
add-crt-effect
مطوّرو البرمجيات

Stack fullscreen post-process effects (CRT curvature, scanlines, bloom, glitch) on top of the finished frame, which runs on WebGPU only. Use for a retro CRT look, screen glitches, bloom or glow, or any whole-screen filter.

2026-07-14
design-a-sound
مطوّرو البرمجيات

Build a custom sound from scratch with AudioClip.synth and the synth knobs (waveform, envelope, pitch sweep, vibrato, noise, duty cycle) when the six ready-made presets are not what you want. Use when the user wants their own sound effect, wants to tweak or tune a preset, says a sound is too long, too high, too harsh, or too boring, or asks how to make a sound without a sound file.

2026-07-14
keep-it-fast
مطوّرو البرمجيات

Find and fix slow frames: stop making new objects every frame, batch sprites by sheet, skip what is off screen, and

2026-07-14
play-a-sound
مطوّرو البرمجيات

Play sound effects and background music, make retro sounds from nothing with the built-in synth presets, and set the volume of each bus. Use when the user wants a jump, pickup, explosion, laser, hit, or blip sound, wants music, asks about volume or muting, or asks why the game is silent.

2026-07-14
share-the-game
مطوّرو الويب

Build the finished game into a folder of plain files and put it online so other people can play. Use when the user wants to publish, deploy, or host the game, send a playable link to a friend, or asks 'how do I share my game', 'put my game on the internet', or 'make a real version people can play'.

2026-07-14
show-debug-overlay
مطوّرو البرمجيات

Turn on and feed the engine's built-in debug overlay (FPS, backend, resolution, your own rows, palette grid, timing chart). Use to see FPS and timings, show live game values while developing, or add a palette or timing inspector.

2026-07-14
عرض أهم 8 من أصل 31 skills مجمعة في هذا المستودع.
bt-release
مطوّرو البرمجيات

Prepare a semver release: gather PR history since the last tag, write a polished RELEASE.md. Also the reference for the rest of the release lifecycle (version bump, changelog, docs coverage, downstream repos, npm publish, API-history regeneration) – walk through it when asked to do more than just RELEASE.md.

2026-07-19
bt-deep-review
محللو ضمان جودة البرمجيات والمختبرون

Comprehensive pre-push review combining automated checks, a security audit, AI code analysis, and a PR-ready summary. Use before pushing significant changes or opening a pull request.

2026-07-11
bt-preflight
محللو ضمان جودة البرمجيات والمختبرون

Run all quality checks (format, lint, typecheck, spellcheck, knip, docs:links, sync:doc-banners:check, api:since:check, api:history:check, test:unit, test:declarations) before committing or pushing. Use when the user wants to verify the code is ready to commit or run every check at once.

2026-07-11
bt-issue-audit
مطوّرو البرمجيات

Re-audit open GitHub issues against the current codebase and post a new audit-update comment only when the situation has genuinely changed since the last audit.

2026-07-02
bt-perf
محللو ضمان جودة البرمجيات والمختبرون

Add or update BLIT386 CPU benchmarks and explain the CI benchmark workflow.

2026-07-02
bt-quick-format
مطوّرو البرمجيات

Quickly format all code with Biome and Prettier, skipping the verification step. Use for a fast cleanup after edits or to fix formatting flagged by CI or a hook.

2026-07-02
bt-review
مطوّرو البرمجيات

Review the current changes against project rules, conventions, and quality standards. Use when the user asks to review changes, check the diff before committing, or look over recent edits.

2026-07-02
bt-spellcheck
مطوّرو البرمجيات

Run cspell across the project, fix typos, and add legitimate words to the dictionary. Use when the user wants to spellcheck, fix spelling, or resolve cspell failures.

2026-07-02
عرض أهم 8 من أصل 12 skills مجمعة في هذا المستودع.
demos-new
مطوّرو البرمجيات

Scaffold a new blit386-demos demo file with the correct next NNN slug, the standard demo class pattern, and beginner-friendly comments. Use when the user wants to add, create, or scaffold a new demo or example, or says 'make a demo for X' or 'add a demo that shows Y'.

2026-07-17
demos-pr
مطوّرو البرمجيات

Create a pull request with automatic quality checks, a conventional commit, and the gh CLI. Use when the user wants to open a PR or push a branch for review.

2026-07-17
demos-deep-review
محللو ضمان جودة البرمجيات والمختبرون

Comprehensive pre-push review combining automated checks, a security audit, AI code analysis, and a PR-ready summary. Use before pushing significant changes or opening a pull request.

2026-07-17
demos-preflight
مطوّرو البرمجيات

Run all quality checks (format, lint, spellcheck, knip, docs:links, build) before committing or pushing. Use when the user wants to verify the code is ready to commit or run every check at once.

2026-07-17
demos-review
محللو ضمان جودة البرمجيات والمختبرون

Review the current changes against project rules, conventions, and quality standards. Use when the user asks to review changes, check the diff before committing, or look over recent edits.

2026-07-17
demos-spellcheck
مطوّرو البرمجيات

Run cspell across the project, fix typos, and add legitimate words to the dictionary. Use when the user wants to spellcheck, fix spelling, or resolve cspell failures.

2026-07-17
demos-security-run
محللو أمن المعلومات

Run MCP security preflight and documented fallbacks for blit386-demos security workflows.

2026-07-02
demos-test
مطوّرو البرمجيات

Explain that blit386-demos has no automated tests and how to verify demos by hand instead. Use when the user asks to run, write, or find tests in this repo.

2026-07-02
عرض أهم 8 من أصل 10 skills مجمعة في هذا المستودع.
عرض 3 من أصل 3 مستودعات
تم تحميل كل المستودعات