Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

nums

nums 收录了来自 cartridge-gg 的 24 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
24
Stars
11
更新
2026-04-10
Forks
6
职业覆盖
8 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 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
cairo-auditor
信息安全分析师

Systematic Cairo/Starknet security audit workflow with deterministic preflight, parallel vector specialists, adversarial reasoning, and strict false-positive gating.

2026-03-12
cairo-contract-authoring
软件开发工程师

Guides Cairo smart-contract authoring on Starknet with language fundamentals, safe structure choices, component composition, and implementation workflow references.

2026-03-12
cairo-optimization
计算机程序员

Improves Cairo performance after correctness is established, including hotspot profiling, arithmetic/loop optimization, and bounded-int hardening.

2026-03-12
cairo-testing
软件质量保证分析师与测试员

Provides Cairo smart-contract testing strategy with progressive references for snforge unit, integration, fuzz, and fork tests.

2026-03-12
cairo-toolchain
软件开发工程师

Covers Starknet build, declare, deploy, verify, and release operations with a deterministic workflow and command-level references.

2026-03-12
dojo-config
数据库管理员

Configure Scarb.toml, dojo profiles, world settings, and dependencies. Use when setting up project configuration, managing dependencies, or configuring deployment environments.

2026-03-12
dojo-indexer
数据库架构师

Set up and configure Torii indexer for GraphQL queries, gRPC subscriptions, and SQL access. Use when indexing your deployed world for client queries or real-time updates.

2026-03-12
dojo-init
软件开发工程师

Initialize new Dojo projects with proper directory structure, configuration files, and dependencies. Use when starting a new Dojo game project or setting up the initial project structure.

2026-03-12
dojo-migrate
计算机程序员

Manage world migrations, handle breaking changes, and upgrade Dojo versions. Use when updating deployed worlds, migrating to new versions, or handling schema changes.

2026-03-12
dojo-model
软件开发工程师

Create Dojo models for storing game state with proper key definitions, trait derivations, and ECS patterns. Use when defining game entities, components, or state structures.

2026-03-12
dojo-review
软件开发工程师

Review Dojo code for best practices, common mistakes, security issues, and optimization opportunities. Use when auditing models, systems, tests, or preparing for deployment.

2026-03-12
dojo
软件开发工程师

Dojo Engine framework patterns — World, Systems, Models, Events, Components, Store, permissions, testing with spawn_test_world, and deployment with sozo.

2026-03-12
dojo-system
软件开发工程师

Create Dojo systems that implement game logic, modify model state, and handle player actions. Use when implementing game mechanics, player commands, or automated logic.

2026-03-12
dojo-test
软件质量保证分析师与测试员

Write tests for Dojo models and systems using spawn_test_world, cheat codes, and assertions. Use when testing game logic, verifying state changes, or ensuring system correctness.

2026-03-12
dojo-token
软件开发工程师

Implement, deploy, and index ERC20 and ERC721 tokens in Dojo. Use when adding token contracts, deploying them, or configuring Torii to index balances and transfers.

2026-03-12
dojo-world
数据库管理员

Manage world permissions, namespaces, resource registration, and access control. Use when configuring world ownership, setting up authorization policies, or managing resource permissions.

2026-03-12