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

cartridge-gg

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

skills مجمعة
57
مستودعات
9
محدث
2026-05-15
خريطة المستودعات

أين توجد skills

أهم المستودعات حسب عدد skills المجمعة، مع حصتها من كتالوج هذا المنشئ وانتشارها المهني.

نعرض هنا أهم 8 مستودعات؛ تستمر القائمة الكاملة أدناه.
مستكشف المستودعات

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

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

Add a new release note entry. Keeps the client data file and the docs MDX page in sync, and bumps the version so the in-game modal re-appears for all players.

2026-04-10
render-daily-replay
مطوّرو البرمجيات

Auto-render a Remotion video replay of a Nums game on Mainnet. Resolves the target `gameId` from Torii (best reward of the day OR best score of the day, OR a specific gameId the user provides), silently auto-fetches the current NUMS price from Ekubo, then runs `pnpm remotion:render:game` with the right props. Use when the user asks to render today's top game, the daily winner, the biggest reward, the highest score, or any specific gameId, without having to assemble the render command by hand.

2026-04-09
nums-remotion-replay
مطوّرو البرمجيات

Project-specific skill for the Nums Remotion package that generates game replay videos by reusing the existing client React components. Covers the cross-package webpack setup, client-component overrides, Torii data fetching, font loading, render flow quirks, and hosting. Use when working on `remotion/` or the `SlidingNumber` component, adding new compositions, debugging font/animation issues, or setting up hosting for the Remotion Studio. Pairs with the generic `remotion-best-practices` skill.

2026-04-09
ui-architecture
مصممو واجهات الويب والرقمية

UI component patterns for the Nums game client — Radix primitives, elements, containers, theming, Storybook conventions. Use when creating or modifying UI components, adding storybook stories, or working with the design system.

2026-03-12
shadcn
مطوّرو الويب

Manages shadcn components and projects — adding, searching, fixing, debugging, styling, and composing UI. Provides project context, component docs, and usage examples. Applies when working with shadcn/ui, component registries, presets, --preset codes, or any project with a components.json file. Also triggers for "shadcn init", "create an app with --preset", or "switch to --preset".

2026-03-12
ui-architecture-icon
مصممو واجهات الويب والرقمية

Add SVG icons to the Nums game client — convert SVG, create component, export, update storybook. Use when adding, modifying, or removing icon components.

2026-03-12
dojo-architecture
مطوّرو البرمجيات

Shinigami architecture for fully onchain Dojo games — Elements, Types, Models, Components, Systems, Helpers, Store, Events, Interfaces. Use when structuring a new game, adding modules, understanding the codebase hierarchy, or implementing new game mechanics.

2026-03-12
account-abstraction
مطوّرو البرمجيات

Starknet account abstraction correctness and security guidance for validate/execute paths, nonces, signatures, and session policies.

2026-03-12
عرض أهم 8 من أصل 24 skills مجمعة في هذا المستودع.
package-filter
مطوّرو البرمجيات

Run commands in specific workspace packages using pnpm filters. Use to execute commands in specific packages within the monorepo.

2026-02-16
run-tests
محللو ضمان جودة البرمجيات والمختبرون

Run the test suite for the Cartridge Controller monorepo. Use when validating changes, before committing, or when asked to run tests.

2026-02-16
clean-build
مطوّرو البرمجيات

Clean all build artifacts and rebuild from scratch. Use when experiencing stale build artifacts, Turbo cache issues, mysterious build failures, or after dependency updates.

2026-01-27
code-review
محللو ضمان جودة البرمجيات والمختبرون

Review code changes for quality, correctness, and best practices. Use when asked to review a PR, review changes, or assess code quality before merge.

2026-01-27
codegen
مطوّرو البرمجيات

Regenerate GraphQL types from API schema. Use when API schema has changed, GraphQL queries/mutations added or modified, or type errors in API calls.

2026-01-27
dispatch-release
مطوّرو البرمجيات

Dispatch a release using GitHub Actions. Use when asked to create a release, publish to npm, or start the release process.

2026-01-27
pre-commit-check
مطوّرو البرمجيات

Run all pre-commit checks before committing changes. Use to manually verify changes pass all quality gates before committing.

2026-01-27
release-prep
مطوّرو البرمجيات

Prepare repository for a new release. Use before creating a release PR to ensure everything is ready.

2026-01-27
عرض أهم 8 من أصل 12 skills مجمعة في هذا المستودع.
cartridge-paymaster
مطوّرو البرمجيات

Set up and manage Cartridge paymasters to sponsor transaction fees for gasless user experiences.

2026-04-29
cartridge-rpc
مطوّرو البرمجيات

Configure Cartridge RPC endpoints with API token authentication and CORS whitelisting.

2026-04-29
cartridge-vrng
مطوّرو البرمجيات

Integrate Cartridge's verifiable random number generator (vRNG) into onchain games.

2026-04-29
controller-presets
مطوّرو البرمجيات

Interactively walk teams through creating a Cartridge Controller preset, including origin/AASA setup, session policies, themes, and mainnet vs sepolia configuration.

2026-04-29
controller-react
مطوّرو الويب

Integrate Cartridge Controller into React applications using starknet-react. Use when building React/Next.js web apps with Controller, setting up StarknetConfig provider, using hooks like useConnect/useAccount, or implementing wallet connection components. Covers ControllerConnector setup, provider configuration, and transaction execution patterns.

2026-03-05
controller-sessions
مطوّرو البرمجيات

Configure session keys and policies for Cartridge Controller to enable gasless, pre-approved transactions. Use when defining contract interaction policies, setting spending limits, configuring signed message policies, or implementing error handling for session-based transactions. Covers SessionPolicies type, policy definitions, verified sessions, and error display modes.

2026-03-05
controller-setup
مطوّرو البرمجيات

Integrate Cartridge Controller wallet into Starknet applications. Use when setting up Controller for the first time, installing packages, configuring chains/RPC endpoints, or troubleshooting basic integration issues. Covers installation, Controller instantiation, ControllerConnector vs SessionConnector choice, chain configuration, and package compatibility.

2026-03-05
controller-backend
مطوّرو البرمجيات

Integrate Cartridge Controller into backend services using Node.js, Rust, or headless mode. Use when building server-side applications, game backends, automated bots, or any non-browser environment that needs to execute Starknet transactions. Covers SessionProvider for Node.js, Rust SDK setup, and headless Controller with custom signing keys.

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