Skip to main content

このリポジトリの skills

DaFum/neurotoxic-game - 2ページ

SkillsMP は DaFum/neurotoxic-game から 91 件の skill を収集しています。skill を開くとソースと詳細を確認できます。

DaFum/neurotoxic-game

収集済み skill 91 件中 40 件を表示しています。

職業分類
ソフトウェア開発者
説明

create release notes from commit history. Trigger when preparing a release, summarizing changes, or writing a changelog. Understands Conventional Commits. Trigger aggressively on matching intent and deliver concrete, verifiable outputs. Synthesize release…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Generate strict project guardrails and checklists that enforce consistency, prevent common mistakes, and align teams on standards. Trigger when defining rules for new repos, setting up new agents/projects, enforcing technical constraints (version pinning,…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

route requests to the correct domain and `AGENTS.md`. Trigger when asked where code lives, who owns a feature, or how the repo is organized. Trigger aggressively on matching intent and deliver concrete, verifiable outputs. Route requests to the correct domain…

原文の言語: 英語

更新
職業分類
ソフトウェア品質保証アナリスト・テスター
説明

Run this skill whenever work touches `.agents/skills/**` (new skills, edits, refactors, CI failures, trigger-quality tuning, or release prep). It should aggressively validate structure, frontmatter YAML, referenced-file paths, duplicate names, and…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

enforce state immutability and valid transitions. Trigger when modifying the reducer, creating actions, or debugging state bugs. Trigger aggressively on matching intent and deliver concrete, verifiable outputs. Enforce reducer/action-creator coherence and…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

enforce Tailwind CSS v4 syntax and project-specific CSS variables. Trigger when writing styles, reviewing UI code, or fixing design inconsistencies. Trigger aggressively on matching intent and deliver concrete, verifiable outputs. Enforce Tailwind v4 token…

原文の言語: 英語

更新
職業分類
ソフトウェア品質保証アナリスト・テスター
説明

Use when implementing any feature or bugfix, before writing implementation code

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Use when starting feature work that needs isolation from current workspace or before executing implementation plans - creates isolated git worktrees with smart directory selection and safety verification

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

diagnose and fix Web Audio and Tone.js issues. Trigger when audio crackles, fails to start, or desyncs. Handles autoplay policies and context lifecycle. Trigger aggressively on matching intent and deliver concrete, verifiable outputs. Stabilize Web Audio…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Use when creating new skills, editing existing skills, or verifying skills work before deployment

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

diagnose and fix asset loading issues. Trigger when assets fail to load (404), have incorrect MIME types, or when paths are undefined. Checks import.meta.glob, new URL(), and public folder references.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

debug audio playback issues. Trigger when music fails to start, plays the wrong track, stutters, or when ambient/gig transitions fail. Covers Tone.js, AudioContext, and asset loading.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

plan code changes and draft commit messages. Trigger when preparing to modify code, refactor, or fix bugs. Ensures commits follow Conventional Commits standard.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

improve CI reliability, speed, and clarity. Trigger when CI is slow, flaky, fails silently, or needs optimization. focus on GitHub Actions workflows.

原文の言語: 英語

更新
職業分類
ウェブ・デジタルインターフェースデザイナー
説明

enforce brutalist UI design system. Trigger when creating or modifying UI components. Checks for correct colors, borders, shadows, and Tailwind v4 usage.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

add debug tools, overlays, and logging. Trigger when asking for diagnostics, visualizations, or dev-tools. Use existing logger and debug viewer.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

enforce pinned dependency versions. Trigger when asked to upgrade packages, install new dependencies, or when reviewing package.json changes.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

analyze and tune game balance. Trigger when adjusting difficulty, economy, progression, or event effects.

原文の言語: 英語

更新
職業分類
ソフトウェア品質保証アナリスト・テスター
説明

Write and maintain integration tests for the critical game loop: INTRO → MENU → OVERWORLD → PREGIG → GIG → POSTGIG → OVERWORLD → GAMEOVER. Trigger when: asked to add regression tests, verify game flow continuity, ensure state transitions work, check critical…

原文の言語: 英語

更新
職業分類
ソフトウェア品質保証アナリスト・テスター
説明

create minimal reproduction cases for bugs. Trigger when asked to isolate an issue, create a test case, or debug a complex interaction.

原文の言語: 英語

更新
職業分類
ソフトウェア品質保証アナリスト・テスター
説明

run the full test and lint suite. Trigger when preparing to commit, submitting a PR, or verifying a change. Runs lint, test, and build in order.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

optimize bundle size and runtime performance. Trigger when the app is slow, bundle is too large, or build warnings appear. Checks lazy loading, asset sizes, and render loops.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

detect and fix memory leaks in Pixi.js components. Trigger when reviewing Pixi code, scene transitions, or when performance degrades over time.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

generate comprehensive project context and instructions. Trigger when onboarding a new agent, creating a README, or summarizing the project architecture.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

refactor code without breaking functionality. Trigger when asked to clean up, restructure, or optimize code. Enforces test coverage and quality gates.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

create release notes from commit history. Trigger when preparing a release, summarizing changes, or writing a changelog. Understands Conventional Commits.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Generate strict project guardrails and checklists that enforce consistency, prevent common mistakes, and align teams on standards. Trigger when defining rules for new repos, setting up new agents/projects, enforcing technical constraints (version pinning,…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

route requests to the correct domain and `AGENTS.md`. Trigger when asked where code lives, who owns a feature, or how the repo is organized.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Align skills with repository conventions and detect drift across the skill library. Trigger when a skill feels outdated, references deleted files, uses incorrect/deprecated commands, has version mismatches (Vite 7 vs 8, React 18 vs 19), terminology doesn't…

原文の言語: 英語

更新
職業分類
ソフトウェア品質保証アナリスト・テスター
説明

Validate and test the skill library. Trigger when adding a new skill, modifying an existing one, or running the skill CI. Checks structure, YAML, and logic.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

enforce state immutability and valid transitions. Trigger when modifying the reducer, creating actions, or debugging state bugs.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

enforce Tailwind CSS v4 syntax and project-specific CSS variables. Trigger when writing styles, reviewing UI code, or fixing design inconsistencies.

原文の言語: 英語

更新
職業分類
ソフトウェア品質保証アナリスト・テスター
説明

Use when implementing any feature or bugfix, before writing implementation code

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

TypeScript senior-developer guidance for the NEUROTOXIC codebase — writing, reviewing, refactoring, and migrating TypeScript with strict-mode discipline. Trigger when: adding types to a `.js`/`.jsx` file, migrating JS to TS, fixing `tsc` errors, chasing `any`…

原文の言語: 英語

更新
職業分類
ネットワーク・コンピュータシステム管理者
説明

Use when starting feature work that needs isolation from current workspace or before executing implementation plans - creates isolated git worktrees with smart directory selection and safety verification

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

diagnose and fix Web Audio and Tone.js issues. Trigger when audio crackles, fails to start, or desyncs. Handles autoplay policies and context lifecycle.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Use when creating new skills, editing existing skills, or verifying skills work before deployment

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.

原文の言語: 英語

更新
収集済み skill 91 件中 40 件を表示しています。