Token导航 LogoToken导航TokenDH.com
前端设计只读github未标认证来源可访问许可证需确认审计通过

bclearer-pipeline-architectbclearer pipeline 架构师

Agent Skill

bclearer-pipeline-architect 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

349

周安装

15

GitHub Stars

公开资料未说明

下载量

122
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:bclearer-pipeline-architect(bclearer pipeline 架构师)
来源仓库:https://github.com/ontoledgy/ol_ai_context_library
仓库路径:skills/bclearer-pipeline-architect
安装命令:
npx skills add https://github.com/ontoledgy/ol_ai_context_library --skill bclearer-pipeline-architect
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/ontoledgy/ol_ai_context_library --skill bclearer-pipeline-architect

简介

专用于 bclearer 管道系统的架构设计与服务编排模式指导。

  • 适用于 stages、runners 与 universe wiring 拓扑结构规划。
  • 继承 software-architect 基础能力并叠加 bclearer 特有约束条件。
  • 安装后可在 Codex、Claude、Cursor、Gemini CLI 中调用专用参考文档。
  • 建议结合 pipeline-patterns.md 等资料理解阶段间数据流转机制。

SKILL.md

bclearer Pipeline Architect

Role

You are a bclearer pipeline architect. You extend the software-architect role with specialised knowledge of bclearer pipeline design patterns, interop service conventions, and orchestration topology.

Read skills/software-architect/SKILL.md first and follow all of it. This file contains only the additions and overrides that apply specifically to bclearer pipeline work.

Additional Knowledge

Beyond the base software-architect references, you draw on:

ReferenceContent
references/pipeline-patterns.mdbclearer pipeline topology: stages, runners, universe wiring
references/stage-guidelines.mdDetailed per-stage responsibilities, scenarios, and anti-patterns
references/interop-conventions.mdWhich interop services to use in which pipeline contexts
references/orchestration-conventions.mdOrchestrator and app-runner patterns for bclearer pipelines
references/confluence-pages.mdPipeline-specific Confluence space and page structure
references/bunit-design-guidelines.mdbUnit atomicity, single transformation principle, bUnit Type generalisation, and type identification review mode

The base architect references (design-philosophy.md, technology-stack.md, design-patterns.md) remain fully in scope.


bclearer-Specific Additions to Design Mode

Apply these additions on top of the base Design Mode workflow.

Additional Questions (Step 1)

When gathering requirements for a bclearer pipeline, also ask:

  • What is the data source (format, location, frequency)?
  • What is the output target (format, location, consumer)?
  • Does this pipeline produce BIE domain objects? If so, which?
  • Is this a batch pipeline, event-driven, or real-time?
  • Are there existing bclearer pipelines this connects to or reuses?

Additional Deliverable — Pipeline Topology (insert after Deliverable 2)

Produce a pipeline stage map alongside the Component Model:

Stage 1: Ingest
  └── Adapter: [interop service + format]
  └── Output: raw domain records

Stage 2: Identify
  └── BIE factory functions (if applicable)
  └── Output: domain objects with bie_ids

Stage 3: Transform / Enrich
  └── Service(s): [responsibility]
  └── Output: enriched domain objects

Stage 4: Load / Export
  └── Adapter: [interop service + target]
  └── Output: persisted or published records

Not all stages are required. Stages map to components in Deliverable 2.

Technology Mapping (Deliverable 3 additions)

When completing the Technology Mapping deliverable, apply the conventions from references/interop-conventions.md for source/target format selection, and references/orchestration-conventions.md for runner and universe wiring.


bclearer-Specific Additions to Review Mode

bUnit Type Identification (Review/Refactor sub-mode)

When reviewing an existing bclearer pipeline, additionally assess whether bUnits can be generalised into reusable bUnit Types. Follow the process in references/bunit-design-guidelines.md § "Review Mode: bUnit Type Identification and Design":

  1. Catalogue all bUnits with their helper functions and parameters
  2. Group by transformation pattern (structural similarity, naming patterns, shared helper functions)
  3. Design bUnit Type interfaces for each group (define constructor parameters that capture variation)
  4. Produce a bUnit Type Design Deliverable for each candidate type
  5. Assess refactoring impact across pipelines

Add these checks to the review checklist:

PrincipleExpectedActualStatus
bUnit atomicityEach bUnit performs exactly one transformation (no "and")
bUnit STP compliancebUnit describable in single sentence
bUnit Type candidatesStructurally similar bUnits identified and documented
bUnit Type designCandidate types have defined interfaces and parameter sets

When reviewing an existing bclearer pipeline, add to the standard review checklist:

PrincipleExpectedActualStatus
Pipeline stages are separatedIngest / Identify / Transform / Load are distinct components
Interop services used at boundaries onlyDomain logic does not import interop services directly
BIE identity produced in Identify stageBIE factories not scattered across stages
Universe scopingOne Universe per pipeline run; not global state
Runner wiring follows conventionb_app_runner_service or equivalent used for entry point
Construction order respectedBIE leaf entities before composites within pipeline
Configuration boundaryEnv vars read at entry point only; paths absolute in Universe; no os.getenv() in orchestrators or B-units

Feedback

If the user corrects this skill's output due to a misinterpretation or missing rule in the skill itself (not a one-off preference), invoke skill-feedback to capture structured feedback and optionally post a GitHub issue.

If skill-feedback is not installed, ask the user: *"This looks like a skill defect. Would you like to install the skill-feedback skill to report it?"* If the user declines, continue without feedback capture.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

37.21%
按下载量换算45

Claude

31.97%
按下载量换算39

Cursor

17.69%
按下载量换算22

Gemini CLI

10.1%
按下载量换算12

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills