New skills
Browse the most recently seen skills in the imported catalog, with a stable tiebreak on current popularity.
recent-data
by lobehub/lobehub
Recent data (recentTopics, recentResources, recentPages) is stored in session store.
storybook
by dalestudy/skills
최신 Component Story Format 3.0 사용. 더 간결하고 타입 안전.
critical-thinking-logical-reasoning
by sammcj/agentic-coding
The following guidelines help you think critically and perform logical reasoning.
hotkey
by lobehub/lobehub
Source details, install context, and public review data are available on the full page.
azure-diagrams
by eraserlabs/eraser-io
Generates architecture diagrams for Azure infrastructure from ARM templates, Azure CLI output, or natural language descriptions.
create-docs
by nuxt-content/docus
Generate a complete, production-ready documentation site for any project.
app-icon
by code-with-beto/skills
Generate professional app icons using AI and configure them for both iOS (with iOS 26 Liquid Glass support) and Android platforms in Expo apps.
do-work
by bladnman/do-work
A unified entry point for task capture and processing.
proposal-writer
by ncklrs/startup-os-skills
Strategic expertise for crafting winning sales proposals, pricing presentations, and RFP responses that close deals.
jquery-4
by jezweb/claude-skills
Status : Production Ready Last Updated : 2026-01-25 Dependencies : None Latest Versions : jquery@4.0.0, jquery-migrate@4.0.2
go-linting
by cxuu/golang-skills
Source details, install context, and public review data are available on the full page.
angular-best-practices-v20
by develite98/angular-best-practices
Comprehensive performance optimization guide for Angular 20+ applications with modern features like Signals, httpResource, signal inputs/outputs, @defer blocks, and native control flow syntax. Contains 35+ rules across 8 categories, prioritized by impact to guide automated refactoring and code generation.
go-testing
by cxuu/golang-skills
Guidelines for writing clear, maintainable Go tests following Google's style.
go-documentation
by cxuu/golang-skills
This skill covers documentation conventions from Google's Go Style Guide.
go-naming
by cxuu/golang-skills
Normative : Core naming rules (MixedCaps, no underscores) are required per Google's canonical Go style guide. Advisory guidance provides best practices for clarity and maintainability.
cartography
by alvinunreal/oh-my-opencode-slim
You help users understand and map repositories by creating hierarchical codemaps.
bicep-diagrams
by eraserlabs/eraser-io
Generates architecture diagrams directly from Azure Bicep files. Bicep is a domain-specific language (DSL) for deploying Azure resources declaratively.
go-concurrency
by cxuu/golang-skills
This skill covers concurrency patterns and best practices from Google's Go Style Guide and Uber's Go Style Guide, including goroutine management, channel usage, mutex handling, and synchronization.
go-error-handling
by cxuu/golang-skills
In Go, errors are values - they are created by code and consumed by code. This skill covers how to return, structure, wrap, and handle errors effectively.
go-performance
by cxuu/golang-skills
Source details, install context, and public review data are available on the full page.
go-style-core
by cxuu/golang-skills
Normative : This guidance is required per Google's canonical Go style guide.
fal-generate
by fal-ai-community/skills
Generate images and videos using state-of-the-art AI models on fal.ai.
go-interfaces
by cxuu/golang-skills
Go's interfaces enable flexible, decoupled designs through implicit satisfaction and composition. This skill covers interface fundamentals, type inspection, and Go's approach to composition over inheritance.
pyqt6-ui-development-rules
by oimiragieo/agent-studio
This skill enforces rules for building production-quality PyQt6 desktop applications. The core principles are: strict MVC separation via signals/slots, never blocking the UI thread, centralized theming via QSS, and layout-manager-driven responsive design. These rules prevent the most common PyQt6 failures: frozen UIs,...