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

2code

يحتوي 2code على 13 من skills المجمعة من AkaraChen، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

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

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

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

Release a macOS desktop app version through GitHub Releases, watch the GitHub Actions build until completion, download the macOS DMG asset, mount it, copy the app into /Applications, detach the image, launch the installed app, and verify the installed version. Use when the user asks to release a version, ship a beta, watch CI, download a DMG from GitHub Releases, install a macOS app artifact, or continue a release/install workflow.

2026-06-18
release-changelog
مطوّرو البرمجيات

Create a GitHub release with auto-generated changelog for the 2code Tauri desktop app. Use when the user wants to create a new release, publish a version, generate a changelog, build and ship a DMG, or run the release pipeline. Handles the full pipeline: reads version from src-tauri/tauri.conf.json, builds DMG via bun tauri build, generates changelog from conventional commits since the last release, creates a GitHub draft release, uploads the DMG artifact, and publishes.

2026-04-15
openspec-apply-change
مطوّرو البرمجيات

Implement tasks from an OpenSpec change. Use when the user wants to start implementing, continue implementation, or work through tasks.

2026-02-13
openspec-archive-change
مطوّرو البرمجيات

Archive a completed change in the experimental workflow. Use when the user wants to finalize and archive a change after implementation is complete.

2026-02-13
openspec-bulk-archive-change
مطوّرو البرمجيات

Archive multiple completed changes at once. Use when archiving several parallel changes.

2026-02-13
openspec-continue-change
مطوّرو البرمجيات

Continue working on an OpenSpec change by creating the next artifact. Use when the user wants to progress their change, create the next artifact, or continue their workflow.

2026-02-13
openspec-ff-change
مطوّرو البرمجيات

Fast-forward through OpenSpec artifact creation. Use when the user wants to quickly create all artifacts needed for implementation without stepping through each one individually.

2026-02-13
openspec-new-change
مطوّرو البرمجيات

Start a new OpenSpec change using the experimental artifact workflow. Use when the user wants to create a new feature, fix, or modification with a structured step-by-step approach.

2026-02-13
openspec-verify-change
مطوّرو البرمجيات

Verify implementation matches change artifacts. Use when the user wants to validate that implementation is complete, correct, and coherent before archiving.

2026-02-13
dead-code-cleanup
مطوّرو البرمجيات

Find and remove unused code across frontend and backend. Use when the user asks to "clean up dead code", "find unused exports", "remove unused commands", "delete dead code", or wants to identify and eliminate unreferenced functions, types, dependencies, or Tauri commands. Covers both TypeScript/React frontend (via knip) and Rust/Tauri backend analysis.

2026-02-12
openspec-explore
مطوّرو البرمجيات

Enter explore mode - a thinking partner for exploring ideas, investigating problems, and clarifying requirements. Use when the user wants to think through something before or during a change.

2026-02-10
openspec-onboard
مطوّرو البرمجيات

Guided onboarding for OpenSpec - walk through a complete workflow cycle with narration and real codebase work.

2026-02-10
openspec-sync-specs
مطوّرو البرمجيات

Sync delta specs from a change to main specs. Use when the user wants to update main specs with changes from a delta spec, without archiving the change.

2026-02-10