Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问许可证需确认审计通过

development-pipeline开发管线

Agent Skill

development-pipeline 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

941

周安装

40

GitHub Stars

520

下载量

330
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/popup-studio-ai/bkit-claude-code --skill development-pipeline

简介

该技能提供九阶段开发管线知识体系,适合初学者系统化入门。

  • 包含需求分析、原型设计到部署监控的全流程最佳实践。
  • 非强制启用,当用户明确要求或缺乏经验时可主动激活。
  • 支持 /pipeline-start 命令触发,完成后自动进入下一阶段引导。
  • development-pipeline 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Development Pipeline Skill

Complete knowledge of the 9-phase development pipeline

When to Use

  • When user says "I have little development experience"
  • When using /pipeline-* commands
  • When asked "How do I start development?", "What's the order?"
  • When starting a new project from scratch

Optional Application Principle

This skill is optional, not mandatory.

Activation conditions:
- When non-developers/beginner developers start development
- When user explicitly requests guidance
- When /pipeline-start command is used

Deactivation conditions:
- When experienced developers want to "proceed freely"
- For non-development AI work (documentation, analysis, etc.)
- For existing project maintenance/bug fixes

9-Phase Pipeline Overview

Phase 1: Schema/Terminology ──→ Define data structures and domain terms
Phase 2: Coding Convention ────→ Define code writing rules
Phase 3: Mockup Development ───→ Feature validation with HTML/CSS/JS + JSON
Phase 4: API Design/Impl ──────→ Backend API + Zero Script QA
Phase 5: Design System ────────→ Build component system
Phase 6: UI Implementation ────→ Actual UI implementation and API integration
Phase 7: SEO/Security ─────────→ Search optimization and security hardening
Phase 8: Review ───────────────→ Architecture/convention quality verification
Phase 9: Deployment ───────────→ Production deployment

Relationship with PDCA (Key Concept)

❌ Wrong understanding: Mapping entire Pipeline to PDCA
❌ (Plan=Phase1-3, Do=Phase4-6, Check=Phase7-8, Act=Phase9)

✅ Correct understanding: Run PDCA cycle within each Phase

Phase N
├── Plan: Plan what to do in this Phase
├── Design: Detailed design
├── Do: Execute/implement
├── Check: Verify/review
└── Act: Confirm and move to next Phase

Phase Application by Level

PhaseStarterDynamicEnterprise
1. Schema/TermsSimpleDetailedDetailed
2. ConventionBasicExtendedExtended
3. MockupOOO
4. API-bkend.aiDirect impl
5. Design SystemOptionalOO
6. UI + APIStatic UIIntegrationIntegration
7. SEO/SecuritySEO onlyOO
8. Review-OO
9. DeploymentStatic hostingVercel etc.K8s

Starter Level Flow

Phase 1 → 2 → 3 → 5(optional) → 6(static) → 7(SEO) → 9

Dynamic Level Flow

Phase 1 → 2 → 3 → 4(bkend.ai) → 5 → 6 → 7 → 8 → 9

Enterprise Level Flow

Phase 1 → 2 → 3 → 4(direct impl) → 5 → 6 → 7 → 8 → 9

Phase Deliverables Summary

PhaseKey Deliverables
1docs/01-plan/schema.md, terminology.md
2CONVENTIONS.md, docs/01-plan/naming.md
3mockup/ folder, docs/02-design/mockup-spec.md
4docs/02-design/api-spec.md, src/api/
5components/ui/, docs/02-design/design-system.md
6src/pages/, src/features/
7docs/02-design/seo-spec.md, security-spec.md
8docs/03-analysis/architecture-review.md
9docs/04-report/deployment-report.md

Related Skills

  • phase-1-schema/ ~ phase-9-deployment/: Detailed guides per Phase
  • pdca-methodology/: How to apply PDCA
  • starter/, dynamic/, enterprise/: Level-specific knowledge

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

38.76%
按下载量换算128

Claude

29.73%
按下载量换算98

Cursor

19.76%
按下载量换算65

Gemini CLI

8.53%
按下载量换算28

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

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

来源信息

继续浏览同类 Skills