Agent Skills 排行榜 · 关键词 + 语义搜索

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
24,465
总 Skills
91.0M
总安装量
2,582
贡献者
# Skill 仓库 描述 安装量
4701 trump-code-market-signals aradotso/trending-skills
Trump Code — Market Signal Analysis Skill by ara.so — Daily 2026 Skills collection. Trump Code is an open-source system that applies brute-force computation to find statistically significant patterns between Trump's Truth Social/X posting behavior and S&P 500 movements. It has tested 31.5M model combinations, maintains 551 surviving rules, and has a verified 61.3% hit rate across 566 predictions (z=5.39, p<0.05). Installation git clone https://github.com/sstklen/trump-code.git cd trump-code pip ...
1.2K
4702 openclaw-rl-training aradotso/trending-skills
OpenClaw-RL Training Skill by ara.so — Daily 2026 Skills collection. OpenClaw-RL is a fully asynchronous reinforcement learning framework that converts live multi-turn conversations into training signals for personalized AI agents. It wraps a self-hosted model as an OpenAI-compatible API via OpenClaw , intercepts conversations, and continuously optimizes the policy in the background without interrupting usage. It also supports scalable RL for terminal, GUI, SWE, and tool-call agents. Architectur...
1.2K
4703 sf-ai-agentscript jaganpro/sf-skills
"Prompt engineering is like writing laws in poetry - beautiful, but not enforceable." Agent Script transforms agent development from prompt-based suggestions to code-enforced guarantees. This skill guides you through writing, debugging, testing, and deploying Agentforce agents using the Agent Script DSL. ⚠️ CRITICAL WARNINGS API & Version Requirements | API Version | 65.0+ | Required for Agent Script support | License | Agentforce | Required for agent authoring | Einstein Agent Use...
1.2K
4704 zeroboot-vm-sandbox aradotso/trending-skills
Zeroboot VM Sandbox Skill by ara.so — Daily 2026 Skills collection. Zeroboot provides sub-millisecond KVM virtual machine sandboxes for AI agents using copy-on-write forking. Each sandbox is a real hardware-isolated VM (via Firecracker + KVM), not a container. A template VM is snapshotted once, then forked in ~0.8ms per execution using mmap(MAP_PRIVATE) CoW semantics. How It Works Firecracker snapshot ──► mmap(MAP_PRIVATE) ──► KVM VM + restored CPU state (copy-on-write) (~0.8ms) Templat...
1.2K
4705 toon-format aradotso/trending-skills
Token-Oriented Object Notation (TOON) Skill by ara.so — Daily 2026 Skills collection. TOON is a compact, human-readable encoding of the JSON data model that minimizes tokens for LLM input. It combines YAML-style indentation for nested objects with CSV-style tabular layout for uniform arrays, achieving ~40% token reduction while maintaining or improving LLM comprehension accuracy. Installation npm npm install @toon-format/toon pnpm pnpm add @toon-format/toon yarn yarn add @toon-format/toon CLI...
1.2K
4706 git-city-3d-github-visualization aradotso/trending-skills
Git City — 3D GitHub Profile Visualization Skill by ara.so — Daily 2026 Skills collection. Git City transforms GitHub profiles into a 3D pixel art city. Each user becomes a unique building: height from contributions, width from repos, window brightness from stars. Built with Next.js 16 (App Router), React Three Fiber, and Supabase. Quick Setup git clone https://github.com/srizzon/git-city.git cd git-city npm install Copy env template cp .env.example .env.local Linux/macOS copy .env.example .en...
1.2K
4707 taiwan-md-knowledge-base aradotso/trending-skills
Taiwan.md Knowledge Base Skill by ara.so — Daily 2026 Skills collection. Taiwan.md is an open-source, AI-native knowledge base about Taiwan built with Astro v5. It uses a Single Source of Truth (SSOT) architecture where all content lives in the knowledge/ directory as Markdown files, and the website is a build-time projection. Features include bilingual support (Traditional Chinese as default + English), an interactive D3.js knowledge graph, and 96+ curated articles across 12 categories. Install...
1.2K
4708 memory-lancedb-pro-openclaw aradotso/trending-skills
memory-lancedb-pro OpenClaw Plugin Skill by ara.so — Daily 2026 Skills collection. memory-lancedb-pro is a production-grade long-term memory plugin for OpenClaw agents. It stores preferences, decisions, and project context in a local LanceDB vector database and automatically recalls relevant memories before each agent reply. Key features: hybrid retrieval (vector + BM25 full-text), cross-encoder reranking, LLM-powered smart extraction (6 categories), Weibull decay-based forgetting, multi-scope i...
1.2K
4709 documentation-templates sickn33/antigravity-awesome-skills
Documentation Templates Templates and structure guidelines for common documentation types. 1. README Structure Essential Sections (Priority Order) Section Purpose Title + One-liner What is this? Quick Start Running in <5 min Features What can I do? Configuration How to customize API Reference Link to detailed docs Contributing How to help License Legal README Template Project Name Brief one-line description. Quick Start [Minimum steps to run] Features - Feature 1 - Feature 2 Configur...
1.2K
4710 sf-diagram-nanobananapro jaganpro/sf-skills
Visual content generation and AI sub-agent for Salesforce development using Gemini CLI with Nano Banana Pro extension. ⚠️ IMPORTANT: Prerequisites Check Before using this skill, ALWAYS run the prerequisites check first: ``` ~/.claude/plugins/marketplaces/sf-skills/sf-diagram-nanobananapro/scripts/check-prerequisites.sh ``` If the check fails, DO NOT invoke this skill. The user must fix the missing prerequisites first. Requirements | macOS | Required for Preview app image display | Bui...
1.2K
4711 quality-playbook github/awesome-copilot
Quality Playbook Generator When this skill starts, display this banner before doing anything else: Quality Playbook v1.2.0 — by Andrew Stellman https://github.com/andrewstellman/ Generate a complete quality system tailored to a specific codebase. Unlike test stub generators that work mechanically from source code, this skill explores the project first — understanding its domain, architecture, specifications, and failure history — then produces a quality playbook grounded in what it finds. Why Th...
1.2K
4712 posterskill-academic-posters aradotso/trending-skills
posterskill — Academic Poster Generator Skill by ara.so — Daily 2026 Skills collection. posterskill is a Claude Code skill that generates print-ready, interactive conference posters from your Overleaf paper source. It produces a single self-contained HTML file with a built-in drag-and-drop visual editor — no build step, no server required. Installation & Setup git clone git@github.com:ethanweber/posterskill.git poster cd poster Clone your Overleaf paper source git clone https://git.overleaf.com...
1.2K
4713 start-issue vkehfdl1/marshroom
Start working on a Marshroom cart issue in the current repository. Critical Requirements state.json update is MANDATORY . After creating the branch, you MUST update the issue status to running in ${MARSHROOM_STATE:-~/.config/marshroom/state.json} . If this fails, stop and report the error — do NOT silently continue. Use marsh start if available; otherwise fall back to direct jq atomic write (see step 10). Steps Read ${MARSHROOM_STATE:-~/.config/marshroom/state.json} and parse the JSON Extract th...
1.2K
4714 ui-ux-pro-max davila7/claude-code-templates
UI/UX Pro Max - Design Intelligence Comprehensive design guide for web and mobile applications. Contains 50+ styles, 161 color palettes, 57 font pairings, 161 product types with reasoning rules, 99 UX guidelines, and 25 chart types across 10 technology stacks. Searchable database with priority-based recommendations. When to Apply This Skill should be used when the task involves UI structure, visual design decisions, interaction patterns, or user experience quality control . Must Use This Skill m...
1.2K
4715 sync october-academy/agent-plugins
Sync Skill Quick git synchronization with remote repository. Usage Commands /sync Pull from origin main /sync develop Pull from origin develop /sync upstream Pull from upstream main (forks) Korean Triggers "동기화" "원격에서 가져와" "풀 받아" Workflow 1. Pre-sync Check git status If working directory has uncommitted changes: Options: Stash : git stash → sync → git stash pop Commit first : Suggest using /cp Discard : Only if user confirms with git checkout . 2. Fetch and Pull Default (origin main): git pul...
1.2K
4716 taskfile-automation seabbs/claude-code-config
Task Automation System Use this skill when working with projects that use Task to provide easy-to-discover automation commands for development workflows. Core Principle IMPORTANT : Always prefer task commands over direct shell/language commands when a Taskfile is present. Task provides: Discoverability : task --list shows all available tasks Consistency : Standardised commands across different environments Documentation : Built-in descriptions and help Automation : Multi-step workflows (e.g., ta...
1.2K
4717 svg-logo-designer rknall/claude-skills
SVG Logo Designer This skill creates professional, scalable vector graphic (SVG) logos from design specifications, offering multiple variations and layout options. When to Use This Skill Activate this skill when the user requests: Create a logo from a description or specification Design a brand identity or visual mark Generate logo variations and concepts Create icons or symbols Design wordmarks or lettermarks Produce scalable graphics for branding Export logos in different layouts and styles Co...
1.2K
4718 asc-whats-new-writer rudrankriyam/app-store-connect-cli-skills
asc What's New Writer Generate engaging, localized release notes from flexible input. Optionally pair with promotional text updates. Preconditions Metadata pulled locally via asc migrate export or asc localizations download (for keyword reading). OR: user provides keywords manually. Auth configured for upload ( asc auth login or ASC_* env vars). The primary locale is en-US unless the user specifies otherwise. Before You Start Read references/release_notes_guidelines.md for tone, structure, and e...
1.2K
4719 firebase sickn33/antigravity-awesome-skills
Firebase You're a developer who has shipped dozens of Firebase projects. You've seen the "easy" path lead to security breaches, runaway costs, and impossible migrations. You know Firebase is powerful, but you also know its sharp edges. Your hard-won lessons: The team that skipped security rules got pwned. The team that designed Firestore like SQL couldn't query their data. The team that attached listeners to large collections got a $10k bill. You've learned from all of them. You advocate for ...
1.2K
4720 azure-architecture-autopilot github/awesome-copilot
Azure Architecture Builder A pipeline that designs Azure infrastructure using natural language, or analyzes existing resources to visualize architecture and proceed through modification and deployment. The diagram engine is embedded within the skill ( scripts/ folder). No pip install needed — it directly uses the bundled Python scripts to generate interactive HTML diagrams with 605+ official Azure icons. Ready to use immediately without network access or package installation. Automatic User Lang...
1.2K
4721 stock-daily-analysis chjm-ai/stock-daily-analysis-skill
Daily Stock Analysis for OpenClaw 基于 LLM 的 A/H/美股智能分析 Skill,提供技术面分析和 AI 决策建议。 功能特性 多市场支持 - A股、港股、美股 技术面分析 - MA5/10/20、MACD、RSI、乖离率 趋势交易 - 多头排列判断、买入信号评分 AI 决策 - DeepSeek/Gemini/OpenAI 深度分析 数据源集成 - 可选 market-data skill 快速使用 from scripts . analyzer import analyze_stock , analyze_stocks 单只分析 result = analyze_stock ( '600519' ) print ( result [ 'ai_analysis' ] [ 'operation_advice' ] ) 批量分析 results = analyze_stocks ( [ '600362' , '601318' , '159892' ] ) 配置 复制配置模板: cp config.example.json config.json ...
1.2K
4722 prompt-engineer sickn33/antigravity-awesome-skills
Prompt Engineer Expert prompt engineer specializing in designing, optimizing, and evaluating prompts that maximize LLM performance across diverse use cases. When to Use This Skill Designing prompts for new LLM applications Optimizing existing prompts for better accuracy or efficiency Implementing chain-of-thought or few-shot learning Creating system prompts with personas and guardrails Building structured output schemas (JSON mode, function calling) Developing prompt evaluation and testing frame...
1.2K
4723 slug-font-rendering aradotso/trending-skills
Slug Font Rendering Algorithm Skill by ara.so — Daily 2026 Skills collection. Slug is a reference implementation of the Slug font rendering algorithm — a GPU-accelerated technique for rendering vector fonts and glyphs at arbitrary scales with high quality anti-aliasing. It works by encoding glyph outlines as lists of quadratic Bézier curves and line segments, then resolving coverage directly in fragment shaders without pre-rasterized textures. Paper: JCGT 2017 — Slug Algorithm Blog (updates): A ...
1.2K
4724 grimmory-self-hosted-library aradotso/trending-skills
Grimmory Self-Hosted Library Manager Skill by ara.so — Daily 2026 Skills collection. Grimmory is a self-hosted application (successor to BookLore) for managing your entire book collection. It supports EPUBs, PDFs, MOBIs, AZW/AZW3, and comics (CBZ/CBR/CB7), with a built-in browser reader, annotations, Kobo/OPDS sync, KOReader progress sync, metadata enrichment, and multi-user support. Installation Requirements Docker and Docker Compose Step 1: Create .env Application APP_USER_ID = 1000 APP_GROUP...
1.2K
4725 x-mastery-mentor alchaincyf/x-mentor-skill
X/Twitter运营导师 · 思维操作系统 「格式化是你能对写作做的最简单的10倍提升。」——Nicolas Cole 导师定位 我能帮你的 :选题策略、推文写作、Thread结构、增长引擎、算法利用、AI赛道内容打法、变现路径、账号诊断 我不能帮你的 :代替你写作、保证增长速度、预测算法未来变化 问题路由 收到问题后,先判断类型,加载对应reference: 用户问题类型 执行场景 按需加载 怎么写推文/Thread → 场景A writing-workshop.md + algorithm-niche.md 不知道发什么/没灵感 → 场景B writing-workshop.md + mental-models-heuristics.md 审阅已写内容 → 场景C quality-analytics.md + writing-workshop.md 怎么涨粉/策略 → 场景D growth-monetization.md + algorithm-niche.md 账号诊断/分析报告 → 场景E quality-analytics.md (含报告模板) 算法/平台规则 → 直接回答...
1.2K
4726 witr-process-inspector aradotso/trending-skills
witr — Why Is This Running? Skill by ara.so — Daily 2026 Skills collection. witr is a Go CLI/TUI tool that answers "why is this running?" for any process, service, or port. Instead of leaving you to correlate ps , lsof , ss , systemctl , and docker ps manually, witr makes the causality chain explicit — showing where a running thing came from, how it was started, and what chain of supervisors/containers/shells is responsible. Installation Quickest (Unix) curl -fsSL https://raw.githubusercontent.c...
1.2K
4727 flutter-theming flutter/skills
Goal Updates and manages Flutter application styling by migrating legacy Material 2 implementations to Material 3, normalizing component themes, updating deprecated button classes, and adapting UI idioms for cross-platform consistency. Assumes a Flutter environment using Dart. Instructions Analyze Current Theme State Review the existing Flutter codebase to identify legacy Material 2 components, deprecated button classes ( FlatButton , RaisedButton , OutlineButton ), and outdated theme properties...
1.2K
4728 d1-drizzle-schema jezweb/claude-skills
D1 Drizzle Schema Generate correct Drizzle ORM schemas for Cloudflare D1. D1 is SQLite-based but has important differences that cause subtle bugs if you use standard SQLite patterns. This skill produces schemas that work correctly with D1's constraints. Critical D1 Differences Feature Standard SQLite D1 Foreign keys OFF by default Always ON (cannot disable) Boolean type No No — use integer({ mode: 'boolean' }) Datetime type No No — use integer({ mode: 'timestamp' }) Max bound params ~999 100 (af...
1.2K
4729 mapbox-style-patterns mapbox/mapbox-agent-skills
Mapbox Style Patterns Skill This skill provides battle-tested style patterns and layer configurations for common mapping scenarios. Pattern Library Pattern 1: Restaurant/POI Finder Use case: Consumer app showing restaurants, cafes, bars, or other points of interest Visual requirements: POIs must be immediately visible Street context for navigation Neutral background (photos/content overlay) Mobile-optimized Recommended layers: { "layers" : [ { "id" : "background" , "type" : "background" , "paint...
1.2K
4730 project-health jezweb/claude-skills
Status: Active Updated: 2026-01-30 Focus: Ensuring documentation and workflows are executable by AI agents Overview This skill evaluates project health from an AI-agent perspective - not just whether docs are well-written for humans, but whether future Claude Code sessions can: - Understand the documentation without ambiguity - Execute workflows by following instructions literally - Resume work effectively with proper context handoff When to Use - Before handing off a project to another...
1.2K
4731 kimodo-motion-diffusion aradotso/trending-skills
Kimodo Motion Diffusion Skill by ara.so — Daily 2026 Skills collection. Kimodo is a kinematic motion diffusion model trained on 700 hours of commercially-friendly optical mocap data. It generates high-quality 3D human and humanoid robot motions controlled through text prompts and kinematic constraints (full-body keyframes, end-effector positions/rotations, 2D paths, 2D waypoints). Installation Clone the repository git clone https://github.com/nv-tlabs/kimodo.git cd kimodo Install with pip (cre...
1.2K
4732 seo-local-business jezweb/claude-skills
SEO Local Business Generate a complete SEO package for local business websites. Produces meta tags, structured data, robots.txt, and sitemap.xml. What You Produce Complete <head> section with meta tags, Open Graph, Twitter Cards JSON-LD structured data (LocalBusiness + Service + FAQ schemas) robots.txt sitemap.xml Workflow Step 1: Gather Business Info Ask for (or extract from existing site): Required Optional Business name ABN Primary service Opening hours Location (city/suburb) Social media URL...
1.2K
4733 mermaid-visualizer axtonliu/axton-obsidian-visual-skills
Mermaid Visualizer Overview Convert text content into clean, professional Mermaid diagrams optimized for presentations and documentation. Automatically handles common syntax pitfalls (list syntax conflicts, subgraph naming, spacing issues) to ensure diagrams render correctly in Obsidian, GitHub, and other Mermaid-compatible platforms. Quick Start When creating a Mermaid diagram: Analyze the content - Identify key concepts, relationships, and flow Choose diagram type - Select the most appropr...
1.2K
4734 autoresearch-genealogy aradotso/trending-skills
autoresearch-genealogy Skill by ara.so — Daily 2026 Skills collection. A structured system of autoresearch prompts, Obsidian vault templates, archive guides, and methodology references for AI-assisted genealogy research. Built for Claude Code's autonomous research loops, adaptable to any AI tool or manual workflow. What This Project Does Provides 12 Claude Code /autoresearch prompts that autonomously search the web, update your vault, and self-verify results Supplies a complete 19-file Obsidian ...
1.2K
4735 app-store-preflight-skills truongduy2611/app-store-preflight-skills
App Store Preflight Skill Run pre-submission checks on your iOS/macOS project to catch common App Store rejection patterns. Prerequisites asc CLI — Install via Homebrew: brew install asc ( App-Store-Connect-CLI ) ASC CLI Skills — app-store-connect-cli-skills for asc usage patterns jq — Optional, but used by some JSON-inspection examples in the rule docs Step 1: Identify App Type → Load Checklist Determine which guidelines apply by loading the relevant checklist from references/guidelines/by-app-...
1.2K
4736 conversation-memory sickn33/antigravity-awesome-skills
Conversation Memory You're a memory systems specialist who has built AI assistants that remember users across months of interactions. You've implemented systems that know when to remember, when to forget, and how to surface relevant memories. You understand that memory is not just storage—it's about retrieval, relevance, and context. You've seen systems that remember everything (and overwhelm context) and systems that forget too much (frustrating users). Your core principles: Memory types differ...
1.2K
4737 api-gateway maton-ai/api-gateway-skill
API Gateway Passthrough proxy for direct access to third-party APIs using managed OAuth connections, provided by Maton . The API gateway lets you call native API endpoints directly. Quick Start Native Slack API call python << 'EOF' import urllib.request, os, json data = json.dumps({'channel': 'C0123456', 'text': 'Hello from gateway!'}).encode() req = urllib.request.Request('https://gateway.maton.ai/slack/api/chat.postMessage', data=data, method='POST') req.add_header('Authorization', f'Bearer {...
1.2K
4738 translate-book-parallel aradotso/trending-skills
Translate Book (Parallel Subagents) Skill by ara.so — Daily 2026 Skills collection. A Claude Code skill that translates entire books (PDF/DOCX/EPUB) into any language using parallel subagents. Each chunk gets an isolated context window — preventing truncation and context accumulation that plague single-session translation. Pipeline Overview Input (PDF/DOCX/EPUB) │ ▼ Calibre ebook-convert → HTMLZ → HTML → Markdown │ ▼ Split into chunks (~6000 chars each) │ manifest.json tracks SHA-256 hashes ▼ P...
1.2K
4739 typeorm mindrally/skills
TypeORM Development Guidelines You are an expert in TypeORM, TypeScript, and database design with a focus on the Data Mapper pattern and enterprise application architecture. Core Principles TypeORM supports both Active Record and Data Mapper patterns Uses TypeScript decorators for entity and column definitions Supports MySQL, PostgreSQL, MariaDB, SQLite, MS SQL Server, Oracle, and more Works in Node.js, Browser, Ionic, Cordova, React Native, NativeScript, Expo, and Electron First-class support...
1.2K
4740 unit-test-service-layer giuseppe-trisciuoglio/developer-kit
Unit Testing Service Layer with Mockito Overview 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. When to Use Use this skill when: Testing business logic in @Service classes Mocking repository and external client dependencies Verifying service interaction...
1.2K
4741 spring-boot-cache giuseppe-trisciuoglio/developer-kit
Spring Boot Cache Abstraction Overview 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 lifecycles, and validating behavior in Spring Boot 3.5+ services. When to Use Add @Cacheable , @CachePut , or @CacheEvict to Spring Boot servi...
1.2K
4742 sf-ai-agentforce jaganpro/sf-skills
sf-ai-agentforce: Standard Agentforce Platform Development Expert Agentforce developer specializing in the Setup UI / Agentforce Builder approach to agent development. Covers topic and action configuration, GenAiFunction/GenAiPlugin metadata, PromptTemplate authoring, Einstein Models API, and custom Lightning types. Code-first alternative : For programmatic agent development using Agent Script DSL ( .agent files), use sf-ai-agentscript instead. This skill covers the declarative, UI-driven approa...
1.2K
4743 cc-skill-security-review sickn33/antigravity-awesome-skills
Security Review Skill This skill ensures all code follows security best practices and identifies potential vulnerabilities. When to Activate Implementing authentication or authorization Handling user input or file uploads Creating new API endpoints Working with secrets or credentials Implementing payment features Storing or transmitting sensitive data Integrating third-party APIs Security Checklist 1. Secrets Management ❌ NEVER Do This const apiKey = "sk-proj-xxxxx" // Hardcoded secret const dbP...
1.2K
4744 chunking-strategy giuseppe-trisciuoglio/developer-kit
Chunking Strategy for RAG Systems Overview 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. When to Use Use this skill when building RAG systems, optimizing vector search performance, implementing document processing pipelines, handling...
1.2K
4745 optimize marketcalls/vectorbt-backtesting-skills
Identify and fix performance issues to create faster, smoother user experiences. Assess Performance Issues Understand current performance and identify problems: Measure current state : Core Web Vitals : LCP, FID/INP, CLS scores Load time : Time to interactive, first contentful paint Bundle size : JavaScript, CSS, image sizes Runtime performance : Frame rate, memory usage, CPU usage Network : Request count, payload sizes, waterfall Identify bottlenecks : What's slow? (Initial load? Interactions? ...
1.2K
4746 positioning-statement deanpeters/product-manager-skills
Purpose Create a Geoffrey Moore-style positioning statement that clearly articulates who your product serves, what need it addresses, how it's categorized, what benefit it delivers, and how it differs from alternatives. Use this when you need to align stakeholders on product strategy, guide messaging, or test if your value proposition is crisp and defensible. This is not a tagline or elevator pitch—it's a strategic clarity tool that forces you to make hard choices about target, need, and differe...
1.2K
4747 spring-boot-resilience4j giuseppe-trisciuoglio/developer-kit
Spring Boot Resilience4j Patterns Overview 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 Spring Boot 3.x to build resilient microservices that can gracefully handle external service failures and prevent cascading failures acros...
1.2K
4748 lean-ux-canvas deanpeters/product-manager-skills
Purpose Guide product managers through creating Jeff Gothelf's Lean UX Canvas (v2) —a one-page facilitation tool that frames work around a business problem to solve , not a solution to implement . Use this to align cross-functional teams around core assumptions, craft testable hypotheses, and ensure learning happens every sprint by exposing gaps in understanding (problem, users, value, and why the solution should work). This is not a roadmap or feature list—it's an "insurance policy" that turns ...
1.2K
4749 spring-boot-actuator giuseppe-trisciuoglio/developer-kit
Spring Boot Actuator Skill Overview Deliver production-ready observability for Spring Boot services using Actuator endpoints, probes, and Micrometer integration. Standardize health, metrics, and diagnostics configuration while delegating deep reference material to references/ . Support platform requirements for secure operations, SLO reporting, and incident diagnostics. When to Use Trigger: "enable actuator endpoints" – Bootstrap Actuator for a new or existing Spring Boot service. Trigger: "secu...
1.2K
4750 spring-boot-event-driven-patterns giuseppe-trisciuoglio/developer-kit
Spring Boot Event-Driven Patterns Overview 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. When to Use This Skill Use this skill when building applications that require: Loose coupling between microservices through event-based communication Domain event publishing from aggregate roots in DDD architectures Transactional event listeners en...
1.2K