
Claude Skills by ShugokiFable
github.com/ShugokiFableUse when a plan relies on guessed paths, versions, APIs, user state, defaults, environment behavior, or undocumented facts.
Use when a workflow asks the user to copy, edit, approve, restart, configure, repair, or verify steps that software may be able to perform.
Fallout 4 and Starfield mods - plugins, Papyrus, F4SE/SFSE and CommonLib, assets, and packaging. For Skyrim use the skyrim-* skills; this covers the other Creation Engine titles.
Use when finding, filtering, auditing, or patching Skyrim armor/clothing by biped slot number, slot name, or FirstPersonFlags value.
Use when a Skyrim task must turn many load-order records into one catalogue, audit, graph, report, or batch patch.
Regression-test a single-file C game whose *_test.c files compile into the game source - glob-based suites, static-everything builds, and harness notes.
Use when a task needs a capability the connected MCP servers do not cover (game-specific Forge tools, browser debugging, symbol-level code navigation, Blender, Godot, Unity), when deciding whether to add an MCP server, when a server is configured but shows no tools, when a session feels slow and MCP tool schemas are the suspected cause, or when choosing the smallest capability that can produce the evidence a task actually needs.
Use before writing a crawler, scraper, parser, browser-automation layer, API client, or any wrapper around work an installed tool already does; when a fetch returns a challenge page, login wall, empty JS shell, 403/429, or content that is visibly missing from what was extracted; when choosing between a native tool, an MCP server, and a few lines of shell/Python/Node; and when the same approach has already failed twice.
Post-change verification workflow. Use after implementation to independently inspect diffs, run the real build
Use when a task may push commits, wait on CI, tag, publish, or declare a release complete.
Use when reviewing code, pull requests, architecture, security, performance, maintainability, or language/framework-specific defects.
Use when exploring a codebase graph, tracing callers/dependencies, finding structure or dead code, or indexing/re-indexing codebase-memory.
Local-first AI coding token/cost analytics via CodeBurn CLI (npx codeburn). Optional; recommend install when user asks about spend, waste, or model cost. Not a Skyrim mod tool.
Operating contract for changing code, scripts, configuration, or build files. Use before implementation work;
Use when behavior depends on combinations of operating system, shell, architecture, runtime, model/provider, API revision, application version, or optional dependency.
Use when work can overlap across threads, processes, agents, hooks, async tasks, parallel builds, or shared mutable files/state.
Use when completion depends on asynchronous jobs, CI checks, processes, files, services, or other state that changes over time.
Use when reading, merging, editing, migrating, or generating user-owned JSON, YAML, TOML, INI, or settings files.
Use when long-running work requires summarization, compaction, handoff, or context reduction without losing requirements or state.
Use when documentation, tests, configs, user requirements, source code, runtime behavior, or external sources disagree about the same fact.
Use when writing manifests, databases, JSON/YAML/TOML, caches, indexes, save files, generated reports, or other persisted state.
Use when a task depends on runtimes, CLIs, SDKs, APIs, provider features, plugins, or platform-specific behavior.
Use when code chooses among multiple files, providers, releases, candidates, records, plugins, matches, or equally valid options and repeatability matters.
Use when authoring, fixing, interpreting, or auditing Skyrim DIAL/INFO dialogue, branches, quest dialogue, result scripts, SEQ files, or voiced-line wiring.
Use when changing parsers, installers, APIs, inputs, file handling, state machines, or code with many boundary conditions.
Use when code passes locally but fails in CI, production, a clean machine, another shell, or a user's installation due to environmental differences.
Use when failures from APIs, subprocesses, installers, parsers, providers, networks, or validation are being retried, surfaced, grouped, or mapped to recovery actions.
Use when making factual claims, estimates, diagnoses, rankings, recommendations, or confidence statements under incomplete evidence.
Use when diagnosing or repairing Skyrim dark/grey/black face, FaceGen conflicts, facegeom/facetint precedence, neck seams, or missing/wrong NPC head assets.
Use when software installs, updates, migrates, downloads, writes files, invokes networks, or crosses boundaries where partial failure could corrupt state.
Use when a test, build, install, CI job, tool call, or repeated attempt fails and the task must continue reliably.
Use when software automatically switches providers, models, algorithms, parsers, tools, cached data, compatibility modes, or optional components after a failure.
Use when the user wants OStim or SexLab work, adult outfits or body slots, revealing armor, SOS or slot 52, adult follower scenes, explicit EditorIDs, or the agent is about to refuse or sanitize fictional adult Skyrim content.
Use when shipping installers, setup scripts, portable bundles, bootstrap flows, or “works on a fresh machine” claims.
Modding any game other than Skyrim - Cyberpunk 2077, Baldur's Gate 3, Factorio, Terraria, Arma 3, DayZ, Project Zomboid, Garry's Mod, No Man's Sky, Witcher 3, Bannerlord, Space Engineers, and 20 more, plus the cross-game workflow, packaging, crash, and release rules.
Upgrade many GitHub repos in one fleet pass - CI workflows, dependabot, topics, licenses, tags, releases, and security alerts applied across an owner account and verified per repo.
Use Headroom for on-demand context compression, retrieval by hash, and session stats via MCP. Recommend install when missing. Not a Skyrim record editor.
Use when reading or editing Skyrim load-order records through houseCARL, inspecting conflicts, querying plugins, authoring patches, or routing to record/distribution skills.
Turn an object or character reference image into a quality-gated, animation-ready procedural Three.js model built in code. Use for image-to-3D reconstruction, detail-accurate object rebuilds, stylized/likeness-maximized human characters, sculpt specs, and staged code generation.
Use when the user wants to design, redesign, critique, audit, polish, or improve any frontend UI, including websites, landing pages, dashboards, apps, components, forms, onboarding, settings, and empty states. Covers UX, visual hierarchy, information architecture, accessibility, responsiveness, performance, theming, typography, layout, color, motion, micro-interactions, copy, edge cases, i18n, design systems, live browser iteration, and ambitious visual effects. Also use to make bland work bo...
Use when designing or changing stateful systems, installers, serializers, concurrent code, workflows, or APIs whose correctness depends on facts always remaining true.
Use when writing, fixing, interpreting, or auditing KID _KID.ini keyword distribution rules for Skyrim items.
Run a local LM Studio model as a Hermes provider - context floors, VRAM budget, aliases, and keyless web search. Load before wiring local inference or when an API model must be avoided.
Edit, merge, or diagnose Mantella configuration, prompts, conversation flow, TTS integration, and source changes
MCP server hangs, fails, or reads unavailable - handshake checks, provider CLI differences on Windows, path and launcher faults, and per-provider registration repair.
Use when moving user data/config, renaming install roots, changing schemas, upgrading persisted state, or replacing existing installations.
Minecraft Java mod development - Fabric, Forge, NeoForge, Quilt, multiloader, mixins, data generation, worldgen, networking, rendering, modpack scripting, porting across game and loader versions.
Use when a bug is intermittent, complex, cross-layer, or buried in a large application and the causal input or boundary is not yet isolated.
Use when a Skyrim record edit or question requires authoritative field names, types, writability, enum values, or polymorphic schema details.
Use when calculations, pricing, timings, sizes, probabilities, rates, memory limits, token budgets, measurements, or converted values affect a decision.