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

knowledge-work-plugins

يحتوي knowledge-work-plugins على 32 من skills المجمعة من Moonsong-Labs، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
32
Stars
3
محدث
2026-05-27
Forks
2
التغطية المهنية
5 فئات مهنية · 100% مصنفة
مستكشف المستودعات

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

analyzing-weights
مطوّرو البرمجيات

Analyzes weight file diffs after benchmarks to flag significant regressions in ref_time, proof_size, and DB reads. Use when updating weights, running benchmarks, or reviewing weight changes.

2026-05-27
executing-plans
مطوّرو البرمجيات

Use when you have a written implementation plan to execute in a separate session with review checkpoints

2026-05-21
finishing-a-development-branch
مطوّرو البرمجيات

Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup

2026-05-21
requesting-code-review
مطوّرو البرمجيات

Use when completing tasks, implementing major features, or before merging to verify work meets requirements

2026-05-21
subagent-driven-development
مطوّرو البرمجيات

Use when executing implementation plans with independent tasks in the current session

2026-05-21
using-git-worktrees
مطوّرو البرمجيات

Use when starting feature work that needs isolation from current workspace or before executing implementation plans - ensures an isolated workspace exists via native tools or git worktree fallback

2026-05-21
qa-cherry-picks
محللو ضمان جودة البرمجيات والمختبرون

QA cherry-pick tracking documents for polkadot-sdk fork upgrades. Use when auditing, verifying, or updating cherry-pick tables in docs/cherry-picks/, when upgrading to a new polkadot-sdk stable branch, or when checking if a cherry-pick was applied.

2026-05-18
architecture-decision-record
متخصصو إدارة المشاريع

Use when creating, reviewing, backfilling, superseding, or organizing architecture decision records (ADRs/MADR) for significant technical decisions; avoid trivial implementation notes and broad design documents

2026-04-20
meeting-summarizer
أمناء سر المدراء والمساعدون الإداريون التنفيذيون

Use when converting a meeting transcript, recording transcript, or auto-generated notes (Gemini, Granola, Otter, Fireflies, Zoom) into a structured summary. Not for behavioral analysis, filler-word counts, or facilitation critique.

2026-04-17
writing-skills
مطوّرو البرمجيات

Use when creating new skills, editing existing skills, or verifying skills work before deployment

2026-04-17
brainstorming
مطوّرو البرمجيات

You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.

2026-04-13
risk-management
متخصصو إدارة المشاريع

Use when identifying project risks, creating risk registers, building mitigation plans, or assessing impact and likelihood of threats to delivery

2026-04-09
bridge-maintenance
مديرو الشبكات وأنظمة الحاسوب

Maintains bridge infrastructure for Moonbeam including substrate-relay updates, zombienet chain spec generation, and bridge integration testing. Use when upgrading polkadot-sdk stable versions, updating the substrate-relay binary, regenerating relay chain specs, or debugging bridge relayer issues.

2026-03-20
writing-plans
متخصصو إدارة المشاريع

Use when you have a spec or requirements for a multi-step task, before touching code

2026-03-16
systematic-debugging
مطوّرو البرمجيات

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes

2026-03-12
pr-desc
مطوّرو البرمجيات

Write pull request descriptions from local git changes. Use when asked to summarize a branch diff into PR-ready markdown, including goal discovery, breaking-change detection, and template-based formatting. Select base branch as `main`/`master` by default, or `moonbeam-polkadot-stableNNNN` when the user provides a 4-digit release number.

2026-03-12
create-plugin
مطوّرو البرمجيات

Use when creating a new plugin for agentic AI assistants, scaffolding plugin directory structures, starting a new plugin project from scratch, or porting existing skills from another repository

2026-03-11
skill-reviewer
مطوّرو البرمجيات

Use when auditing or refactoring a reusable agent artifact such as a `SKILL.md` bundle or standalone agent definition for trigger quality, bundle structure, metadata parity, progressive disclosure, or reusable capability fit.

2026-03-11
using-skills
مطوّرو البرمجيات

Use when starting any conversation - establishes how to find and use skills, requiring Skill tool invocation before ANY response including clarifying questions

2026-03-10
plugin-customizer
مطوّرو البرمجيات

Use when installing or configuring a distributable plugin that contains ~~placeholder references needing replacement with organization-specific tool names

2026-03-09
adding-pallets
مطوّرو البرمجيات

Creates and integrates new FRAME pallets into the Moonbeam runtime. Use when adding on-chain functionality, implementing Substrate-native features, creating new storage and extrinsics, or extending runtime capabilities.

2026-03-09
adding-precompiles
مطوّرو البرمجيات

Creates and integrates EVM precompiled contracts that expose Substrate functionality to the EVM. Use when exposing pallet functionality to Solidity contracts, creating Ethereum-compatible interfaces, implementing standard Ethereum precompiles, or bridging EVM and Substrate state.

2026-03-09
benchmarking-pallets
مطوّرو البرمجيات

Creates and runs benchmarks for pallets and precompiles to generate accurate weight functions for the Moonbeam runtime. Use when adding new extrinsics, creating precompiles, optimizing functionality, updating weights after logic changes, or validating weight accuracy.

2026-03-09
debugging-moonbeam
مطوّرو البرمجيات

Debugs issues in the Moonbeam parachain including runtime panics, EVM execution failures, XCM message delivery problems, and client-side errors. Use when encountering transaction failures, unexpected behavior, state inconsistencies, block production issues, or RPC errors.

2026-03-09
developing-rpcs
مطوّرو البرمجيات

Develops and extends RPC methods for the Moonbeam node including Ethereum-compatible RPCs and custom Moonbeam RPCs. Use when adding RPC endpoints, implementing Ethereum RPC compatibility, debugging RPC issues, extending existing methods, or adding tracing/debug capabilities.

2026-03-09
developing-runtime
مطوّرو البرمجيات

Develops and modifies the Moonbeam runtime using general patterns and best practices. Use when modifying runtime configuration, adding pallets to the runtime, implementing migrations, updating runtime APIs, or managing runtime versioning.

2026-03-09
developing-xcm
مطوّرو البرمجيات

Develops XCM (Cross-Consensus Messaging) functionality for cross-chain communication between Moonbeam and other parachains/relay chains. Use when implementing cross-chain asset transfers, adding support for remote chains, debugging XCM message failures, configuring XCM fees, or registering foreign assets.

2026-03-09
implementing-eips
مطوّرو البرمجيات

Implements Ethereum Improvement Proposals (EIPs) in the Moonbeam runtime to maintain Ethereum compatibility. Use when adding support for new opcodes, implementing precompile standards, supporting new transaction types, updating gas costs per EIP specs, or implementing account abstraction features.

2026-03-09
managing-staking
مطوّرو البرمجيات

Manages Moonbeam's parachain staking system including collator selection, delegation, and rewards. Use when modifying staking parameters, debugging delegation issues, implementing staking features, understanding collator selection, or working with staking rewards.

2026-03-09
patching-dependencies
مطوّرو البرمجيات

Patches Cargo dependencies to use local checkouts or different branches. Use when testing changes across multiple repositories, debugging dependency issues, or developing against local polkadot-sdk/frontier/moonkit forks.

2026-03-09
testing-moonbeam
مطوّرو البرمجيات

Runs and writes tests for the Moonbeam parachain including Rust unit tests, TypeScript integration tests, smoke tests, and multi-chain tests. Use when verifying changes, writing tests for new features, debugging test failures, running specific test suites, or creating test fixtures.

2026-03-09
writing-migrations
مطوّرو البرمجيات

Writes and tests runtime migrations for state transitions in Moonbeam. Use when handling storage layout changes, renaming or removing storage items, data format changes, pallet index changes, or storage key modifications.

2026-03-09