添加 claude code game studios 到项目

This commit is contained in:
panw
2026-05-15 14:52:29 +08:00
parent dff559462d
commit a16fe4bff7
415 changed files with 78609 additions and 0 deletions

49
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View File

@@ -0,0 +1,49 @@
---
name: Bug Report
about: Something isn't working as expected
title: "[Bug] "
labels: bug
assignees: ''
---
## Description
A clear description of what the bug is.
## Steps to Reproduce
1. Open Claude Code in a project using this template
2. Run `/<skill>` or trigger `<agent>`
3. ...
4. See error
## Expected Behavior
What you expected to happen.
## Actual Behavior
What actually happened. Include any error messages or unexpected output.
## Environment
- **OS**: (e.g., Windows 10, macOS 14, Ubuntu 24.04)
- **Shell**: (e.g., Git Bash, zsh, bash)
- **Claude Code version**: (run `claude --version`)
- **Node.js version**: (run `node --version`)
- **jq installed?**: Yes / No
- **Python installed?**: Yes / No
## Affected Component
- [ ] Agent (which one?):
- [ ] Skill (which one?):
- [ ] Hook (which one?):
- [ ] Rule (which one?):
- [ ] Template
- [ ] Documentation
- [ ] Other:
## Additional Context
Any other context — screenshots, terminal output, or the session log if relevant.

View File

@@ -0,0 +1,40 @@
---
name: Feature Request
about: Suggest a new agent, skill, hook, or improvement
title: "[Feature] "
labels: enhancement
assignees: ''
---
## Summary
A brief description of what you'd like added or changed.
## Type
- [ ] New agent
- [ ] New skill (slash command)
- [ ] New hook
- [ ] New rule
- [ ] New template
- [ ] Improvement to existing component
- [ ] Other:
## Problem / Motivation
What problem does this solve? What workflow does it improve?
## Proposed Solution
How do you think this should work? Include details like:
- For agents: what domain, what tier, what tools
- For skills: what the workflow looks like, what it outputs
- For hooks: what event triggers it, what it validates
## Alternatives Considered
Any other approaches you've thought about.
## Additional Context
Examples, references, or screenshots that help explain the request.