← 返回 Skills 市场
athola

Nm Archetypes Architecture Paradigm Pipeline

作者 athola · GitHub ↗ · v1.8.3 · MIT-0
cross-platform ✓ 安全检测通过
113
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install nm-archetypes-architecture-paradigm-pipeline
功能描述
Design pipes-and-filters for sequential data transformations
使用说明 (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

安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install nm-archetypes-architecture-paradigm-pipeline
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /nm-archetypes-architecture-paradigm-pipeline 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.8.3
Release v1.8.3
元数据
Slug nm-archetypes-architecture-paradigm-pipeline
版本 1.8.3
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Nm Archetypes Architecture Paradigm Pipeline 是什么?

Design pipes-and-filters for sequential data transformations. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 113 次。

如何安装 Nm Archetypes Architecture Paradigm Pipeline?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install nm-archetypes-architecture-paradigm-pipeline」即可一键安装,无需额外配置。

Nm Archetypes Architecture Paradigm Pipeline 是免费的吗?

是的,Nm Archetypes Architecture Paradigm Pipeline 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Nm Archetypes Architecture Paradigm Pipeline 支持哪些平台?

Nm Archetypes Architecture Paradigm Pipeline 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Nm Archetypes Architecture Paradigm Pipeline?

由 athola(@athola)开发并维护,当前版本 v1.8.3。

💬 留言讨论