Build or update the BlueBubbles external channel plugin for Moltbot (extension package, REST...
npx skills add itsAR-VR/goatedskills --skill "audit-module-stutter"
Install specific skill from multi-skill repository
# Description
Detect module/package name stutter in Python public APIs; produces a Markdown report and optional CI gate.
# SKILL.md
name: audit-module-stutter
description: Detect module/package name stutter in Python public APIs; produces a Markdown report and optional CI gate.
Instructions
Read all references in references/ before using this skill.
Signals
- Reviewing new modules or public symbols
- Auditing naming conventions before a release
- The user asks to "check for stutter" or "audit naming"
References
Directory: references/
01_GOAL.md02_DEFINITION.md03_RULES.md04_ENFORCEMENT.md05_CONFIGURATIONS.md06_OUTPUT.md07_SUGGESTIONS.md08_EXAMPLES.md
Scripts
Directory: scripts/
checker.py: AST-based checker + reportpylint.py: Pylint plugin that provides lint-level enforcement.
# Supported AI Coding Agents
This skill is compatible with the SKILL.md standard and works with all major AI coding agents:
Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.