FPS Shooter A playbook for first-person shooters — the look/move controller, the shooting model, weapon feel, and combat. This is a compositional skill: it wires a 3D controller, input, and AI into a shooter. It does not re-teach 3D nodes or raycasts; it defines the shooting model and the feel knobs (TTK, recoil, spread) that decide whether the guns feel good. When to use Use when building a first-person game whose core verb is aim and shoot — arena shooter, tactical FPS, PvE shooter, boomer-shooter. Use when deciding hitscan vs. projectile, tuning time-to-kill, recoil, spread, or aim feel. When not to use: third-person/2D shooting → reuse the shooting model here but build the camera/controller from the relevant genre. Wave survival with towers → tower-defense . For the camera/character body itself, use godot-3d-essentials / unreal-cpp-gameplay . Core loop Show more Installs 922 Repository gamedev-skills/…t-skills GitHub Stars 456 First Seen Jun 27, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
fps-shooter
安装
npx skills add https://github.com/gamedev-skills/awesome-gamedev-agent-skills --skill fps-shooter