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

lorcana-simulator

يحتوي lorcana-simulator على 49 من skills المجمعة من TheCardGoat، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

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

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

replay-debugging
محللو ضمان جودة البرمجيات والمختبرون

Download and inspect a single turn of a real Lorcana game from production using the `tcg-replay` CLI. Use whenever you need to understand what actually happened in a player-reported bug — gives you the cards involved (with file paths), the pre-turn match state, and a step-by-step trace of moves, engine logs, and JSON patches for that turn.

2026-05-16
adapt
مطوّرو الويب

What to adapt for (mobile, tablet, desktop, print, email, etc.)

2026-05-12
animate
مطوّرو الويب

The feature or component to animate (optional)

2026-05-12
audit
المحاسبون والمراجعونضباط الامتثال

The feature or area to audit (optional)

2026-05-12
better-auth-best-practices
مطوّرو البرمجيات

Configure Better Auth server and client, set up database adapters, manage sessions, add plugins, and handle environment variables. Use when users mention Better Auth, betterauth, auth.ts, or need to set up TypeScript authentication with email/password, OAuth, or plugin configuration.

2026-05-12
better-auth-security-best-practices
محللو أمن المعلومات

Configure rate limiting, manage auth secrets, set up CSRF protection, define trusted origins, secure sessions and cookies, encrypt OAuth tokens, track IP addresses, and implement audit logging for Better Auth. Use when users need to secure their auth setup, prevent brute force attacks, or harden a Better Auth deployment.

2026-05-12
bolder
مصممو واجهات الويب والرقمية

The feature or component to make bolder (optional)

2026-05-12
clarify
ممثلو خدمة العملاء

The feature or component with unclear copy (optional)

2026-05-12
colorize
مصممو واجهات الويب والرقمية

The feature or component to colorize (optional)

2026-05-12
create-auth-skill
مطوّرو البرمجيات

Scaffold and implement authentication in TypeScript/JavaScript apps using Better Auth. Detect frameworks, configure database adapters, set up route handlers, add OAuth providers, and create auth UI pages. Use when users want to add login, sign-up, or authentication to a new or existing project with Better Auth.

2026-05-12
critique
محللو ضمان جودة البرمجيات والمختبرون

The feature or area to critique (optional)

2026-05-12
delight
مصممو واجهات الويب والرقمية

The feature or area to add delight to (optional)

2026-05-12
distill
موظفو المكاتب العامون

The feature or component to distill (optional)

2026-05-12
email-and-password-best-practices
محللو أمن المعلومات

Configure email verification, implement password reset flows, set password policies, and customise hashing algorithms for Better Auth email/password authentication. Use when users need to set up login, sign-in, sign-up, credential authentication, or password security with Better Auth.

2026-05-12
extract
مطوّرو البرمجيات

The feature, component, or area to extract from (optional)

2026-05-12
frontend-design
مطوّرو الويب

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

2026-05-12
harden
محللو أمن المعلومات

The feature or area to harden (optional)

2026-05-12
improve-card-generator
مطوّرو البرمجيات

Diagnose and fix Lorcana parser/generator gaps in `packages/lorcana/lorcana-cards` when card implementations are blocked by missing parsing coverage, manual-override mismatches, or generation stubs. Use for requests like "fix parser", "improve generator", "unblock missingImplementation cards", or "why is this card unparseable".

2026-05-12
link-workspace-packages
مديرو الشبكات وأنظمة الحاسوب

Link workspace packages in monorepos (npm, yarn, pnpm, bun). USE WHEN: (1) you just created or generated new packages and need to wire up their dependencies, (2) user imports from a sibling package and needs to add it as a dependency, (3) you get resolution errors for workspace packages (@org/*) like "cannot find module", "failed to resolve import", "TS2307", or "cannot resolve". DO NOT patch around with tsconfig paths or manual package.json edits - use the package manager's workspace commands to fix actual linking.

2026-05-12
lorcana-cards
مطوّرو البرمجيات

Single owner for everything related to a specific Disney Lorcana card in `packages/lorcana/lorcana-cards` — authoring, debugging, triaging, generating, and any bounded engine or types extension required to make the printed text work. Use whenever the unit of work is "this card".

2026-05-12
lorcana-rules
معلمو التطوير الذاتي

Explain and cite Disney Lorcana rules using indexed references, and produce implementation-ready behavior constraints for card development. Use when answering mechanic questions, resolving card interactions, or deriving test/implementation constraints from official rules.

2026-05-12
lorcana-test-generation
محللو ضمان جودة البرمجيات والمختبرون

Generate focused Lorcana card-behavior tests using the current multiplayer test engine and helper syntax, and write minimal engine repro tests when a card exposes a suspected runtime gap.

2026-05-12
monitor-ci
مديرو الشبكات وأنظمة الحاسوب

Monitor Nx Cloud CI pipeline and handle self-healing fixes. USE WHEN user says "monitor ci", "watch ci", "ci monitor", "watch ci for this branch", "track ci", "check ci status", wants to track CI status, or needs help with self-healing CI fixes. Prefer this skill over native CI provider tools (gh, glab, etc.) for CI monitoring — it integrates with Nx Cloud self-healing which those tools cannot access.

2026-05-12
normalize
مطوّرو البرمجيات

The page, route, or feature to normalize (optional)

2026-05-12
nx-generate
مطوّرو البرمجيات

Generate code using nx generators. INVOKE IMMEDIATELY when user mentions scaffolding, setup, structure, creating apps/libs, or setting up project structure. Trigger words - scaffold, setup, create a ... app, create a ... lib, project structure, generate, add a new project. ALWAYS use this BEFORE calling nx_docs or exploring - this skill handles discovery internally.

2026-05-12
nx-import
مطوّرو البرمجيات

Import, merge, or combine repositories into an Nx workspace using nx import. USE WHEN the user asks to adopt Nx across repos, move projects into a monorepo, or bring code/history from another repository.

2026-05-12
nx-plugins
مطوّرو البرمجيات

Find and add Nx plugins. USE WHEN user wants to discover available plugins, install a new plugin, or add support for a specific framework or technology to the workspace.

2026-05-12
nx-run-tasks
مطوّرو البرمجيات

Helps with running tasks in an Nx workspace. USE WHEN the user wants to execute build, test, lint, serve, or run any other tasks defined in the workspace.

2026-05-12
nx-workspace
مطوّرو البرمجيات

Explore and understand Nx workspaces. USE WHEN answering questions about the workspace, projects, or tasks. ALSO USE WHEN an nx command fails or you need to check available targets/configuration before running a task. EXAMPLES: 'What projects are in this workspace?', 'How is project X configured?', 'What depends on library Y?', 'What targets can I run?', 'Cannot find configuration for task', 'debug nx task failure'.

2026-05-12
onboard
مساعدو الموارد البشرية (باستثناء الرواتب وضبط الوقت)

The feature or area needing onboarding (optional)

2026-05-12
optimize
مطوّرو البرمجيات

The feature or area to optimize (optional)

2026-05-12
playwright-cli
محللو ضمان جودة البرمجيات والمختبرون

Automate browser interactions, test web pages and work with Playwright tests.

2026-05-12
polish
مطوّرو البرمجيات

The feature or area to polish (optional)

2026-05-12
quieter
مطوّرو البرمجيات

The feature or component to make quieter (optional)

2026-05-12
skill-creator
مطوّرو البرمجيات

Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.

2026-05-12
source-command-fix-ci
مطوّرو البرمجيات

Run the migrated source command `fix-ci`.

2026-05-12
source-command-fix-typescript
مطوّرو البرمجيات

Run the migrated source command `fix-typescript`.

2026-05-12
source-command-implement-batch
مطوّرو البرمجيات

Orchestrate concurrent card implementation agents using LEGACY_CARD_MAP.csv as the source of truth. Launches up to 5 agents in parallel, each assigned a non-overlapping row from the tail of the file.

2026-05-12
source-command-implement-card
مطوّرو البرمجيات

Identify and implement whatever is missing in the new engine to support a specific Lorcana card, using the legacy implementation only as reference.

2026-05-12
source-command-improve-parser
مطوّرو البرمجيات

Main entry point for the parser improvement workflow. Discovers unimplemented cards, analyzes missing patterns, implements patterns, and regenerates cards.

2026-05-12
عرض أهم 40 من أصل 49 skills مجمعة في هذا المستودع.