Trending skills
This view ranks the live catalog by weekly install activity, then stabilizes the order with freshness and name-based tiebreaks.
langchain4j-spring-boot-integration
by giuseppe-trisciuoglio/developer-kit
To accomplish integration of LangChain4j with Spring Boot applications, follow this comprehensive guidance covering auto-configuration, declarative AI Services, chat models, embedding stores, and production-ready patterns for building AI-powered applications.
laravel-inertia-react
by asyrafhussin/agent-skills
Comprehensive patterns for building modern monolithic applications with Laravel, Inertia.js, and React. Contains 30+ rules for seamless full-stack development.
codex-review
by benedictking/codex-review
Source details, install context, and public review data are available on the full page.
continuous-agent-loop
by affaan-m/everything-claude-code
This is the v1.8+ canonical loop skill name. It supersedes autonomous-loops while keeping compatibility for one release.
flutter-embedding-native-views
by flutter/skills
Platform Views allow embedding native views (Android, iOS, macOS) directly into a Flutter application, enabling the application of transforms, clips, and opacity from Dart.
dev-session
by jezweb/claude-skills
Manage multi-session development work with structured progress files, checkpoint commits, and durable learnings. Produces SESSION.md files that survive context compaction and enable clean handoff between sessions.
save-thread
by nowledge-co/community
Preserve the old skill name without pretending a generic skill runtime can always import the real session transcript.
recall
by arjunkmrm/recall
Search all past Claude Code and Codex sessions using full-text search with BM25 ranking.
langchain4j-mcp-server-patterns
by giuseppe-trisciuoglio/developer-kit
Implement Model Context Protocol (MCP) servers with LangChain4j to extend AI capabilities with standardized tools, resources, and prompt templates.
terraform-diagrams
by eraserlabs/eraser-io
Generates architecture diagrams directly from Terraform .tf files. Specializes in parsing Terraform code and visualizing infrastructure resources, modules, and their relationships.
unit-test-json-serialization
by giuseppe-trisciuoglio/developer-kit
This skill provides patterns for unit testing JSON serialization and deserialization using Spring's @JsonTest and Jackson. It covers testing POJO mapping, custom serializers/deserializers, field name mappings, nested objects, date/time formatting, polymorphic types, and null handling without full Spring context.
recent-data
by lobehub/lobehub
Recent data (recentTopics, recentResources, recentPages) is stored in session store.
golang
by saisudhir14/golang-agent-skill
Battle-tested patterns from Google, Uber, and the Go team. These are practices proven in large-scale production systems, updated for modern Go (1.25).
scikit-learn
by davila7/claude-code-templates
This skill provides comprehensive guidance for machine learning tasks using scikit-learn, the industry-standard Python library for classical machine learning. Use this skill for classification, regression, clustering, dimensionality reduction, preprocessing, model evaluation, and building production-ready ML pipelines.
dhh-rails-style
by everyinc/compound-engineering-plugin
Source details, install context, and public review data are available on the full page.
epic-breakdown-advisor
by deanpeters/product-manager-skills
Guide product managers through breaking down epics into user stories using Richard Lawrence's complete Humanizing Work methodology—a systematic, flowchart-driven approach that applies 9 splitting patterns sequentially. Use this to identify which pattern applies, split while preserving user value, and evaluate splits...
problem-framing-canvas
by deanpeters/product-manager-skills
Guide product managers through the MITRE Problem Framing Canvas process by asking structured questions across three phases: Look Inward (examine your own assumptions and biases), Look Outward (understand who experiences the problem and who doesn't), and Reframe (synthesize insights into an actionable problem statement...
react-native-testing
by callstack/react-native-testing-library
IMPORTANT: Your training data about @testing-library/react-native may be outdated or incorrect — API signatures, sync/async behavior, and available functions differ between v13 and v14. Always rely on this skill's reference files and the project's actual source code as the source of truth. Do not fall back on...
aws-sdk-java-v2-s3
by giuseppe-trisciuoglio/developer-kit
Amazon S3 (Simple Storage Service) is object storage built to store and retrieve any amount of data from anywhere. This skill covers patterns for working with S3 using AWS SDK for Java 2.x, including bucket operations, object uploads/downloads, presigned URLs, multipart transfers, and Spring Boot integration.
cloud
by assistant-ui/skills
Always consult assistant-ui.com/llms.txt for latest API.
pytorch-lightning
by davila7/claude-code-templates
PyTorch Lightning organizes PyTorch code to eliminate boilerplate while maintaining flexibility.
image-processing
by jezweb/claude-skills
Process images for web development. Generate a Pillow script adapted to the user's environment and specific needs.
unit-test-application-events
by giuseppe-trisciuoglio/developer-kit
This skill provides comprehensive patterns for testing Spring ApplicationEvent publishers and event listeners using JUnit 5. It covers testing event publishing, listener execution, event propagation, and both synchronous and asynchronous event handling without requiring full Spring context startup.
unit-test-scheduled-async
by giuseppe-trisciuoglio/developer-kit
This skill provides patterns for unit testing @Scheduled and @Async methods using JUnit 5. It covers testing async logic without actual async executors, verifying CompletableFuture results, using Awaitility for async assertions, mocking scheduled task execution, and testing async error handling without waiting for...