github.com/affaan-m/everything-claude-code
| Skill | Added | Review |
|---|---|---|
springboot-patterns docs/zh-CN/skills/springboot-patterns/SKILL.md Spring Boot架构模式、REST API设计、分层服务、数据访问、缓存、异步处理和日志记录。用于Java Spring Boot后端工作。 | 89 89 1.53x Agent success vs baseline Impact 100% 1.53xAverage score across 6 eval scenarios Securityby Passed No findings from the security scan Reviewed: Version: 07756ce | |
springboot-patterns docs/ja-JP/skills/springboot-patterns/SKILL.md Spring Boot architecture patterns, REST API design, layered services, data access, caching, async processing, and logging. Use for Java Spring Boot backend work. | 85 85 1.17x Agent success vs baseline Impact 93% 1.17xAverage score across 3 eval scenarios Securityby Passed No findings from the security scan Reviewed: Version: 07756ce | |
springboot-patterns skills/springboot-patterns/SKILL.md Spring Boot architecture patterns, REST API design, layered services, data access, caching, async processing, and logging. Use for Java Spring Boot backend work. Use when building or reviewing a Spring Boot backend — REST layer, services, data access, caching, or async work. | 67 67 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 8321021 | |
springboot-security .kiro/skills/springboot-security/SKILL.md Spring Security best practices for authn/authz, validation, CSRF, secrets, headers, rate limiting, and dependency security in Java Spring Boot services. | 64 64 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 07756ce | |
springboot-security docs/ja-JP/skills/springboot-security/SKILL.md Spring Security best practices for authn/authz, validation, CSRF, secrets, headers, rate limiting, and dependency security in Java Spring Boot services. | 83 83 1.29x Agent success vs baseline Impact 96% 1.29xAverage score across 3 eval scenarios Securityby Passed No findings from the security scan Reviewed: Version: 07756ce | |
springboot-security docs/zh-CN/skills/springboot-security/SKILL.md Java Spring Boot 服务中认证/授权、验证、CSRF、密钥、标头、速率限制和依赖安全性的 Spring Security 最佳实践。 | 89 89 1.08x Agent success vs baseline Impact 100% 1.08xAverage score across 6 eval scenarios Securityby Passed No findings from the security scan Reviewed: Version: 07756ce | |
springboot-security skills/springboot-security/SKILL.md Spring Security best practices for authn/authz, validation, CSRF, secrets, headers, rate limiting, and dependency security in Java Spring Boot services. Use when reviewing Spring Security authn/authz, validation, CSRF, secrets, headers, or rate limiting. | 72 72 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 8321021 | |
springboot-tdd skills/springboot-tdd/SKILL.md Test-driven development for Spring Boot using JUnit 5, Mockito, MockMvc, Testcontainers, and JaCoCo. Use when adding features, fixing bugs, or refactoring. | 68 68 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 8321021 | |
springboot-tdd docs/zh-CN/skills/springboot-tdd/SKILL.md 使用JUnit 5、Mockito、MockMvc、Testcontainers和JaCoCo进行Spring Boot的测试驱动开发。适用于添加功能、修复错误或重构时。 | 80 80 1.31x Agent success vs baseline Impact 96% 1.31xAverage score across 3 eval scenarios Securityby Passed No findings from the security scan Reviewed: Version: 07756ce | |
springboot-tdd docs/ja-JP/skills/springboot-tdd/SKILL.md Test-driven development for Spring Boot using JUnit 5, Mockito, MockMvc, Testcontainers, and JaCoCo. Use when adding features, fixing bugs, or refactoring. | 94 94 1.21x Agent success vs baseline Impact 100% 1.21xAverage score across 6 eval scenarios Securityby Passed No findings from the security scan Reviewed: Version: 07756ce | |
springboot-verification skills/springboot-verification/SKILL.md Verification loop for Spring Boot projects: build, static analysis, tests with coverage, security scans, and diff review before release or PR. | 63 63 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 8321021 | |
strategic-compact .kiro/skills/strategic-compact/SKILL.md Suggests manual context compaction at logical intervals to preserve context through task phases rather than arbitrary auto-compaction. | 53 53 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 07756ce | |
strategic-compact docs/zh-CN/skills/strategic-compact/SKILL.md 建议在逻辑间隔处手动压缩上下文,以在任务阶段中保留上下文,而非任意的自动压缩。 | 53 53 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 07756ce | |
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. Use when a session is approaching a context limit and a task phase is a natural place to compact. | 58 58 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 8321021 | |
strategic-compact docs/zh-TW/skills/strategic-compact/SKILL.md Suggests manual context compaction at logical intervals to preserve context through task phases rather than arbitrary auto-compaction. | 54 54 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 07756ce | |
strategic-compact docs/ja-JP/skills/strategic-compact/SKILL.md 任意の自動コンパクションではなく、タスクフェーズを通じてコンテキストを保持するための論理的な間隔での手動コンパクションを提案します。 | 50 50 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 07756ce | |
strategic-compact .agents/skills/strategic-compact/SKILL.md Suggests manual context compaction at logical intervals to preserve context through task phases rather than arbitrary auto-compaction. Use when a session is approaching a context limit and a task phase is a natural place to compact. | — | |
swift-actor-persistence .kiro/skills/swift-actor-persistence/SKILL.md Thread-safe data persistence in Swift using actors — in-memory cache with file-backed storage, eliminating data races by design. | 61 61 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 07756ce | |
swift-actor-persistence skills/swift-actor-persistence/SKILL.md Thread-safe data persistence in Swift using actors — in-memory cache with file-backed storage, eliminating data races by design. Use when persisting data in Swift and a data race or thread-safety problem needs designing out. | 67 67 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 8321021 | |
swift-concurrency-6-2 skills/swift-concurrency-6-2/SKILL.md Swift 6.2 Approachable Concurrency — single-threaded by default, @concurrent for explicit background offloading, isolated conformances for main actor types. Use when adopting Swift 6.2 concurrency — offloading with @concurrent or resolving main-actor isolation. | 60 60 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 8321021 |