Skip to main content
Jeden Skill in Manus ausführen
mit einem Klick
GitHub-Repository

oh-my-game-kit

oh-my-game-kit enthält 151 gesammelte Skills von tranvietanh0, mit Repository-Berufsabdeckung und Skill-Detailseiten auf SkillsMP.

gesammelte Skills
151
Stars
1
aktualisiert
2026-05-26
Forks
0
Berufsabdeckung
16 Berufskategorien · 100% klassifiziert
Repository-Explorer

Skills in diesem Repository

omg-unity-architecture-assembly-graph
Softwareentwickler

Unity engine adapter: .asmdef graph, Roslyn class diagrams with Unity stereotypes (MonoBehaviour, ScriptableObject, DOTS), UPM package deps, and C4 architecture views

2026-05-26
omg-cocos-playable-parameter
Softwareentwickler

Cocos Creator 3.8.7 playable-ad parameter discovery + implementation. Scans project config files (constant.ts, *Config.ts) AND all Canvas UI nodes via MCP, reads scene values for defaults, wires bindings, auto-assigns. Modes: --quick, --standard, --deep, --exhaustive, --auto.

2026-05-26
omg-unity-editor-sync
Softwareentwickler

Compare CK updates against GameKit baseline, suggest which changes to incorporate.

2026-05-26
omg-ask
Softwareentwickler

Answer technical questions with context-aware skill activation. Use for 'how does X work', 'what is the best way to', 'explain this pattern' queries.

2026-05-26
omg-context
Netzwerk- und Computersystemadministratoren

Check context usage limits, monitor time remaining, optimize token consumption, debug context failures. Use when asking about context window, token budget, or agent context sizing.

2026-05-26
omg-cook
Softwareentwickler

Implement features end-to-end: plan, code, test, review via registry agents. Use for 'implement X', 'build Y feature', 'add Z functionality'. Handles full workflow.

2026-05-26
omg-debug
Softwareentwickler

Investigate and diagnose errors via registry-routed omg-debugger. Root cause first, no fixes until confirmed. Use for runtime errors, test failures, CI/CD issues, log analysis.

2026-05-26
omg-docs
Softwareentwickler

Create and update project documentation in docs/. Use for 'init docs', 'update docs after this change', 'generate a codebase summary', 'docs are out of date'.

2026-05-26
omg-doctor
Softwareentwickler

Validate Oh My Game Kit registry integrity across 20+ checks. Use for 'check kit health', 'something feels broken', 'validate before release', or after adding skills/agents.

2026-05-26
omg-find-skill
Softwareentwickler

Discover available skills by keyword search across all activation fragments and installed modules. Use when asking 'what skill handles X', 'how do I do Y', 'find skill for Z', or 'list all skills'.

2026-05-26
omg-fix
Softwareentwickler

ALWAYS activate this skill before fixing ANY bug, error, test failure, CI/CD issue, type error, lint, log error, UI issue, code problem.

2026-05-26
omg-git
Softwareentwickler

Git operations with conventional commits. Stage, commit, push, PR, merge. Security scans for secrets. Auto-splits commits by scope.

2026-05-26
omg-help
Softwareentwickler

Display Oh My Game Kit usage guide with live registry state. Use for 'what commands exist', 'which agents are registered', 'how do I use Oh My Game Kit'.

2026-05-26
omg-modules
Softwareentwickler

Manage optional skill modules for modular kits. Use for 'install module X', 'remove module Y', 'list available modules', 'apply a preset', 'update modules', or auditing module health.

2026-05-26
omg-plan
Softwareentwickler

Create phased implementation plans with research and task breakdown. Use for 'plan this feature', 'how should we architect X', 'break this into phases before coding'.

2026-05-26
omg-review
Softwarequalitätssicherungsanalysten und -tester

Code review via registry-routed reviewer agent. Adversarial, evidence-based. Inputs: pending changes, PR, commit hash, or codebase scan. Finds security holes, false assumptions, failure modes.

2026-05-26
omg-scout
Softwareentwickler

Explore codebase with context-aware skill injection. Use for 'find where X is implemented', 'how is Y used', 'show all places that call Z' across source, skills, and docs.

2026-05-26
omg-test
Softwarequalitätssicherungsanalysten und -tester

Run tests via registry-routed omg-tester agent. Compilation checks, coverage reports, failure analysis. Use for 'run tests', 'check coverage', 'why is this test failing'.

2026-05-26
omg-wiki
Softwareentwickler

Create, update, validate, beautify, and publish GitHub wiki pages. Enforces Diátaxis IA, RAG-friendly frontmatter, mermaid contrast, link integrity, sidebar sync, and chunk sizing.

2026-05-26
omg-brainstorm
Softwareentwickler

Generate ideas and explore solutions with context-aware skill activation. Use for 'how should I approach X', 'what are the options for Y', 'help me think through this'.

2026-05-26
omg-mcp-management
Softwareentwickler

Manage installed MCP servers — list, inspect, invoke with guarded-writes, delegate discovery to a subagent. Use when 3+ MCPs installed or before mutating external state via MCP.

2026-05-26
omg-predict
Softwareentwickler

5 expert personas debate proposed changes before implementation. Catches architectural, security, performance, and UX issues early. Use before major features or risky refactors.

2026-05-26
omg-problem-solve
Softwareentwickler

Activate when stuck after 3+ fix attempts. Breaks complexity spirals, innovation blocks, recurring patterns, and assumption constraints with systematic techniques.

2026-05-26
omg-team
Softwareentwickler

Spawn parallel agent teams for large features. Use for multi-agent research, implementation, review, or debugging across independent workstreams requiring 3+ agents.

2026-05-26
omg-agent-creator
Softwareentwickler

Create or update Oh My Game Kit agent .md files with canonical structure. Use when adding a new agent, updating maxTurns/model, or fixing frontmatter fields.

2026-05-26
omg-babysit-pr
Softwareentwickler

Monitor a PR to green+merged. Use for: 'babysit pr', 'watch pr', 'monitor pr', 'flaky ci', 'auto merge'. Retries flaky CI, resolves simple conflicts, auto-merges when approved+green.

2026-05-26
omg-contribution-score
Softwareentwickler

Internal SSOT skill: AI-score a contribution artifact (issue/PR) and POST to telemetry worker. Invoked by omg-issue, omg-sync-back, omg-triage — not user-facing. Use only when an existing skill needs to record a contribution score.

2026-05-26
omg-issue
Softwareentwickler

Report skill/agent bugs to the owning kit repo on GitHub. Use when a skill has wrong patterns, missing gotchas, or needs an enhancement. Deduplicates before creating.

2026-05-26
omg-kit
Softwareentwickler

Maintain Oh My Game Kit repos as a kit maintainer. Use for releasing kits, scaffolding new kits, cross-kit validation, schema migration, and E2E test runs.

2026-05-26
omg-ship
Softwareentwickler

One-command release pipeline: merge main, test, review, commit, push, PR. Single command from feature branch to PR URL. Use for 'ship', 'release branch', 'ready to merge', 'create PR with tests'.

2026-05-26
omg-skill-creator
Softwareentwickler

Create, update, review, audit, or validate Oh My Game Kit skills. Enforces Skillmark conventions, decision-tree, frontmatter, and architecture-review checklist. Auto-engages on skill-touching workflows.

2026-05-26
omg-sync-back
Softwareentwickler

Push .agents/ skill/agent/rule edits back to their origin kit repos as PRs. Use after fixing a skill locally, updating a gotcha, or improving agent definitions.

2026-05-26
omg-triage
Softwareentwickler

Triage GitHub issues and PRs across all kit repos. Fetches, classifies, and auto-implements actionable items. Use for 'review open issues', 'what needs fixing', 'process PR backlog'.

2026-05-26
omg-worktree
Softwareentwickler

Manage git worktrees: create, session, sync (rebase), envsync, diff, status, remove, merge. Parallel development in monorepos and standalone repos.

2026-05-26
omg-cocos-base-script-graph
Softwareentwickler

Cocos engine adapter: @ccclass class diagrams via ts-morph, TypeScript module graph via dependency-cruiser, scene hierarchy and prefab component diagrams via a custom JSON walker

2026-05-20
omg-cocos-playable-animation-core
Softwareentwickler

FlyingAnimation and FlyingAnimationController with object pool integration for Cocos Creator playable ads

2026-05-20
omg-cocos-playable-animation-presets
Softwareentwickler

AnimationPresetPlayer static class, preset catalog (20 presets), custom preset registration, and AnimationPresetParameter configuration for Cocos Creator playable ads

2026-05-20
omg-cocos-playable-asset-management
Softwareentwickler

AssetsManager singleton with caching, duplicate-load prevention, and typed resource loading for playable ad size budgets

2026-05-20
omg-cocos-playable-async-utilities
Softwareentwickler

AsyncTask and CancellationToken async utilities for Cocos Creator playable ads

2026-05-20
omg-cocos-playable-build-size
Softwareentwickler

Cocos Creator 3.8.7 playable ads build size optimization. Engine module pruning, texture compression, model/FBX/glTF mesh compression, build config tuning, asset auditing, and ad network size budget compliance.

2026-05-20
Zeigt die Top 40 von 151 gesammelten Skills in diesem Repository.