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

drop

يحتوي drop على 4 من skills المجمعة من Flare576، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
4
Stars
0
محدث
2026-07-13
Forks
0
التغطية المهنية
1 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

drop-diff
مطوّرو البرمجيات

Push the current git working-tree diff (staged, unstaged, and untracked changes) through the drop relay so a human on another machine can pull, decrypt, and apply it. Use when the user says something like "send this to the other machine", "push this to Elevance", "get this diff over to the VDI", or is otherwise happy with the current changes and wants to hand them off.

2026-07-13
drop-file
مطوّرو البرمجيات

Push the raw bytes of an arbitrary file (a zip, a build artifact, a single generated document, a config bundle) through the drop relay so a human on another machine can pull, decrypt, and save it. Use when the user says something like "send this zip to the other machine", "push this build to the VDI", "get this file over to Elevance", or otherwise wants to hand off a specific existing artifact that isn't a git diff.

2026-07-13
drop
مطوّرو البرمجيات

Zero-knowledge encrypted dead-drop relay for handing an artifact (a diff, a file, a zip) to a human on a machine you can't otherwise reach — e.g. an AI coding agent on unrestricted hardware handing work to a person on a locked-down VDI with no shared filesystem. Use when the user wants to send code changes, a document, or a bundle to "the other machine" and asks for help wiring that up.

2026-07-13
release
مطوّرو البرمجيات

Load when cutting a new drop-f release — version bump, tag, npm publish via GitHub Actions OIDC. Runs the pre-flight checklist interactively with Flare confirming each gate before proceeding. Triggers: 'cut a release', 'bump the version', 'tag and publish', 'release v0.x.y', 'ship drop-f'.

2026-07-06