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

nback

nback 收录了来自 manuelmauro 的 11 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

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

这个仓库中的 skills

shape-up
软件开发工程师

Apply the Shape Up methodology (developed by Basecamp) to coding tasks. Use when users need to scope, plan, or implement software projects with fixed time and variable scope. Triggers include phrases like 'shape this', 'scope this project', 'what's the appetite', 'fixed time variable scope', 'shape up', 'pitch this', 'identify rabbit holes', 'scope hammer', 'vertical slice', or when users need help breaking down large coding tasks into bounded, shippable increments.

2026-04-04
bevy-shaders
软件开发工程师

Bevy custom shaders: Material trait, AsBindGroup, WGSL shader files, extended materials, 2D materials, shader defs, animated shaders, storage buffers, fullscreen post-processing, and compute shaders. Use when writing custom visual effects, materials, or GPU compute logic.

2026-04-04
bevy-2d
软件开发工程师

Bevy 2D rendering and gameplay patterns: sprites, sprite sheets, 2D shapes, meshes, movement, rotation, transparency, bloom, cameras, viewport-to-world, and top-down camera tracking. Use when building 2D games or rendering 2D content.

2026-04-04
bevy-3d
软件开发工程师

Bevy 3D rendering, lighting, materials, cameras, shapes, PBR, scene composition, hierarchy, animation, and orbit camera. Use when building 3D games or rendering 3D scenes.

2026-04-04
bevy-assets-rendering
软件开发工程师

Bevy asset loading and rendering setup: AssetServer, Mesh3d, MeshMaterial3d, Sprite, Camera, Transform, lighting, and scene composition. Use when loading assets, setting up 3D/2D scenes, or working with materials and meshes.

2026-04-04
bevy-audio
软件开发工程师

Bevy audio playback, control, spatial audio, soundtracks, volume, pause, and fade effects. Use when adding sound effects, music, spatial audio, or audio state management to a Bevy game.

2026-04-04
bevy-ecs-events
软件开发工程师

Bevy message/event patterns: MessageWriter, MessageReader, MessageMutator, observers, EntityEvent, event propagation, and one-shot systems. Use when implementing communication between systems, reacting to component lifecycle, or creating event-driven architectures.

2026-04-04
bevy-ecs-fundamentals
软件开发工程师

Core Bevy ECS patterns: components, resources, systems, queries, commands, and App setup. Use when creating new Bevy projects, defining game data types, writing systems, or structuring App builders.

2026-04-04
bevy-ecs-patterns
软件开发工程师

Advanced Bevy ECS patterns: states, run conditions, system ordering, generic systems, custom SystemParam, custom QueryData, relationships, hierarchy, change detection, fixed timestep, entity disabling, and error handling. Use when structuring complex game logic, managing game states, or optimizing system execution.

2026-04-04
bevy-plugins
软件开发工程师

Bevy plugin architecture: Plugin trait, PluginGroup, configurable plugins, and modular app composition. Use when organizing game code into reusable modules or creating library crates for Bevy.

2026-04-04
bevy-ui
软件开发工程师

Bevy UI layout, buttons, text, menus, interaction handling, state-driven screens, and widget patterns. Use when building game menus, HUDs, settings screens, or any in-game UI.

2026-04-04