Real Skill packageSource verifiedClawHub registry

pipeline-architecture

採用 Pipeline Architecture(先宣告意圖、後統一執行)的專案,其業務邏輯讀寫流程的結構規範。同時支援 Python/FastAPI 與 TypeScript/Node.js 兩種實作,並提供 Payload CMS 基底專案的專屬補充。當專案已採用此架構、且任務涉及業務邏輯流程時使用,包含:新增 API endpoint、設計資料寫入流程、實作權限檢查、多步驟資料處理、跨系統寫入(DB、外部 API、裝置變數)、審計日誌,或任何「先決策後執行」的 workflow

Identity and source

Publisher attributionJiveregistry owner unverified by skillvetai
Functional categorySoftware Developmentautomatically inferred · 69% rule confidence
Package forminstruction bundle5 recorded files
Canonical sourceClawHub registryclawhub:jivecheng:pipeline-architecture
Open canonical source ↗

Platform declarations

These states come from the source or distribution context. None of the entries below are SkillVetAI compatibility test results.

OpenClawnative officialProvenance: registry distribution

Independent structural checks

These checks parse the fixed package against dated platform rules. They do not execute the Skill or verify task behavior.

Claude Codepasses structure
Checker 0.1.0 · agent-skills-2026-08-13+claude-code-docs-2026-08-13 · 9/1/2026.claude/skills/pipeline-architecture

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenAI Codexpasses structure
Checker 0.1.0 · agent-skills-2026-08-13+codex-docs-2026-08-13 · 9/1/2026.agents/skills/pipeline-architecture

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenClawpasses structure
Checker 0.1.0 · agent-skills-2026-08-13+openclaw-docs-2026-08-13 · 9/1/2026skills/pipeline-architecture

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

Installation and inspection

This command is recorded from the source ecosystem and resolves the registry's latest release. The fixed release shown on this page should be inspected before adoption.

clawhub install @jivecheng/pipeline-architecture
clawhub inspect @jivecheng/pipeline-architecture --version 1.0.3

Security evidence

SkillVetAI static result: no findings detected

This automated, non-executing scan is bound to this release hash. It is not a safety certification and may contain false positives or false negatives.

Status
completed
Coverage
full text content
Files
5 / 5 inspected as text
Checked
9/1/2026, 12:43:08 PM
Scanner
0.1.3
Policy
1.0.3
4 inferred permission indicators
  • network access — automatically inferred
  • filesystem write — automatically inferred
  • credential access — automatically inferred
  • external write action — automatically inferred
1 dependency and API indicators
  • api: clawhub.ai
External clawhub result: clean

This is registry-supplied evidence for the recorded release, not an independent SkillVetAI scan. Check the canonical source for the full report, scanner versions, scope, and current moderation state.

Evidence checked
9/1/2026, 4:28:28 AM
Release binding
Matches this record
  • vt: clean
  • skillspector: clean
  • llm: clean

Recorded files

The catalog stores hashes and an inventory summary for change detection. It does not republish the package contents.

Package content hashsha256:18ed55610f142388c48e31a4e7e92ec79789fe8fc0bcf115d987bd944c55d279
Show up to 5 recorded paths
  • references/payload-cms.md
  • references/python.md
  • references/typescript.md
  • skill-card.md
  • SKILL.md

Source changelog

**1.0.3 summary:** Payload CMS 基底專案補充,並簡化主要文件,改善適用性與可讀性。 - 加強說明 Payload CMS 專案如何載入參考檔,明確要求同時閱讀 `payload-cms.md` 與 `typescript.md`,並以前者為準。 - 條列 Payload CMS 專案應注意的判斷依據(如有 payload.config.ts 或 collections/)。 - 明確說明不同語言/框架僅能參考對應 reference,禁止混用或誤讀規則。 - 精簡與重構語言判斷與適用範圍章節,使文件結構更清楚。