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

eric861129

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

skills مجمعة
149
مستودعات
5
محدث
2026-07-18
مستكشف المستودعات

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

aptos-cli
مطوّرو البرمجيات

Expert in Aptos CLI for account management, contract deployment, transaction submission, and node operations. Use when using the Aptos CLI to initialize profiles, deploy Move contracts, submit transactions, manage accounts, or operate Aptos nodes.

2026-04-15
aptos-core
مطوّرو البرمجيات

Expert in Aptos blockchain core architecture: consensus (AptosBFT), execution (Block-STM), and networking. Use when analyzing Aptos protocol design, the Rust codebase, validator operations, or understanding how Block-STM parallel execution works.

2026-04-15
aptos-indexer
مطوّرو البرمجيات

Expert in Aptos Indexer architecture and GraphQL API for querying blockchain data. Use when querying NFTs, coin balances, or transaction history via GraphQL, designing custom processors, or optimizing data retrieval from the Aptos blockchain.

2026-04-15
aptos-standards
مطوّرو البرمجيات

Expert in Aptos Framework standards and Token Standards (AIPs). Use when implementing Fungible Assets (AIP-21), Digital Assets (AIP-11), or interacting with core framework modules and Aptos Improvement Proposals.

2026-04-15
aptos-object-model
مطوّرو البرمجيات

Expert on Aptos Object Model for composable, transferable on-chain assets. Use when working with ObjectCore, Object wrappers, ConstructorRef, ExtendRef, DeleteRef, TransferRef capabilities, or implementing composable asset patterns on Aptos blockchain.

2026-04-15
frontend-design
مطوّرو الويب

Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.

2026-03-09
react-expert
مطوّرو البرمجيات

Use when building React 18+ applications in .jsx or .tsx files, Next.js App Router projects, or create-react-app setups. Creates components, implements custom hooks, debugs rendering issues, migrates class components to functional, and implements state management. Invoke for Server Components, Suspense boundaries, useActionState forms, performance optimization, or React 19 features.

2026-03-09
skill-manager
المهن الحاسوبية الأخرى

Master controller for the entire AI Skill lifecycle. Use this as the primary entry point when adding, importing, or updating skills in the SKILLS_All-in-one platform. It enforces the strict sequence: Import -> Audit -> Onboard.

2026-03-09
عرض أهم 8 من أصل 133 skills مجمعة في هذا المستودع.
blueprint-magic-image-production
المصممون الجرافيكيون

Produce print-safe image generation briefs, prompts, QA checklists, style guidance, and delivery guidance for the book project 左手藍圖,右手魔法. Use when Codex needs to create, review, regenerate, or specify book figures from docs/publishing image IDs, including direct AI-generated concept images, scenario illustrations, four-panel dialogue comics, HTML-to-image layouts, screenshots, Mermaid diagrams, QR/external assets, Traditional Chinese labels, 17cm x 23cm book placement, gutter-safe composition, consistent book-wide visual style, and publication-quality image output.

2026-07-03
eric-continuity
الكتّاب التقنيون

脈絡與語感銜接師。讀取歷史篇章,確保新章節完美銜接前文的伏筆、延續相同的比喻體系,並消除重複說教,保持一氣呵成的專屬語感。

2026-03-24
eric-ddd-creator
مطوّرو البرمجيات

藍圖範例生成器。專門針對案例專案『Habit Life RPG』產出符合 DDD 與 OpenAPI 標準的教學文件。

2026-03-24
eric-linter
المحررون

出版格式檢查員。嚴格執行出版社規範與 MD2DOC-Evolution 解析格式,確保文稿與圖檔符合專業出版標準。

2026-03-24
eric-writing-master
المحررون

主筆的進入點,負責調度並整合所有專家技能,確保書稿符合『AI 建築團隊』體系與出版規範。

2026-03-24
eric-auditor
محللو أمن المعلومات

資安與品質審查員。根據全書資安章節(第 1.4, 2.4, 4.2, 9.3 章)的重點進行內容審查。

2026-03-20
eric-beta-reader
معلمو التعليم العالي، جميع الآخرون

萌新試讀員。扮演完全不懂程式的文組小白,挑出文稿中過於艱澀、比喻失當或跳躍過大的地方。

2026-03-20
eric-planner
معلمو التعليم العالي، جميع الآخرون

章節企劃師。參考全書大綱進行架構規劃,確保內容符合『文件驅動開發』與『反向學習』之教學脈絡。

2026-03-20
عرض أهم 8 من أصل 9 skills مجمعة في هذا المستودع.
clean-code-architecture-guardian
محللو ضمان جودة البرمجيات والمختبرون

Use this skill whenever reviewing, modifying, or planning changes in this CleanCodeTemplate repository. It enforces the repository's Traditional Chinese Clean Code standards, Clean Architecture dependency direction, naming rules, and layer responsibilities. Trigger for code review, refactoring, architecture decisions, "這樣放對嗎", "幫我檢查架構", or any change that may cross Domain/Application/Infrastructure/WebApi/Worker boundaries.

2026-05-14
clean-code-feature-builder
مطوّرو البرمجيات

Use this skill when adding or changing a feature in this CleanCodeTemplate repository, especially API endpoints, use cases, domain behavior, repositories, EF Core persistence, or Worker jobs. It guides AI agents to implement changes test-first, place code in the correct Clean Architecture layer, and follow the Traditional Chinese Clean Code standards.

2026-05-14
clean-code-outbox-worker
مطوّرو البرمجيات

Use this skill when adding, changing, debugging, or reviewing Outbox, Worker, background processing, polling, message dispatching, retry behavior, or IOutboxMessageDispatcher implementations in this CleanCodeTemplate repository.

2026-05-14
clean-code-template-maintainer
مطوّرو البرمجيات

Use this skill when modifying dotnet new template behavior in this CleanCodeTemplate repository, including .template.config/template.json, sourceName replacement, solution/project naming, README template instructions, generated project verification, or local template installation problems.

2026-05-14
clean-code-testing-verifier
محللو ضمان جودة البرمجيات والمختبرون

Use this skill before claiming work is complete, when adding tests, debugging failing tests, changing behavior, or verifying generated template output in this CleanCodeTemplate repository. It ensures build, unit tests, integration tests, and dotnet new template generation are checked with concrete evidence.

2026-05-14
عرض 5 من أصل 5 مستودعات
تم تحميل كل المستودعات