·utility-components
</>

utility-components

tencentblueking/bk-ci

工具组件指南,涵盖 JWT 安全认证、表达式解析器、线程池循环工具、责任链模式等特定功能的工具类使用。当用户需要实现 JWT 认证、解析表达式、使用线程池或实现责任链时使用。

24Installs·0Trend·@tencentblueking

Installation

$npx skills add https://github.com/tencentblueking/bk-ci --skill utility-components

SKILL.md

| JWT 安全认证 | JWT 生成验证、Token 刷新、OAuth2 | 1-jwt-security.md | | 表达式解析器 | 变量表达式、条件求值、自定义函数 | 2-expression-parser.md | | 线程池循环工具 | 线程池配置、批量处理、循环工具类 | 3-thread-pool-loop-util.md | | 责任链模式 | 责任链设计、拦截器链、请求处理链 | 4-chain-responsibility.md |

| common-technical-practices | 框架级实践 | 如何在 Spring Boot 中使用技术 | AOP 切面、分布式锁、重试机制、参数校验、性能监控、定时任务、审计日志 | | utility-components (本 Skill) | 工具级组件 | 如何使用特定的工具类和组件 | JWT 认证、表达式解析、线程池使用、责任链实现 |

| 实现 JWT 认证 | utility-components | reference/1-jwt-security.md | | 解析流水线变量 | utility-components | reference/2-expression-parser.md | | 批量并发处理 | utility-components | reference/3-thread-pool-loop-util.md | | 实现拦截器链 | utility-components | reference/4-chain-responsibility.md | | 添加 AOP 切面 | common-technical-practices | reference/1-aop-aspect.md |

工具组件指南,涵盖 JWT 安全认证、表达式解析器、线程池循环工具、责任链模式等特定功能的工具类使用。当用户需要实现 JWT 认证、解析表达式、使用线程池或实现责任链时使用。 Source: tencentblueking/bk-ci.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/tencentblueking/bk-ci --skill utility-components
Category
</>Dev Tools
Verified
First Seen
2026-02-08
Updated
2026-02-18

Quick answers

What is utility-components?

工具组件指南,涵盖 JWT 安全认证、表达式解析器、线程池循环工具、责任链模式等特定功能的工具类使用。当用户需要实现 JWT 认证、解析表达式、使用线程池或实现责任链时使用。 Source: tencentblueking/bk-ci.

How do I install utility-components?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/tencentblueking/bk-ci --skill utility-components Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/tencentblueking/bk-ci