| Skill | Added | Review |
|---|---|---|
eval-harness docs/es/skills/eval-harness/SKILL.md Framework formal de evaluación para sesiones de Claude Code que implementa principios de desarrollo orientado a evals (EDD) | 54 54 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: e04ea0b | |
e2e-testing docs/es/skills/e2e-testing/SKILL.md Patrones de pruebas E2E con Playwright, Page Object Model, configuración, integración CI/CD, gestión de artefactos y estrategias para pruebas inestables. | 60 60 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: e04ea0b | |
unified-memory .cursor/skills/unified-memory/SKILL.md Share durable, inspectable context and handoffs between Claude, Codex, Hermes, Cursor, OpenCode, and other agents through the local ECC Memory Vault. Use when an agent must save work state, transfer context, resume another agent's task, or search shared project knowledge. | 72 72 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: e04ea0b | |
unified-memory .agents/skills/unified-memory/SKILL.md Share durable, inspectable context and handoffs between Claude, Codex, Hermes, Cursor, OpenCode, and other agents through the local ECC Memory Vault. Use when an agent must save work state, transfer context, resume another agent's task, or search shared project knowledge. | 68 68 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: e04ea0b | |
plan-canvas .agents/skills/plan-canvas/SKILL.md Open plans and HTML artifacts in a local browser canvas where the human annotates elements, chats, and approves or requests changes without leaving the page. Use when presenting a plan for review, or when feedback like "move this, change that" is easier pointed at than typed. | 71 71 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: e04ea0b | |
tdd-workflow docs/zh-TW/skills/tdd-workflow/SKILL.md Use this skill when writing new features, fixing bugs, or refactoring code. Enforces test-driven development with 80%+ coverage including unit, integration, and E2E tests. | 64 64 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: e04ea0b | |
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: e04ea0b | |
security-review docs/zh-TW/skills/security-review/SKILL.md Use this skill when adding authentication, handling user input, working with secrets, creating API endpoints, or implementing payment/sensitive features. Provides comprehensive security checklist and patterns. | 56 56 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: e04ea0b | |
postgres-patterns docs/zh-TW/skills/postgres-patterns/SKILL.md PostgreSQL database patterns for query optimization, schema design, indexing, and security. Based on Supabase best practices. | 63 63 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: e04ea0b | |
iterative-retrieval docs/zh-TW/skills/iterative-retrieval/SKILL.md Pattern for progressively refining context retrieval to solve the subagent context problem | 54 54 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: e04ea0b | |
golang-testing docs/zh-TW/skills/golang-testing/SKILL.md Go testing patterns including table-driven tests, subtests, benchmarks, fuzzing, and test coverage. Follows TDD methodology with idiomatic Go practices. | 78 78 1.12x Agent success vs baseline Impact 80% 1.12xAverage score across 3 eval scenarios Securityby Passed No findings from the security scan Reviewed: Version: e04ea0b | |
golang-patterns docs/zh-TW/skills/golang-patterns/SKILL.md Idiomatic Go patterns, best practices, and conventions for building robust, efficient, and maintainable Go applications. | 59 59 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: e04ea0b | |
frontend-patterns docs/zh-TW/skills/frontend-patterns/SKILL.md Frontend development patterns for React, Next.js, state management, performance optimization, and UI best practices. | 53 53 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: e04ea0b | |
eval-harness docs/zh-TW/skills/eval-harness/SKILL.md Formal evaluation framework for Claude Code sessions implementing eval-driven development (EDD) principles | 80 80 2.08x Agent success vs baseline Impact 100% 2.08xAverage score across 6 eval scenarios Securityby Medium Suggest reviewing before use Reviewed: Version: e04ea0b | |
continuous-learning-v2 docs/zh-TW/skills/continuous-learning-v2/SKILL.md Instinct-based learning system that observes sessions via hooks, creates atomic instincts with confidence scoring, and evolves them into skills/commands/agents. | 48 48 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: e04ea0b | |
continuous-learning docs/zh-TW/skills/continuous-learning/SKILL.md Automatically extract reusable patterns from Claude Code sessions and save them as learned skills for future use. | 48 48 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: e04ea0b | |
coding-standards docs/zh-TW/skills/coding-standards/SKILL.md Universal coding standards, best practices, and patterns for TypeScript, JavaScript, React, and Node.js development. | 56 56 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: e04ea0b | |
clickhouse-io docs/zh-TW/skills/clickhouse-io/SKILL.md ClickHouse database patterns, query optimization, analytics, and data engineering best practices for high-performance analytical workloads. | 49 49 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: e04ea0b | |
backend-patterns docs/zh-TW/skills/backend-patterns/SKILL.md Backend architecture patterns, API design, database optimization, and server-side best practices for Node.js, Express, and Next.js API routes. | 59 59 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: e04ea0b | |
tdd-workflow docs/zh-CN/skills/tdd-workflow/SKILL.md 在编写新功能、修复错误或重构代码时使用此技能。强制执行测试驱动开发,确保单元测试、集成测试和端到端测试的覆盖率超过80%。 | 60 60 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: e04ea0b | |
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: e04ea0b | |
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: e04ea0b | |
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: e04ea0b | |
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: e04ea0b | |
security-scan docs/zh-CN/skills/security-scan/SKILL.md 使用AgentShield扫描您的Claude代码配置(.claude/目录),以发现安全漏洞、配置错误和注入风险。检查CLAUDE.md、settings.json、MCP服务器、钩子和代理定义。 | 77 77 1.72x Agent success vs baseline Impact 100% 1.72xAverage score across 3 eval scenarios Securityby Low Low-risk findings worth noting Reviewed: Version: e04ea0b |