home / skills / chen19007

chen19007 skills

Find 12 skills from 1 repo created by chen19007 on GitHub.

1 repo
12 skills
GitHub

Sponsored

godot-design

chen19007/my_skills

This skill provides design guidelines for Godot GDScript interfaces focusing on testability, maintainability, and TDD-friendly patterns.
godot-tdd

chen19007/my_skills

This skill orchestrates the Godot TDD flow, coordinating design, tests, implementation, and verification to ensure code quality and rapid feedback.
godot-test

chen19007/my_skills

This skill helps you run and manage GUT unit tests for Godot projects, speeding validation during development and CI workflows.
godot-web-e2e

chen19007/my_skills

This skill enables end-to-end Godot Web exports testing via Chrome DevTools, serving locally and validating gameplay through console and state changes.
scratchpad

chen19007/my_skills

This skill provides isolated scratchpad testing to validate hypotheses and APIs without polluting main context, delivering concise results.
aseprite-frame-extract

chen19007/my_skills

This skill exports per-tag frames from Aseprite files into organized folders for engines like Godot, accelerating asset management.
aseprite-tags

chen19007/my_skills

This skill extracts animation tag metadata from .aseprite files and lists actions, frame ranges, directions, and colors without Aseprite.
git-commit

chen19007/my_skills

This skill automates repository initialization and commit workflows, generating .gitignore, filtering changes, scanning secrets, and configuring SSH remotes.
godot-dev

chen19007/my_skills

This skill helps you write clean, type-safe GDScript by applying Godot-specific conventions, signals, and editor features to prevent anti-patterns.
godot-tdd-full

chen19007/my_skills

This skill guides you through a complete Godot TDD workflow, from design to tests and verification, ensuring code quality.