Modding Core Logic — community Modding Core Logic, KamisamaLoader, community, ide skills, Claude Code, Cursor, Windsurf

v1.0.0

About this Skill

Ideal for Game Development Agents requiring efficient mod management and profile handling Domain logic for mod management, GameBanana integration, and file handling

juninmd juninmd
[0]
[0]
Updated: 3/12/2026

Killer-Skills Review

Decision support comes first. Repository text comes second.

Reference-Only Page Review Score: 7/11

This page remains useful for operators, but Killer-Skills treats it as reference material instead of a primary organic landing page.

Original recommendation layer Concrete use-case guidance Explicit limitations and caution Locale and body language aligned
Review Score
7/11
Quality Score
23
Canonical Locale
en
Detected Body Locale
en

Ideal for Game Development Agents requiring efficient mod management and profile handling Domain logic for mod management, GameBanana integration, and file handling

Core Value

Empowers agents to streamline mod handling using adm-zip for zip management and fetch for networking, while manipulating paths with Node.js built-in 'path' module, enabling seamless interactions with GameBanana and local game directories

Ideal Agent Persona

Ideal for Game Development Agents requiring efficient mod management and profile handling

Capabilities Granted for Modding Core Logic

Managing mods and profiles efficiently across different game directories
Automating mod downloads from GameBanana using fetch or axios
Debugging mod conflicts by analyzing profile configurations and dependencies

! Prerequisites & Limits

  • Requires Node.js environment for path manipulation
  • Dependent on adm-zip for zip handling and fetch or axios for networking
  • Limited to managing mods and profiles for games with compatible directory structures

Why this page is reference-only

  • - The underlying skill quality score is below the review floor.

Source Boundary

The section below is supporting source material from the upstream repository. Use the Killer-Skills review above as the primary decision layer.

Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is Modding Core Logic?

Ideal for Game Development Agents requiring efficient mod management and profile handling Domain logic for mod management, GameBanana integration, and file handling

How do I install Modding Core Logic?

Run the command: npx killer-skills add juninmd/KamisamaLoader. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for Modding Core Logic?

Key use cases include: Managing mods and profiles efficiently across different game directories, Automating mod downloads from GameBanana using fetch or axios, Debugging mod conflicts by analyzing profile configurations and dependencies.

Which IDEs are compatible with Modding Core Logic?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for Modding Core Logic?

Requires Node.js environment for path manipulation. Dependent on adm-zip for zip handling and fetch or axios for networking. Limited to managing mods and profiles for games with compatible directory structures.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add juninmd/KamisamaLoader. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use Modding Core Logic immediately in the current project.

! Reference-Only Mode

This page remains useful for installation and reference, but Killer-Skills no longer treats it as a primary indexable landing page. Read the review above before relying on the upstream repository instructions.

Imported Repository Instructions

The section below is supporting source material from the upstream repository. Use the Killer-Skills review above as the primary decision layer.

Supporting Evidence

Modding Core Logic

Install Modding Core Logic, an AI agent skill for AI agent workflows and automation. Works with Claude Code, Cursor, and Windsurf with one-command setup.

SKILL.md
Readonly
Imported Repository Instructions
The section below is supporting source material from the upstream repository. Use the Killer-Skills review above as the primary decision layer.
Supporting Evidence

Modding Core Logic

Dependencies

  • Zip Handling: adm-zip
  • Networking: fetch (native) or axios (if added)
  • Path Manipulation: path (Node.js built-in)

Domain Entities

  • Mod: A modifiction package.
  • Profile: A collection of enabled mods.
  • GameBanana: The primary source for online mods.

Key Directories

  • Game Directory: Where the game is installed (e.g., Steam/steamapps/common/...).
  • Mods Directory: Where mods are stored (often a subfolder of the game or a dedicated mods folder).

Common Tasks

Installing a Mod

  1. Extract the zip file using adm-zip.
  2. Validate the structure (check for specific mod files).
  3. Move files to the correct destination in the game directory.
  4. Record the installation in installed-mods.json (or database).

Uninstalling a Mod

  1. Look up files associated with the mod.
  2. Remove files safely.
  3. Update specific config files if necessary.
  4. Remove entry from installed-mods.json.

GameBanana Integration

  • Fetch mod info using GameBanana API endpoints.
  • Map API responses to the internal OnlineMod interface.
  • Handle rate limiting and errors gracefully.

Related Skills

Looking for an alternative to Modding Core Logic or another community skill for your workflow? Explore these related open-source skills.

View All

openclaw-release-maintainer

Logo of openclaw
openclaw

Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞

333.8k
0
AI

widget-generator

Logo of f
f

Generate customizable widget plugins for the prompts.chat feed system

149.6k
0
AI

flags

Logo of vercel
vercel

The React Framework

138.4k
0
Browser

pr-review

Logo of pytorch
pytorch

Tensors and Dynamic neural networks in Python with strong GPU acceleration

98.6k
0
Developer