new-module — community new-module, helmlog, weaties, community, ai agent skill, ide skills, agent automation, AI agent skills, Claude Code, Cursor, Windsurf

v1.0.0
GitHub

About this Skill

Perfect for Python Analysis Agents needing robust logging and testing capabilities for hardware-isolated modules. Scaffold a new hardware-isolated module with tests and wiring

weaties weaties
[1]
[1]
Updated: 3/18/2026

Quality Score

Top 5%
24
Excellent
Based on code quality & docs
Installation
SYS Universal Install (Auto-Detect)
> npx killer-skills add weaties/helmlog/new-module
Supports 19+ Platforms
Cursor
Windsurf
VS Code
Trae
Claude
OpenClaw
+12 more

Agent Capability Analysis

The new-module skill by weaties 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 Analysis Agents needing robust logging and testing capabilities for hardware-isolated modules.

Core Value

Empowers agents to create isolated logging modules using TDD and Python, providing a robust development process with external I/O operations isolated, utilizing protocols like HTTP, serial, and USB, and leveraging the storage fixture from conftest.py for efficient testing.

Capabilities Granted for new-module

Creating logging apps for B and G instruments on Raspberry Pi
Isolating external I/O operations for developers
Implementing Test-Driven Development for robust module creation

! Prerequisites & Limits

  • Requires Python and Raspberry Pi environment
  • Limited to hardware-isolated modules
  • TDD implementation required for each step involving code
Project
SKILL.md
1.7 KB
.cursorrules
1.2 KB
package.json
240 B
Ready
UTF-8

# Tags

[No tags]
SKILL.md
Readonly

New Module: $ARGUMENTS

Follow this checklist to create a new hardware-isolated module. Use TDD (/tdd) for each step that involves code.

Checklist

1. Write tests first

Create tests/test_$ARGUMENTS.py with tests for the module's public API. Use the storage fixture from conftest.py and mock any external I/O.

2. Create the module

Create src/logger/$ARGUMENTS.py:

  • Single-purpose, under ~200 lines
  • All external I/O (HTTP, serial, USB, etc.) isolated in this module
  • Use dataclasses for structured data
  • Use loguru for logging (never print())
  • Full type annotations on all functions

3. Schema migration (if needed)

If the module needs database tables:

  • Bump _CURRENT_VERSION in storage.py
  • Add migration SQL to _MIGRATIONS dict
  • Add async storage methods (CRUD)
  • Test with the in-memory storage fixture

4. Web routes (if needed)

If the module needs API endpoints or admin UI:

  • Add to web.py following existing patterns
  • Admin pages: require require_auth("admin")
  • Add nav link in _nav_html()
  • Add web route tests in test_web.py

5. Wire into main.py

  • Import the module only in main.py (hardware isolation principle)
  • Parse config from env vars
  • Pass to _web_loop() / create_app() if needed
  • Add CLI subcommand if applicable

6. Sync dependencies

If the module requires new packages:

  • Add with uv add <package> (never edit pyproject.toml manually for deps)
  • Run uv sync and verify the import works
  • Never use uv pip install — it bypasses the lockfile and won't persist

7. Update config

  • Add new env vars to .env.example with comments
  • Update CLAUDE.md project structure tree

8. Run /pr-checklist

FAQ & Installation Steps

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

? Frequently Asked Questions

What is new-module?

Perfect for Python Analysis Agents needing robust logging and testing capabilities for hardware-isolated modules. Scaffold a new hardware-isolated module with tests and wiring

How do I install new-module?

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

What are the use cases for new-module?

Key use cases include: Creating logging apps for B and G instruments on Raspberry Pi, Isolating external I/O operations for developers, Implementing Test-Driven Development for robust module creation.

Which IDEs are compatible with new-module?

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 new-module?

Requires Python and Raspberry Pi environment. Limited to hardware-isolated modules. TDD implementation required for each step involving code.

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 weaties/helmlog/new-module. 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 new-module immediately in the current project.

Related Skills

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

View All

widget-generator

Logo of f
f

Generate customizable widget plugins for the prompts.chat feed system

149.6k
0
Design

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
AI

antd-commit-msg

Logo of ant-design
ant-design

Generate a single-line commit message for ant-design by reading the projects git staged area and recent commit style. Use when the user asks for a commit message, says msg, commit msg, 写提交信息, or wants

97.8k
0
Design