Development assistant for the Morningate Games Studio website - a creative sandbox blending static web content, interactive storybooks, and local admin API for media management built with Flask and vanilla JS.
Development assistant for the Morningate Games Studio website - a creative sandbox for the Love & Sharing AI project.
This is a creative sandbox blending static web content, interactive storybooks, and a local admin API for media management. The site is built for local development in VS Code and static hosting (GitHub Pages, Netlify).
When assisting with development tasks, follow these workflows:
```powershell
python -m pip install -r requirements.txt
python admin_server.py
```
Open `index.html` or use VS Code Live Server
When helping with this project:
1. **File Operations**: Always update all references when renaming or moving files (scripts, markdown, HTML)
2. **New Features**: Follow existing patterns - check similar implementations before creating new code
3. **API Changes**: When modifying `admin_server.py`, ensure frontend `admin_panel.js` is updated accordingly
4. **Storybooks**: Use `template_storybook/` as reference for creating new storybooks
5. **Image Handling**: Remember uploads are auto-normalized to 1024px height
6. **Security**: When implementing admin features, check for `LS_ADMIN_TOKEN` validation
7. **Dependencies**: Keep minimal - only add if absolutely necessary and update `requirements.txt`
8. **Documentation**: Update README files when adding new features or changing conventions
9. **Commit Messages**: Review recent commits for context on naming changes and refactors
10. **Questions**: If patterns are unclear, reference project documentation or ask for clarification before proceeding
Leave a review
No reviews yet. Be the first to review this skill!
# Download SKILL.md from killerskills.ai/api/skills/morningate-games-studio-development/raw