Skip to main content
Listing page

New skills

Browse the most recently seen skills in the imported catalog, with a stable tiebreak on current popularity.

agentwallet

by frames-engineering/skills

702

AgentWallet provides server wallets for AI agents. Wallets are provisioned after email OTP verification. All signing happens server-side and is policy-controlled.

Software EngineeringFrontend and DesignFirst seen Feb 2, 2026

humanize

by humanizerai/agent-skills

641

Transform AI-generated content into natural, human-like writing using the HumanizerAI API.

Software EngineeringData and AnalyticsFirst seen Feb 2, 2026

feishu-doc

by m1heng/clawdbot-feishu

547

Single tool feishu_doc with action parameter for all document operations including comment management.

Software EngineeringFrontend and DesignFirst seen Feb 2, 2026

spring-boot-test-patterns

by giuseppe-trisciuoglio/developer-kit

443

This skill provides comprehensive guidance for writing robust test suites for Spring Boot applications. It covers unit testing with Mockito, integration testing with Testcontainers, performance-optimized slice testing patterns, and best practices for maintaining fast feedback loops.

Software EngineeringFrontend and DesignFirst seen Feb 2, 2026

spring-boot-rest-api-standards

by giuseppe-trisciuoglio/developer-kit

409

This skill provides comprehensive guidance for building RESTful APIs in Spring Boot applications with consistent design patterns, proper error handling, validation, and architectural best practices based on REST principles and Spring Boot conventions.

Software EngineeringFrontend and DesignFirst seen Feb 2, 2026

spring-boot-security-jwt

by giuseppe-trisciuoglio/developer-kit

377

Comprehensive JWT (JSON Web Token) authentication and authorization patterns for Spring Boot 3.5.x applications using Spring Security 6.x and the JJWT library. This skill provides production-ready implementations for stateless authentication, role-based access control, and integration with modern authentication...

Software EngineeringFrontend and DesignFirst seen Feb 2, 2026

unit-test-boundary-conditions

by giuseppe-trisciuoglio/developer-kit

361

This skill provides systematic patterns for testing boundary conditions, edge cases, and limit values using JUnit 5. It covers numeric boundaries (Integer.MIN_VALUE, MAX_VALUE), string edge cases (null, empty, whitespace), collection boundaries, floating-point precision, date/time limits, and concurrent access...

Software EngineeringTesting and QAFirst seen Feb 2, 2026

spring-data-jpa

by giuseppe-trisciuoglio/developer-kit

343

To implement persistence layers with Spring Data JPA, create repository interfaces that provide automatic CRUD operations, entity relationships, query methods, and advanced features like pagination, auditing, and performance optimization.

Software EngineeringFrontend and DesignFirst seen Feb 2, 2026

spring-boot-openapi-documentation

by giuseppe-trisciuoglio/developer-kit

335

SpringDoc OpenAPI is a library that automates the generation of OpenAPI 3.0 documentation for Spring Boot projects. It provides a Swagger UI web interface for exploring and testing APIs without writing additional configuration. This skill provides comprehensive patterns for integrating SpringDoc into Spring Boot 3.x...

Software EngineeringFrontend and DesignFirst seen Feb 2, 2026

spring-boot-crud-patterns

by giuseppe-trisciuoglio/developer-kit

325

Deliver feature-aligned CRUD services that separate domain, application, presentation, and infrastructure layers while preserving Spring Boot 3.5+ conventions. This skill distills the essential workflow and defers detailed code listings to reference files for progressive disclosure.

Software EngineeringFrontend and DesignFirst seen Feb 2, 2026

chunking-strategy

by giuseppe-trisciuoglio/developer-kit

317

Implement optimal chunking strategies for Retrieval-Augmented Generation (RAG) systems and document processing pipelines. This skill provides a comprehensive framework for breaking large documents into smaller, semantically meaningful segments that preserve context while enabling efficient retrieval and search.

Software EngineeringFrontend and DesignFirst seen Feb 2, 2026

spring-ai-mcp-server-patterns

by giuseppe-trisciuoglio/developer-kit

314

Implement Model Context Protocol (MCP) servers with Spring AI to extend AI capabilities with standardized tools, resources, and prompt templates using Spring's native AI abstractions.

Software EngineeringFrontend and DesignFirst seen Feb 2, 2026

unit-test-service-layer

by giuseppe-trisciuoglio/developer-kit

314

This skill provides patterns for unit testing @Service classes using Mockito. It covers mocking all injected dependencies, verifying business logic, testing complex workflows, argument capturing, verification patterns, and testing async/reactive services without starting the Spring container.

Software EngineeringFrontend and DesignFirst seen Feb 2, 2026

spring-boot-dependency-injection

by giuseppe-trisciuoglio/developer-kit

307

This skill captures the dependency injection approach promoted in this repository: constructor-first design, explicit optional collaborators, and deterministic configuration that keeps services testable and framework-agnostic.

Software EngineeringFrontend and DesignFirst seen Feb 2, 2026

spring-boot-resilience4j

by giuseppe-trisciuoglio/developer-kit

307

Resilience4j is a lightweight fault tolerance library designed for Java 8+ and functional programming. It provides patterns for handling failures in distributed systems including circuit breakers, rate limiters, retry mechanisms, bulkheads, and time limiters. This skill demonstrates how to integrate Resilience4j with...

Software EngineeringFrontend and DesignFirst seen Feb 2, 2026

spring-boot-event-driven-patterns

by giuseppe-trisciuoglio/developer-kit

305

Implement Event-Driven Architecture (EDA) patterns in Spring Boot 3.x using domain events, ApplicationEventPublisher, @TransactionalEventListener, and distributed messaging with Kafka and Spring Cloud Stream.

Software EngineeringFrontend and DesignFirst seen Feb 2, 2026

unit-test-wiremock-rest-api

by giuseppe-trisciuoglio/developer-kit

305

This skill provides comprehensive patterns for unit testing external REST API integrations using WireMock. It covers stubbing HTTP responses, verifying requests, testing error scenarios (4xx/5xx responses), and ensuring fast, reliable tests without real network dependencies.

Software EngineeringFrontend and DesignFirst seen Feb 2, 2026

langchain4j-rag-implementation-patterns

by giuseppe-trisciuoglio/developer-kit

303

Source details, install context, and public review data are available on the full page.

Software EngineeringFrontend and DesignFirst seen Feb 2, 2026

spring-data-neo4j

by giuseppe-trisciuoglio/developer-kit

303

Source details, install context, and public review data are available on the full page.

Software EngineeringFrontend and DesignFirst seen Feb 2, 2026

healthcheck

by steipete/clawdis

300

Assess and harden the host running OpenClaw, then align it to a user-defined risk tolerance without breaking access. Use OpenClaw security tooling as a first-class signal, but treat OS hardening as a separate, explicit set of steps.

Software EngineeringFrontend and DesignFirst seen Feb 2, 2026

spring-boot-actuator

by giuseppe-trisciuoglio/developer-kit

300

Source details, install context, and public review data are available on the full page.

Software EngineeringFrontend and DesignFirst seen Feb 2, 2026

spring-boot-cache

by giuseppe-trisciuoglio/developer-kit

300

Spring Boot ships with a cache abstraction that wraps expensive service calls behind annotation-driven caches. This abstraction supports multiple cache providers (ConcurrentMap, Caffeine, Redis, Ehcache, JCache) without changing business code. The skill provides a concise workflow for enabling caching, managing cache...

Software EngineeringFrontend and DesignFirst seen Feb 2, 2026

unit-test-controller-layer

by giuseppe-trisciuoglio/developer-kit

300

This skill provides patterns for unit testing @RestController and @Controller classes using MockMvc. It covers testing request/response handling, HTTP status codes, request parameter binding, validation, content negotiation, response headers, and exception handling by mocking service dependencies for isolated...

Software EngineeringFrontend and DesignFirst seen Feb 2, 2026

langchain4j-tool-function-calling-patterns

by giuseppe-trisciuoglio/developer-kit

298

Define tools and enable AI agents to interact with external systems, APIs, and services using LangChain4j's annotation-based and programmatic tool system.

Software EngineeringFrontend and DesignFirst seen Feb 2, 2026
Page 39 of 179