A provider-neutral AI skill for turning real Modrinth project data into clearer pages, stronger releases, and measurable growth plans.
Works with mods, plugins, modpacks, resource packs, shaders, and datapacks. The skill is designed to run in any AI agent and does not require a specific vendor, API, browser, or runtime.
- Audit and rewrite Modrinth project pages.
- Analyze CSV and JSON statistics with safe conversion-rate calculations.
- Build practical 7-, 30-, and 90-day roadmaps.
- Prepare release notes and promotion copy for Modrinth, CurseForge, GitHub, Discord, Reddit, and video platforms.
- Compare and prioritize a portfolio of projects.
- Create branding briefs, competitor comparisons, and weekly growth reviews.
Copy the modrinth-project-growth/ directory into your AI agent's skills directory. If the agent has no skill system, provide SKILL.md as system or developer context.
The skill remains useful without network access. Attach only the reference file needed for the current task, and provide project facts as YAML, JSON, CSV, Markdown, a URL, or a screenshot.
See the provider-neutral integration guide for examples.
Audit https://modrinth.com/plugin/worldaccessblocker and give me the three highest-impact fixes.
Analyze stats.csv, calculate conversion rates, identify the strongest project, and create a one-week action plan.
Prepare a release for version 1.4.0 from these changes, including Modrinth, GitHub, Discord, and a short video script.
The optional statistics script uses only the Python standard library. It handles missing values, avoids division by zero, and never sends input to an external service.
python modrinth-project-growth/scripts/analyze_stats.py stats.csv
python modrinth-project-growth/scripts/analyze_stats.py stats.json --format json| Path | Purpose |
|---|---|
modrinth-project-growth/SKILL.md |
Core skill contract and workflows |
references/ |
Focused templates and decision guidance |
assets/ |
Input templates |
scripts/ |
Optional local utilities |
examples/ |
Grounded example inputs and outputs |
tests/ |
Automated checks for the statistics tool |
The skill separates facts, calculations, and hypotheses; asks for missing evidence; avoids spam and manipulation; and never promises rankings or guaranteed growth. Read the security policy and contribution guide before changing it.
python -m unittest discover -s tests -v
python -m py_compile modrinth-project-growth/scripts/analyze_stats.pySee CHANGELOG.md.
MIT — see LICENSE.