CtrlK
BlogDocsLog inGet started
Tessl Logo

everything-claude-code-zh

github.com/xu-xiang/everything-claude-code-zh

Skill

Added

Review

visa-doc-translate

skills/visa-doc-translate/SKILL.md

将签证申请文件(图像)翻译成英文,并创建包含原文和译文的双语 PDF。

44

verification-loop

skills/verification-loop/SKILL.md

Claude Code 会话的全方位验证系统。

tdd-workflow

skills/tdd-workflow/SKILL.md

在编写新功能、修复 Bug 或重构代码时使用此技能。强制执行测试驱动开发(TDD),包括单元测试、集成测试和 E2E 测试,且覆盖率需达到 80% 以上。

swiftui-patterns

skills/swiftui-patterns/SKILL.md

SwiftUI 架构模式,使用 @Observable 进行状态管理,视图组合、导航、性能优化以及现代 iOS/macOS UI 最佳实践。

64

swift-protocol-di-testing

skills/swift-protocol-di-testing/SKILL.md

基于协议的依赖注入(Protocol-based Dependency Injection),通过精简的协议和 Swift 测试框架(Swift Testing)来模拟文件系统、网络和外部 API,编写可测试的 Swift 代码。

64

swift-concurrency-6-2

skills/swift-concurrency-6-2/SKILL.md

Swift 6.2 易用的并发(Approachable Concurrency)—— 默认单线程,使用 @concurrent 进行显式后台卸载,针对主执行角色(Main Actor)类型的隔离一致性。

55

swift-actor-persistence

skills/swift-actor-persistence/SKILL.md

Swift 中使用 actor 实现的线程安全数据持久化 —— 结合内存缓存与文件存储,从设计上消除数据竞争。

56

strategic-compact

skills/strategic-compact/SKILL.md

Suggests manual context compaction at logical intervals to preserve context through task phases rather than arbitrary auto-compaction.

springboot-verification

skills/springboot-verification/SKILL.md

Spring Boot 项目验证循环:包含构建、静态分析、带覆盖率的测试、安全扫描,以及发布或 PR 前的差异审查。

springboot-tdd

skills/springboot-tdd/SKILL.md

使用 JUnit 5、Mockito、MockMvc、Testcontainers 和 JaCoCo 进行 Spring Boot 的测试驱动开发 (TDD)。在添加功能、修复 Bug 或进行重构时使用。

springboot-security

skills/springboot-security/SKILL.md

Spring Boot 服务的身份验证/授权、校验、CSRF、机密管理、响应头、速率限制及依赖安全的 Spring Security 最佳实践。

springboot-patterns

skills/springboot-patterns/SKILL.md

Spring Boot 架构模式、REST API 设计、分层服务、数据访问、缓存、异步处理和日志记录。适用于 Java Spring Boot 后端开发。

security-scan

skills/security-scan/SKILL.md

使用 AgentShield 扫描您的 Claude Code 配置(.claude/ 目录)是否存在安全漏洞、配置错误和注入风险。检查项包括 CLAUDE.md、settings.json、MCP 服务器、钩子(Hooks)以及智能体(Agent)定义。

security-review

skills/security-review/SKILL.md

在添加身份验证、处理用户输入、操作机密信息、创建 API 接口或实现支付/敏感功能时使用此技能。提供全面的安全自查清单和模式。

search-first

skills/search-first/SKILL.md

Research-before-coding workflow. Search for existing tools, libraries, and patterns before writing custom code. Invokes the researcher agent.

55

regex-vs-llm-structured-text

skills/regex-vs-llm-structured-text/SKILL.md

在解析结构化文本时,用于在正则表达式(Regex)和大型语言模型(LLM)之间进行选择的决策框架——优先使用正则表达式,仅针对低置信度的边界情况引入 LLM。

61

python-testing

skills/python-testing/SKILL.md

使用 pytest、TDD 方法论、测试夹具(Fixtures)、模拟(Mocking)、参数化(Parametrization)以及覆盖率要求的 Python 测试策略。

python-patterns

skills/python-patterns/SKILL.md

构建健壮、高效且易于维护的 Python 应用程序的 Python 惯用法(Pythonic idioms)、PEP 8 标准、类型提示(Type hints)以及最佳实践。

project-guidelines-example

skills/project-guidelines-example/SKILL.md

基于真实生产应用程序的项目特定技能(Skill)模板示例。

36

postgres-patterns

skills/postgres-patterns/SKILL.md

PostgreSQL 数据库模式,用于查询优化、架构设计、索引和安全性。基于 Supabase 最佳实践。

plankton-code-quality

skills/plankton-code-quality/SKILL.md

使用 Plankton 实现编写时代码质量强制执行 —— 通过钩子在每次文件编辑时进行自动格式化、代码检查,并由 Claude 驱动自动修复。

59

nutrient-document-processing

skills/nutrient-document-processing/SKILL.md

使用 Nutrient DWS API 处理、转换、OCR、提取、脱敏、签名和填充文档。支持 PDF、DOCX、XLSX、PPTX、HTML 和图像。

market-research

skills/market-research/SKILL.md

执行市场研究(market research)、竞争分析、投资者尽职调查和行业情报,提供来源引用及面向决策的摘要。当用户需要市场规模估算、竞品对比、基金研究、技术扫描或为业务决策提供支持的研究时,请使用此技能。

liquid-glass-design

skills/liquid-glass-design/SKILL.md

iOS 26 灵动玻璃(Liquid Glass)设计系统 — 适用于 SwiftUI、UIKit 和 WidgetKit 的具有模糊、反射和交互式变形效果的动态玻璃材质。

70

jpa-patterns

skills/jpa-patterns/SKILL.md

JPA/Hibernate 模式,涵盖 Spring Boot 中的实体设计、关系、查询优化、事务、审计、索引、分页和连接池。