npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

opencode-redstone

v1.0.6

Published

Redstone : an Opencode agent that simplifies Minecraft plugin development and deployment.

Readme

Redstone

Redstone is an AI agent system based on Opencode that automates and simplifies the entire Minecraft plugin development process.

Minecraft plugin development is a complex task that involves understanding complex APIs, build configurations, dependency management, and numerous library documentation. Redstone solves these complexities with an AI-based specialized agent system.

GitHub Contributors GitHub Forks GitHub Stars License

Getting Started

npm install -g opencode-redstone
redstone

[!IMPORTANT] Before installing Redstone, make sure Opencode is installed!

[!IMPORTANT] For plugin development, you must have:

  • JDK version matching your target Minecraft version installed
  • Gradle for building the project

Once the Redstone installer is launched, select “Install Redstone” and choose one of the following options.

1. Balanced Mode

  • Some subordinate agents[^1] use Opencode’s default free model, while the Orchestrator and agents that inherit the model from the Orchestrator[^2] can be configured by the user.
  • This mode provides results of reasonable quality with efficient token usage. However, some prompts may be used for model training purposes.

2. Professional Mode

  • This mode uses closed models such as GPT or Claude for subordinate agents, making it best suited for tasks that require a high level of reliability, including consistency and stability.
  • The Orchestrator model and agents that inherit the model from the Orchestrator can still be selected by the user. However, it is recommended to use models from the same provider whenever possible.
  • Choose from:
    • Codex: Uses OpenAI's Codex models
    • Claude: Uses Anthropic's Claude models

3. Manual Mode

  • You can specify individual model IDs for each agent
  • Use when custom models or fine-grained control is needed

Orchestrator » (Skip)
Document » (Skip)
Planner » (Skip)
Project Initialization » opencode/grok-code || openai/gpt-5.1-codex-mini
Explore » openai/gpt-5.1-codex-mini
API Search » openai/gpt-5.2-codex

It is recommended to skip the orchestrator, planner, and documentation models during the setup phase. However, internal testing has confirmed that Anthropic's Claude models[^3] demonstrate the most outstanding performance.

While using the same model provider is generally recommended, it can lead to rapid token consumption. If multiple model providers are available, we recommend using different providers for subordinate agents as shown in Suggested Models. Internal testing has confirmed that OpenAI's Codex model series is optimized for exploration and search tasks.

[!TIP] While open source models also deliver impressive results, the quality achieved with proprietary models is undeniably compelling.

Agent Architecture

Redstone consists of the following specialized agents:

|Agent|Role| |:-:|:--| |Redstone-Orchestrator|Planning and main plugin development agent| |Redstone-Document|Project documentation creation and updates| |Redstone-Planner|Creates and maintains implementation plans| |Redstone-ProjectInitialization|Plugin project creation and initialization| |Redstone-Explore|Codebase exploration and feature discovery| |Redstone-APISearch|API documentation and dependency research|

Contributing

Thank you for contributing to Redstone! For contribution guidelines and branch naming conventions, please refer to CONTRIBUTING.md.

Contributors

License

This project is distributed under the MIT License. See the LICENSE file for more details.

[^1]: The ProjectInitialization, Explore, and APISearch agents use separate models that are different from the orchestrator. [^2]: The Document and Planner agents inherit their model from the Orchestrator. [^3]: Among Claude models, most tasks can be successfully completed with Sonnet 4.5. However, if you need to work with larger codebases and require deeper understanding, consider using Opus 4.5. Since this model has higher usage costs, it is recommended to alternate between Sonnet 4.5 and Opus 4.5.