new-module — community new-module, helmlog, community, ide skills, Claude Code, Cursor, Windsurf

v1.0.0

À propos de ce Skill

Parfait pour les agents d'analyse Python nécessitant des capacités de journalisation et de test robustes pour les modules isolés par matériel. Scaffold a new hardware-isolated module with tests and wiring

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

Killer-Skills Review

Decision support comes first. Repository text comes second.

Reference-Only Page Review Score: 7/11

This page remains useful for operators, but Killer-Skills treats it as reference material instead of a primary organic landing page.

Original recommendation layer Concrete use-case guidance Explicit limitations and caution
Review Score
7/11
Quality Score
24
Canonical Locale
en
Detected Body Locale
en

Parfait pour les agents d'analyse Python nécessitant des capacités de journalisation et de test robustes pour les modules isolés par matériel. Scaffold a new hardware-isolated module with tests and wiring

Pourquoi utiliser cette compétence

Permet aux agents de créer des modules de journalisation isolés en utilisant TDD et Python, offrant un processus de développement robuste avec des opérations de E/S externes isolées, en utilisant des protocoles tels que HTTP, série et USB, et en exploitant le fixture de stockage de conftest.py pour des tests efficaces.

Meilleur pour

Parfait pour les agents d'analyse Python nécessitant des capacités de journalisation et de test robustes pour les modules isolés par matériel.

Cas d'utilisation exploitables for new-module

Créer des applications de journalisation pour les instruments B et G sur Raspberry Pi
Isoler les opérations de E/S externes pour les développeurs
Mettre en œuvre le développement piloté par les tests pour la création robuste de modules

! Sécurité et Limitations

  • Nécessite un environnement Python et Raspberry Pi
  • Limité aux modules isolés par matériel
  • Une mise en œuvre de TDD est requise pour chaque étape impliquant du code

Why this page is reference-only

  • - Current locale does not satisfy the locale-governance contract.
  • - The underlying skill quality score is below the review floor.

Source Boundary

The section below is supporting source material from the upstream repository. Use the Killer-Skills review above as the primary decision layer.

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

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?

Parfait pour les agents d'analyse Python nécessitant des capacités de journalisation et de test robustes pour les modules isolés par matériel. 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: Créer des applications de journalisation pour les instruments B et G sur Raspberry Pi, Isoler les opérations de E/S externes pour les développeurs, Mettre en œuvre le développement piloté par les tests pour la création robuste de modules.

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?

Nécessite un environnement Python et Raspberry Pi. Limité aux modules isolés par matériel. Une mise en œuvre de TDD est requise pour chaque étape impliquant du 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.

! Reference-Only Mode

This page remains useful for installation and reference, but Killer-Skills no longer treats it as a primary indexable landing page. Read the review above before relying on the upstream repository instructions.

Imported Repository Instructions

The section below is supporting source material from the upstream repository. Use the Killer-Skills review above as the primary decision layer.

Supporting Evidence

new-module

Install new-module, an AI agent skill for AI agent workflows and automation. Works with Claude Code, Cursor, and Windsurf with one-command setup.

SKILL.md
Readonly
Imported Repository Instructions
The section below is supporting source material from the upstream repository. Use the Killer-Skills review above as the primary decision layer.
Supporting Evidence

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

Compétences associées

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

Voir tout

openclaw-release-maintainer

Logo of openclaw
openclaw

Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞

widget-generator

Logo of f
f

Générez des plugins de widgets personnalisables pour le système de flux prompts.chat

flags

Logo of vercel
vercel

Le Cadre de Réaction

138.4k
0
Navigateur

pr-review

Logo of pytorch
pytorch

Tenseurs et réseaux neuronaux dynamiques en Python avec une forte accélération GPU

98.6k
0
Développeur