← Back to Skills Marketplace
athola

Nm Archetypes Architecture Paradigm Pipeline

by athola · GitHub ↗ · v1.8.3 · MIT-0
cross-platform ✓ Security Clean
113
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install nm-archetypes-architecture-paradigm-pipeline
Description
Design pipes-and-filters for sequential data transformations
README (SKILL.md)

Night Market Skill — ported from claude-night-market/archetypes. For the full experience with agents, hooks, and commands, install the Claude Code plugin.

The Pipeline (Pipes and Filters) Paradigm

When to Employ This Paradigm

  • When data must flow through a fixed sequence of discrete transformations, such as in ETL jobs, streaming analytics, or CI/CD pipelines.
  • When reusing individual processing stages is needed, either independently or to scale bottleneck stages separately from others.
  • When failure isolation between stages is a critical requirement.

Adoption Steps

  1. Define Filters: Design each stage (filter) to perform a single, well-defined transformation. Each filter must have a clear input and output data schema.
  2. Connect via Pipes: Connect the filters using "pipes," which can be implemented as streams, message queues, or in-memory channels. validate these pipes support back-pressure and buffering.
  3. Maintain Stateless Filters: Where possible, design filters to be stateless. Any required state should be persisted externally or managed at the boundaries of the pipeline.
  4. Instrument Each Stage: Implement monitoring for each filter to track key metrics such as latency, throughput, and error rates.
  5. Orchestrate Deployments: Design the deployment strategy to allow each stage to be scaled horizontally and upgraded independently.

Key Deliverables

  • An Architecture Decision Record (ADR) documenting the filters, the chosen pipe technology, the error-handling strategy, and the tools for replaying data.
  • A suite of contract tests for each filter, plus integration tests that cover representative end-to-end pipeline executions.
  • Observability dashboards that visualize stage-level Key Performance Indicators (KPIs).

Risks & Mitigations

  • Single-Stage Bottlenecks:
    • Mitigation: Implement auto-scaling for individual filters. If a single filter remains a bottleneck, consider refactoring it into a more granular sub-pipeline.
  • Schema Drift Between Stages:
    • Mitigation: Centralize schema definitions in a shared repository and enforce compatibility tests as part of the CI/CD process to prevent breaking changes.
  • Back-Pressure Failures:
    • Mitigation: Conduct rigorous load testing to simulate high-volume scenarios. Validate that buffering, retry logic, and back-pressure mechanisms behave as expected under stress.

Troubleshooting

Common Issues

Command not found Ensure all dependencies are installed and in PATH

Permission errors Check file permissions and run with appropriate privileges

Unexpected behavior Enable verbose logging with --verbose flag

Usage Guidance
This is a documentation-style skill that appears safe to install: it only provides architecture advice for pipeline design and does not request credentials or install software. If you plan to use this guidance to implement code or to integrate with agents, review any separate plugins or code (for example the referenced Claude Code plugin) before granting them privileges. Note the SKILL.md version field (1.8.2) differs slightly from registry version (1.8.3) — probably minor, but you may want to confirm you have the intended version.
Capability Analysis
Type: OpenClaw Skill Name: nm-archetypes-architecture-paradigm-pipeline Version: 1.8.3 The skill bundle contains high-level architectural documentation and design patterns for the 'Pipes and Filters' paradigm. The files (_meta.json and SKILL.md) consist entirely of educational content, triggers, and best practices for data processing pipelines without any executable code, suspicious network calls, or malicious instructions.
Capability Assessment
Purpose & Capability
The name and description match the SKILL.md content: guidance on designing pipeline filters, pipes, observability, testing, and deployment. No unrelated credentials, binaries, or capabilities are requested.
Instruction Scope
SKILL.md contains architecture guidance and troubleshooting notes only; it does not instruct the agent to read files, access environment variables, call external endpoints, or perform actions outside design guidance.
Install Mechanism
No install spec or code files are present (instruction-only), so nothing will be written or executed on disk by the skill itself.
Credentials
The skill requests no environment variables, credentials, or config paths; its scope is purely documentation, so no secrets or external service access are required.
Persistence & Privilege
The skill is not always-on and uses default autonomous-invocation settings; since it has no install or code, it does not persist or modify system/agent configuration.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install nm-archetypes-architecture-paradigm-pipeline
  3. After installation, invoke the skill by name or use /nm-archetypes-architecture-paradigm-pipeline
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.8.3
Release v1.8.3
Metadata
Slug nm-archetypes-architecture-paradigm-pipeline
Version 1.8.3
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Nm Archetypes Architecture Paradigm Pipeline?

Design pipes-and-filters for sequential data transformations. It is an AI Agent Skill for Claude Code / OpenClaw, with 113 downloads so far.

How do I install Nm Archetypes Architecture Paradigm Pipeline?

Run "/install nm-archetypes-architecture-paradigm-pipeline" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Nm Archetypes Architecture Paradigm Pipeline free?

Yes, Nm Archetypes Architecture Paradigm Pipeline is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Nm Archetypes Architecture Paradigm Pipeline support?

Nm Archetypes Architecture Paradigm Pipeline is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Nm Archetypes Architecture Paradigm Pipeline?

It is built and maintained by athola (@athola); the current version is v1.8.3.

💬 Comments