https://github.com/spudmashmedia/neoforge-opencode-skills
This repository contains a modular bundle of OpenCode skills designed to assist with building, testing, and developing Minecraft mods using the NeoForge framework.
https://github.com/spudmashmedia/neoforge-opencode-skills
minecraft mod neoforge opencode opencode-skills
Last synced: 23 days ago
JSON representation
This repository contains a modular bundle of OpenCode skills designed to assist with building, testing, and developing Minecraft mods using the NeoForge framework.
- Host: GitHub
- URL: https://github.com/spudmashmedia/neoforge-opencode-skills
- Owner: spudmashmedia
- License: mit
- Created: 2026-05-18T06:35:09.000Z (about 2 months ago)
- Default Branch: master
- Last Pushed: 2026-06-10T10:31:30.000Z (29 days ago)
- Last Synced: 2026-06-10T12:16:43.855Z (29 days ago)
- Topics: minecraft, mod, neoforge, opencode, opencode-skills
- Homepage:
- Size: 58.6 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NeoForge Modding OpenCode Skills Bundle
This repository contains a modular bundle of OpenCode skills designed to assist with building, testing, and developing Minecraft mods using the NeoForge framework.
## Content Included
* **`SKILL.md`**: The main orchestration manifest that manages context.
* **`mod-conventions.md`**: Strict coding standards, naming rules, and patterns.
* **`item-creation.md`**: Guidelines for item, block, and data generation.
* **`build-and-testing.md`**: Environment setup and Gradle compile rules.
## Installation
To use these skills globally with OpenCode on your local machine, clone this repository and symlink the bundle into your configuration directory:
```bash
# Clone the repository
git clone https://github.com
cd neoforge-opencode-skills
# Create the global directory if it doesn't exist
mkdir -p ~/.config/opencode/skills/
# Symlink the skill bundle
ln -s "$(pwd)/skills/neoforge-modding" ~/.config/opencode/skills/neoforge-modding
```
## License
This project is licensed under the MIT License - see the front matter in `SKILL.md` for details.