All authors
ShugokiFable avatar

Claude Skills by ShugokiFable

github.com/ShugokiFable
851 skillsA× 833B× 180 installs164 views
Using SuperpowersA

Use when starting any conversation - establishes how to find and use skills, requiring skill invocation before ANY response including clarifying questions

ai-agentsgodebugging
0
3
Verification Before CompletionA

Use when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running verification commands and confirming output before making any success claims; evidence before assertions always

ai-agentsrustgo
0
3
Version SyncA

Use when bumping versions, publishing packages, rebuilding binaries, changing protocol compatibility, or updating release metadata.

ai-agents
0
3
Visual VerificationA

Use when creating, changing, debugging, or claiming completion of anything whose correctness includes how it LOOKS - a website, web or desktop UI, game, HUD, menu, rendered 3D scene, Blender/Unity/Godot output, generated image, icon, chart, responsive layout, gallery or preview. Also use on "make this UI better", "finish this app", "make it polished", "this button does nothing", "the preview is gray/blank", "fix the images", "it looks wrong/broken/ugly", or before saying a visual change is done.

ai-agentsgoshell
0
3
Win64 Native BuildsA

Build, test, and release-gate native Win64 C/C++ executables - compiler selection with or without the Windows SDK, strict warning gates, and reproducible release binaries.

ai-agentsgoc++
0
3
Windows Workspace OpsB

Windows workspace plumbing - directory junctions, paths containing "!" and spaces, git overlay repositories, push recovery, and byte-exact edits that survive PowerShell quoting.

ai-agentspythongo
0
3
Ponytail HelpA

Quick reference for ponytail's modes, skills, and commands. One-shot display.

ai-agentsgobash
0
3
Ponytail ReviewA

Review a diff for over-engineering. Finds what to delete: reinvented stdlib, needless deps, speculative abstractions. One line per finding.

ai-agentsgitsecurity
0
3
PonytailA

Lazy senior dev mode for any coding task (write, refactor, fix, review): YAGNI, stdlib first, no unrequested abstractions. Not for non-coding requests.

ai-agentsrustgo
0
3
Skyrim ForgeA

Use when Skyrim mod development or validation can benefit from the bundle-managed Skyrim Forge typed automation broker.

ai-agentspythonc#
0
3
Adult Character SheetA

Use when building a third-person fictional adult character sheet from a portrait, tags, and an I WANT block, or when merging captions into Description / Personality / Scenario / First Message fields.

ai-agentsgo
0
3
Adult Image CaptionA

Use when captioning or tagging a fictional adult image for a character sheet, LoRA, outfit, or OStim work, or when a vague "sexy woman" caption is about to invent nudity that is not in the pixels.

ai-agents
0
3
Adversarial Self ReviewA

Use when finalizing a complex answer, implementation, diagnosis, migration, or release where an initially plausible result could hide a costly mistake.

ai-agentsshell
0
3
Ai Tooling StackA

Map of Skyrim + AI coding tools (Forge, houseCARL, Spooky, codebase-memory, Headroom, Superpowers, Ponytail, CodeBurn). Load to choose tools, wire MCP, or recommend installs when missing.

ai-agentsgoshell
0
3
Ambiguity ResolutionA

Use when a requirement, error, API, name, or observed behavior has multiple plausible interpretations that would lead to different actions.

ai-agentsgoapi
0
3
Api CompatibilityA

Use when changing commands, schemas, APIs, protocols, config formats, plugin interfaces, or behavior consumed by other components.

ai-agentsgoapi
0
3
Artifact ProofA

Use when producing a ZIP, installer, executable, wheel, package, release asset, or other built deliverable.

ai-agents
0
3
Artifact ProvenanceA

Use when building, publishing, comparing, debugging, or accepting binaries, archives, generated files, installers, models, or release assets.

ai-agentsrustgo
0
3
Assumption AuditA

Use when a plan relies on guessed paths, versions, APIs, user state, defaults, environment behavior, or undocumented facts.

ai-agentsdebuggingapi
0
3
Automation FirstA

Use when a workflow asks the user to copy, edit, approve, restart, configure, repair, or verify steps that software may be able to perform.

ai-agentsgoapi
0
3
Bethesda Creation ModdingA

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.

ai-agentsawsapi
0
3
Biped Slot ReferenceA

Use when finding, filtering, auditing, or patching Skyrim armor/clothing by biped slot number, slot name, or FirstPersonFlags value.

ai-agentsgoapi
0
3
Bulk Record JobsA

Use when a Skyrim task must turn many load-order records into one catalogue, audit, graph, report, or batch patch.

ai-agentsrustgo
0
3
C Game Regression TestingA

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.

ai-agentsgotesting
0
3
Capability ProfilesA

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.

ai-agentsrustgo
0
3
Capability RoutingA

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.

ai-agentspythongo
0
3
Check WorkA

Post-change verification workflow. Use after implementation to independently inspect diffs, run the real build

ai-agentspythonshell
0
3
Ci ConvergenceA

Use when a task may push commits, wait on CI, tag, publish, or declare a release complete.

ai-agents
0
3
Code Review SkillA

Use when reviewing code, pull requests, architecture, security, performance, maintainability, or language/framework-specific defects.

developmenttypescriptpython
0
3
Codebase MemoryA

Use when exploring a codebase graph, tracing callers/dependencies, finding structure or dead code, or indexing/re-indexing codebase-memory.

ai-agentstypescriptpython
0
3
CodeburnA

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.

ai-agentsnodegit
0
3
Coding DisciplineA

Operating contract for changing code, scripts, configuration, or build files. Use before implementation work;

ai-agentspythongo
0
3
Compatibility MatrixA

Use when behavior depends on combinations of operating system, shell, architecture, runtime, model/provider, API revision, application version, or optional dependency.

ai-agentspythonshell
0
3
Concurrency SafetyA

Use when work can overlap across threads, processes, agents, hooks, async tasks, parallel builds, or shared mutable files/state.

ai-agents
0
3
Condition Based WaitingA

Use when completion depends on asynchronous jobs, CI checks, processes, files, services, or other state that changes over time.

ai-agents
0
3
Config PreservationA

Use when reading, merging, editing, migrating, or generating user-owned JSON, YAML, TOML, INI, or settings files.

ai-agents
0
3
Context Compaction FidelityA

Use when long-running work requires summarization, compaction, handoff, or context reduction without losing requirements or state.

ai-agentsgo
0
3
Contradiction DetectionA

Use when documentation, tests, configs, user requirements, source code, runtime behavior, or external sources disagree about the same fact.

ai-agentsgodocumentation
0
3
Data IntegrityA

Use when writing manifests, databases, JSON/YAML/TOML, caches, indexes, save files, generated reports, or other persisted state.

ai-agentsgodatabase
0
3
Dependency Capability CheckA

Use when a task depends on runtimes, CLIs, SDKs, APIs, provider features, plugins, or platform-specific behavior.

ai-agentsapidocumentation
0
3
Deterministic SelectionA

Use when code chooses among multiple files, providers, releases, candidates, records, plugins, matches, or equally valid options and repeatability matters.

ai-agentsgoapi
0
3
Dialogue AuthoringA

Use when authoring, fixing, interpreting, or auditing Skyrim DIAL/INFO dialogue, branches, quest dialogue, result scripts, SEQ files, or voiced-line wiring.

ai-agentsgo
0
3
Edge Case MatrixA

Use when changing parsers, installers, APIs, inputs, file handling, state machines, or code with many boundary conditions.

ai-agentsgoapi
0
3
Environment ParityA

Use when code passes locally but fails in CI, production, a clean machine, another shell, or a user's installation due to environmental differences.

ai-agentsshell
0
3
Error TaxonomyA

Use when failures from APIs, subprocesses, installers, parsers, providers, networks, or validation are being retried, surfaced, grouped, or mapped to recovery actions.

ai-agentsgoapi
0
3
Evidence CalibrationA

Use when making factual claims, estimates, diagnoses, rankings, recommendations, or confidence statements under incomplete evidence.

ai-agents
0
3
Facegen DiagnosticsA

Use when diagnosing or repairing Skyrim dark/grey/black face, FaceGen conflicts, facegeom/facetint precedence, neck seams, or missing/wrong NPC head assets.

ai-agentsrustgo
0
3
Failure Injection TestingA

Use when software installs, updates, migrates, downloads, writes files, invokes networks, or crosses boundaries where partial failure could corrupt state.

ai-agentstesting
0
3
Failure Recovery LoopA

Use when a test, build, install, CI job, tool call, or repeated attempt fails and the task must continue reliably.

ai-agentsdebugging
0
3
Fallback DegradationA

Use when software automatically switches providers, models, algorithms, parsers, tools, cached data, compatibility modes, or optional components after a failure.

ai-agentsgo
0
3