mythosmud-logging-standards — community mythosmud-logging-standards, MythosMUD, community, ide skills, Claude Code, Cursor, Windsurf

v1.0.0
GitHub

About this Skill

Perfect for Python Logging Agents needing structured logging capabilities with enhanced_logging_config A text-based, browser-accessible Multi-User Dungeon (MUD) inspired by the Cthulhu Mythos.

arkanwolfshade arkanwolfshade
[0]
[0]
Updated: 3/5/2026

Agent Capability Analysis

The mythosmud-logging-standards skill by arkanwolfshade is an open-source community AI agent skill for Claude Code and other IDE workflows, helping agents execute tasks with better context, repeatability, and domain-specific guidance.

Ideal Agent Persona

Perfect for Python Logging Agents needing structured logging capabilities with enhanced_logging_config

Core Value

Empowers agents to implement standardized logging practices using keyword arguments, providing structured data for efficient log analysis and leveraging the project logger from server.logging.enhanced_logging_config

Capabilities Granted for mythosmud-logging-standards

Standardizing log formats for Multi-User Dungeon games
Implementing error tracking with logger.error
Enhancing user action logging with logger.info

! Prerequisites & Limits

  • Requires import from server.logging.enhanced_logging_config
  • Python environment only
  • Must adhere to specific logging standards, avoiding f-strings and deprecated parameters
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

mythosmud-logging-standards

Install mythosmud-logging-standards, an AI agent skill for AI agent workflows and automation. Works with Claude Code, Cursor, and Windsurf with one-command...

SKILL.md
Readonly

MythosMUD Logging Standards

Import

Always use the project logger:

python
1from server.logging.enhanced_logging_config import get_logger 2logger = get_logger(__name__)

Never use import logging or logging.getLogger().

Structured Logging

Pass data as keyword arguments (key=value). Do not use f-strings or the deprecated context= parameter.

Correct:

python
1logger.info("User action completed", user_id=user.id, action="login", success=True) 2logger.error("Request failed", path=request.url.path, status_code=500)

Wrong:

python
1logger.info(f"User {user_id} performed {action}") # No f-strings 2logger.info("message", context={"key": "value"}) # No context= parameter

Optional Helpers

  • Request context: bind_request_context(correlation_id=id, user_id=uid) when handling requests.
  • Performance: with measure_performance("operation"): for timing blocks.

Import these from server.logging.enhanced_logging_config when needed.

Summary

DoDo not
get_logger(__name__)logging.getLogger()
logger.info("msg", key=value)logger.info(f"msg {x}")
Key-value argscontext={"key": "value"}

Reference

  • Full rules: CLAUDE.md "LOGGING STANDARDS" and "Example Patterns"

FAQ & Installation Steps

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

? Frequently Asked Questions

What is mythosmud-logging-standards?

Perfect for Python Logging Agents needing structured logging capabilities with enhanced_logging_config A text-based, browser-accessible Multi-User Dungeon (MUD) inspired by the Cthulhu Mythos.

How do I install mythosmud-logging-standards?

Run the command: npx killer-skills add arkanwolfshade/MythosMUD/mythosmud-logging-standards. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for mythosmud-logging-standards?

Key use cases include: Standardizing log formats for Multi-User Dungeon games, Implementing error tracking with logger.error, Enhancing user action logging with logger.info.

Which IDEs are compatible with mythosmud-logging-standards?

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 mythosmud-logging-standards?

Requires import from server.logging.enhanced_logging_config. Python environment only. Must adhere to specific logging standards, avoiding f-strings and deprecated parameters.

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 arkanwolfshade/MythosMUD/mythosmud-logging-standards. 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 mythosmud-logging-standards immediately in the current project.

Related Skills

Looking for an alternative to mythosmud-logging-standards or another community skill for your workflow? Explore these related open-source skills.

View All

widget-generator

Logo of f
f

f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open source — self-host for your organization with complete privacy.

149.6k
0
AI

flags

Logo of vercel
vercel

flags is a Next.js feature management skill that enables developers to efficiently add or modify framework feature flags, streamlining React application development.

138.4k
0
Browser

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI