███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 5651 | actionbook | actionbook/actionbook |
When the user needs to automate website tasks, use Actionbook to fetch complete action manuals instead of figuring out the steps yourself. When to Use This Skill Activate this skill when the user: Needs to complete a multi-step task ("Send a LinkedIn message", "Book an Airbnb") Asks how to interact with a website ("How do I post a tweet?") Builds browser-based AI agents or web scrapers Writes E2E tests for external websites What Actionbook Provides Action manuals include: Step-by-step instr...
|
2.3K |
| 5652 | langchain4j-tool-function-calling-patterns | giuseppe-trisciuoglio/developer-kit |
LangChain4j Tool & Function Calling Patterns Define tools and enable AI agents to interact with external systems, APIs, and services using LangChain4j's annotation-based and programmatic tool system. Overview LangChain4j's tool system enables AI agents to execute external functions through declarative annotations and programmatic interfaces. Tools are defined using the @Tool annotation and automatically registered with AI services, allowing LLMs to perform actions beyond text generation such as ...
|
2.3K |
| 5653 | langchain4j-rag-implementation-patterns | giuseppe-trisciuoglio/developer-kit |
LangChain4j RAG Implementation Patterns When to Use This Skill Use this skill when: Building knowledge-based AI applications requiring external document access Implementing question-answering systems over large document collections Creating AI assistants with access to company knowledge bases Building semantic search capabilities for document repositories Implementing chat systems that reference specific information sources Creating AI applications requiring source attribution Building domain-sp...
|
2.3K |
| 5654 | unit-test-utility-methods | giuseppe-trisciuoglio/developer-kit |
Unit Testing Utility Classes and Static Methods Overview This skill provides comprehensive patterns for testing utility classes and static methods using JUnit 5. It covers testing pure functions without side effects, edge case handling, boundary conditions, and common utility patterns like string manipulation, calculations, collections, and data validation. When to Use Use this skill when: Testing utility classes with static helper methods Testing pure functions with no state or side effects Tes...
|
2.3K |
| 5655 | knip | brianlovin/agent-config |
Knip Code Cleanup Run knip to find and remove unused files, dependencies, and exports from this codebase. Setup Check if knip is available: Run npx knip --version to test If it fails or is very slow, check if knip is in package.json devDependencies If not installed locally, install with npm install -D knip (or pnpm/yarn/bun equivalent based on lockfile present) Knip does NOT remove unused imports/variables inside files — that's a linter's job. Knip finds unused files, dependencies, and exports a...
|
2.3K |
| 5656 | copywriting-tone-of-voice-creator | samber/cc-skills |
Persona: You are a senior brand voice strategist. You treat tone of voice as operational infrastructure, not a deliverable PDF — discover deeply, define falsifiably, document for the writers (or bots) who will use it. Thinking mode: Use ultrathink for Phase 3 (voice definition) and category mapping. Synthesising stakeholder inputs, audience nuance, and cross-channel modulation rewards deep reasoning; shallow synthesis produces generic, derivative voices. Modes: Create — build TONE.md from scratc...
|
2.3K |
| 5657 | arxiv-search | langchain-ai/deepagents |
arXiv Search Skill Usage Run the bundled Python script using the absolute skills directory path from your system prompt: .venv/bin/python [ YOUR_SKILLS_DIR ] /arxiv-search/arxiv_search.py "your search query" [ --max-papers N ] query (required): Search query string --max-papers (optional): Maximum results to retrieve (default: 10) Example .venv/bin/python ~/.deepagents/agent/skills/arxiv-search/arxiv_search.py "deep learning drug discovery" --max-papers 5 Returns title and abstract for each match...
|
2.3K |
| 5658 | draft-offer | anthropics/knowledge-work-plugins |
/draft-offer If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md . Draft a complete offer letter for a new hire. Usage /draft-offer $ARGUMENTS What I Need From You Role and title : What position? Level : Junior, Mid, Senior, Staff, etc. Location : Where will they be based? (affects comp and benefits) Compensation : Base salary, equity, signing bonus (if applicable) Start date : When should they start? Hiring manager : Who will they report to? If you d...
|
2.3K |
| 5659 | review-resume | phuryn/pm-skills |
Resume Review for Product Managers You are an expert resume reviewer specializing in Product Management careers. Your role is to provide comprehensive, personalized, and actionable feedback on PM resumes based on industry best practices. Purpose Conduct a thorough review of a PM resume against 10 best practices. Provide specific, constructive suggestions with examples directly from the resume being reviewed. Input Arguments $RESUME : The resume text or content to review $JOB_POSTING : (Optional)...
|
2.3K |
| 5660 | unit-test-exception-handler | giuseppe-trisciuoglio/developer-kit |
Unit Testing ExceptionHandler and ControllerAdvice Overview This skill provides patterns for unit testing @ExceptionHandler methods and @ControllerAdvice classes using MockMvc. It covers testing exception-to-error-response transformations, HTTP status codes, error message formatting, validation error handling, and custom permission evaluators without full integration test overhead. When to Use Use this skill when: Testing @ExceptionHandler methods in @ControllerAdvice Testing exception-to-error-...
|
2.3K |
| 5661 | langchain4j-spring-boot-integration | giuseppe-trisciuoglio/developer-kit |
LangChain4j Spring Boot Integration 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. When to Use To accomplish integration of LangChain4j with Spring Boot when: Integrating LangChain4j into existing Spring Boot applications Building AI-powered microservices with Spring Boot Setting up aut...
|
2.3K |
| 5662 | typescript-security-review | giuseppe-trisciuoglio/developer-kit |
TypeScript Security Review Overview This skill provides structured, comprehensive security review for TypeScript and Node.js applications. It evaluates code against OWASP Top 10, framework-specific security best practices, and production-readiness security criteria. The review produces actionable findings classified by severity (Critical, High, Medium, Low) with concrete remediation examples. This skill delegates to the typescript-security-expert agent for deep security analysis when invoked thr...
|
2.3K |
| 5663 | copilotkit-agui | copilotkit/copilotkit |
AG-UI Protocol Skill Overview AG-UI (Agent-User Interaction) is CopilotKit's open event-based protocol for agent-to-UI communication. All agent-frontend interaction flows through typed events streamed over SSE (Server-Sent Events) or binary protobuf transport. Agents implement AbstractAgent.run() returning an RxJS Observable<BaseEvent> , and the client SDK handles event application, state management, and message history. When to Use Building a custom agent backend that needs to speak AG-UI Imple...
|
2.3K |
| 5664 | copilotkit-develop | copilotkit/copilotkit |
CopilotKit v2 Development Skill Live Documentation (MCP) This plugin includes an MCP server ( copilotkit-docs ) that provides search-docs and search-code tools for querying live CopilotKit documentation and source code. Claude Code: Auto-configured by the plugin's .mcp.json -- no setup needed. Codex: Requires manual configuration. See the copilotkit-debug skill for setup instructions. Architecture Overview CopilotKit v2 is built on the AG-UI protocol ( @ag-ui/client / @ag-ui/core ). The stack ha...
|
2.3K |
| 5665 | ml-adoption-playbook | affaan-m/ecc |
ML Adoption Playbook This skill provides an adaptive methodology for implementing machine learning models into existing software engineering projects. It bridges the gap between traditional SWE and MLOps by structuring how ML should be researched, decoupled, trained, and integrated. When to Activate A user asks to "add ML" or "add an algorithm" to their existing codebase. Planning the integration of a new model (e.g., recommendation, classification, forecasting) into a non-ML application. Struct...
|
2.3K |
| 5666 | session-report | anthropics/claude-plugins-official |
Session Report Produce a self-contained HTML report of Claude Code usage and save it to the current working directory. Steps Get data. Run the bundled analyzer (default window: last 7 days; honor a different range if the user passed one, e.g. 24h , 30d , or all ). The script analyze-sessions.mjs lives in the same directory as this SKILL.md — use its absolute path: node < skill-dir > /analyze-sessions.mjs --json --since 7d > /tmp/session-report.json For all-time, omit --since . Read /tmp/session-...
|
2.3K |
| 5667 | kstartup-search | nomadamas/k-skill |
창업진흥원 K-Startup 조회 What this skill does 공공데이터포털의 창업진흥원_K-Startup(사업소개,사업공고,콘텐츠 등)_조회서비스 ( kisedKstartupService01 , dataset 15125364 )를 k-skill-proxy 경유로 호출해 다음 4개 endpoint를 조회한다. business-info → getBusinessInformation01 : 통합공고 지원사업 정보 (예산, 규모, 수행기관, 사업소개) announcements → getAnnouncementInformation01 : 지원사업 공고 정보 (공고명, 접수기간, 지역, 신청대상, 모집진행여부 등 — 가장 활용도 높음 ) contents → getContentInformation01 : 창업관련 콘텐츠 (공지·뉴스·우수사례 등) statistics → getStatisticalInformation01 : 창업관련 통계보고서 조회 전용 스킬이다. 사업 신청·지원금 청구·콘...
|
2.3K |
| 5668 | unit-test-scheduled-async | giuseppe-trisciuoglio/developer-kit |
Unit Testing @Scheduled and @Async Methods Overview 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 real scheduling intervals. When to Use Use this skill when: Testing @Scheduled method logic Testing @Async method behavior Verifying...
|
2.3K |
| 5669 | unit-test-mapper-converter | giuseppe-trisciuoglio/developer-kit |
Unit Testing Mappers and Converters Overview This skill provides patterns for unit testing MapStruct mappers and custom converter classes. It covers testing field mapping accuracy, null handling, type conversions, nested object transformations, bidirectional mapping, enum mapping, and partial updates for comprehensive mapping test coverage. When to Use Use this skill when: Testing MapStruct mapper implementations Testing custom entity-to-DTO converters Testing nested object mapping Verifying nul...
|
2.3K |
| 5670 | unit-test-caching | giuseppe-trisciuoglio/developer-kit |
Unit Testing Spring Caching Overview This skill provides patterns for unit testing Spring caching annotations (@Cacheable, @CacheEvict, @CachePut) without full Spring context. It covers testing cache behavior, hits/misses, invalidation strategies, cache key generation, and conditional caching using in-memory cache managers. When to Use Use this skill when: Testing @Cacheable method caching Testing @CacheEvict cache invalidation Testing @CachePut cache updates Verifying cache key generation Testi...
|
2.3K |
| 5671 | langchain4j-ai-services-patterns | giuseppe-trisciuoglio/developer-kit |
LangChain4j AI Services Patterns This skill provides guidance for building declarative AI Services with LangChain4j using interface-based patterns, annotations for system and user messages, memory management, tools integration, and advanced AI application patterns that abstract away low-level LLM interactions. When to Use Use this skill when: Building declarative AI-powered interfaces with minimal boilerplate code Creating type-safe AI services with Java interfaces and annotations Implementing c...
|
2.3K |
| 5672 | unit-test-config-properties | giuseppe-trisciuoglio/developer-kit |
Unit Testing Configuration Properties and Profiles Overview This skill provides patterns for unit testing @ConfigurationProperties bindings, environment-specific configurations, and property validation using JUnit 5. It covers testing property name mapping, type conversions, validation constraints, nested structures, and profile-specific configurations without full Spring context startup. When to Use Use this skill when: Testing @ConfigurationProperties property binding Testing property name map...
|
2.3K |
| 5673 | nx-monorepo | giuseppe-trisciuoglio/developer-kit |
Nx Monorepo Overview Provides comprehensive guidance for working with Nx monorepos in TypeScript/JavaScript projects. Nx is a smart build system with advanced caching, affected command execution, and powerful generators for React, Next.js, NestJS, and more. This skill covers workspace creation, project generation, task execution, caching strategies, Module Federation, and CI/CD integration. When to Use Use this skill when: Creating a new Nx workspace or initializing Nx in an existing project Gen...
|
2.3K |
| 5674 | copilotkit-debug | copilotkit/copilotkit |
CopilotKit Debugging Skill When to Use Invoke this skill when: The CopilotKit runtime is unreachable or returning errors Agents fail to connect, respond, or stream events Frontend tools are not executing or returning results Transcription (voice) is failing Version mismatch errors appear between packages AG-UI SSE events are malformed or missing CORS errors block browser requests to the runtime Diagnostic Workflow Step 1: Gather Information Before proposing any fix, collect: Show more Installs 5...
|
2.3K |
| 5675 | runtime | copilotkit/copilotkit |
assistant-ui Runtime Always consult assistant-ui.com/llms.txt for latest API. References ./references/local-runtime.md -- useLocalRuntime deep dive ./references/external-store.md -- useExternalStoreRuntime deep dive ./references/thread-list.md -- Thread list management ./references/state-hooks.md -- State access hooks ./references/types.md -- Type definitions Runtime Hierarchy AssistantRuntime ├── ThreadListRuntime (thread management) │ ├── ThreadListItemRuntime (per-thread item) │ └── ......
|
2.3K |
| 5676 | groundcover-cli | paymog/groundcover-cli |
Groundcover CLI Invoke the groundcover binary (install via brew install paymog/tap/groundcover ). Source of truth is paymog/groundcover-cli . Auth (required before any command) export GROUNDCOVER_API_KEY = gcsa_ .. . must be a service-account key The key must be a service-account key: prefix gcsa_ , exactly 40 chars. Anything else is rejected with a clear message — Invalid token prefix. Expected 'gcsa_' or Invalid token length (N, expected 40) . Don't confuse key types: gcsa_… — service-account...
|
2.3K |
| 5677 | nuxt-content | onmax/nuxt-skills |
Nuxt Content v3 Progressive guidance for content-driven Nuxt apps with typed collections and SQL-backed queries. When to Use Working with: Content collections (content.config.ts, defineCollection) Remote sources (GitHub repos, external APIs via defineCollectionSource) Content queries (queryCollection, navigation, search) MDC rendering (<ContentRenderer>, prose components) Database configuration (SQLite, PostgreSQL, D1, LibSQL) Content hooks (content:file:beforeParse, content:file:afterParse)...
|
2.3K |
| 5678 | positioning-ideas | phuryn/pm-skills |
Positioning Ideas Brainstorm product positioning ideas differentiated from competitors. Identifies top competitors and generates positioning statements with strategic rationale. Use when developing product positioning, differentiating from competitors, or crafting brand positioning strategy. When to Use Developing product positioning strategy Differentiating from competitors Crafting brand positioning statements Identifying market positioning gaps Triggers: positioning, brand positioning, differ...
|
2.3K |
| 5679 | remotion | nexu-io/open-design |
Stitch to Remotion Walkthrough Videos You are a video production specialist focused on creating engaging walkthrough videos from app designs. You combine Stitch's screen retrieval capabilities with Remotion's programmatic video generation to produce smooth, professional presentations. Overview This skill enables you to create walkthrough videos that showcase app screens with professional transitions, zoom effects, and contextual text overlays. The workflow retrieves screens from Stitch projects ...
|
2.3K |
| 5680 | journal-abbrev | agents365-ai/365-skills |
Journal Abbreviation Lookup Look up journal/magazine name abbreviations using a multi-source cascade: JabRef database (~25K journals) → AbbrevISO API (ISO 4) → NLM Catalog (MEDLINE). Critical rule: Always use jabbrv.py for lookups. Never guess abbreviations — even common journals have non-obvious abbreviations. Quick Reference Show more Installs 518 Repository agents365-ai/365-skills GitHub Stars 10 First Seen May 19, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Warn
|
2.3K |
| 5681 | superwall-editor | superwall/skills |
Superwall Paywall Editor Paywalls are built in a browser editor that exposes its tools over an authenticated relay. This skill drives that relay from the CLI — the exact same surface the MCP gateway uses — so every tool you invoke runs inside the live browser session the user has open. When to use The user wants to build, edit, or review a Superwall paywall, onboarding, or web2app flow. The user pastes a pairing code and asks you to take over editing. The user asks "what tools can you run right ...
|
2.3K |
| 5682 | unit-test-application-events | giuseppe-trisciuoglio/developer-kit |
Unit Testing Application Events Overview 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. When to Use Use this skill when: Testing ApplicationEventPublisher event publishing Testing @EventListener method invocation Verifying event listener logic and...
|
2.3K |
| 5683 | langchain4j-vector-stores-configuration | giuseppe-trisciuoglio/developer-kit |
LangChain4J Vector Stores Configuration Configure vector stores for Retrieval-Augmented Generation applications with LangChain4J. Overview Vector stores are essential components for RAG (Retrieval-Augmented Generation) systems, enabling efficient storage and retrieval of document embeddings for semantic search. LangChain4J provides a unified abstraction over multiple vector database backends including PostgreSQL/pgvector, Pinecone, MongoDB Atlas, Milvus, Neo4j, and in-memory stores for developme...
|
2.3K |
| 5684 | qdrant | giuseppe-trisciuoglio/developer-kit |
Qdrant Vector Database Integration Overview Qdrant is an AI-native vector database for semantic search and similarity retrieval. This skill provides patterns for integrating Qdrant with Java applications, focusing on Spring Boot integration and LangChain4j framework support. Enable efficient vector search capabilities for RAG systems, recommendation engines, and semantic search applications. When to Use Use this skill when implementing: Semantic search or recommendation systems in Spring Boot ap...
|
2.3K |
| 5685 | langchain4j-mcp-server-patterns | giuseppe-trisciuoglio/developer-kit |
LangChain4j MCP Server Implementation Patterns Implement Model Context Protocol (MCP) servers with LangChain4j to extend AI capabilities with standardized tools, resources, and prompt templates. Overview The Model Context Protocol (MCP) is a standardized protocol for connecting AI applications to external data sources and tools. LangChain4j provides MCP server implementation patterns that enable AI systems to dynamically discover and execute tools, access resources, and use prompt templates thro...
|
2.3K |
| 5686 | market-news-analyst | tradermonty/claude-trading-skills |
Market News Analyst Overview This skill enables comprehensive analysis of market-moving news events from the past 10 days, focusing on their impact on US equity markets and commodities. The skill automatically collects news from trusted sources using WebSearch and WebFetch tools, evaluates market impact magnitude, analyzes actual market reactions, and produces structured English reports ranked by market impact significance. Prerequisites Tools: WebSearch and WebFetch tools must be available for ...
|
2.3K |
| 5687 | langchain4j-testing-strategies | giuseppe-trisciuoglio/developer-kit |
LangChain4J Testing Strategies Overview LangChain4J testing requires specialized strategies due to the non-deterministic nature of LLM responses and the complexity of AI workflows. This skill provides comprehensive patterns for unit testing with mocks, integration testing with Testcontainers, and end-to-end testing for RAG systems, AI Services, and tool execution. When to Use This Skill Use this skill when: Building AI-powered applications with LangChain4J Writing unit tests for AI services and ...
|
2.3K |
| 5688 | aws-sdk-java-v2-s3 | giuseppe-trisciuoglio/developer-kit |
AWS SDK for Java 2.x - Amazon S3 Overview 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. When to Use Use this skill when: Creating, listing, or deleting S3 buckets with proper configuration Uploading or downloading objects from S3 with ...
|
2.3K |
| 5689 | a2ui-renderer | copilotkit/copilotkit |
This skill builds on copilotkit/react-core (for CopilotKit provider fundamentals) and copilotkit/runtime (for CopilotRuntime fundamentals). Read those first. Setup A2UI has two halves. The runtime declares a2ui middleware; the client enables the a2ui prop on the provider. Once both are set, /info flags A2UI and the client auto-mounts createA2UIMessageRenderer — you do NOT wire renderActivityMessages yourself. Runtime side ( app/routes/api.copilotkit.$.tsx ) Show more Installs 521 Repository copi...
|
2.3K |
| 5690 | junior-to-senior | juliusbrussee/skills |
Junior to Senior Assume the plan in front of you was written by a capable junior: fluent, confident, and trained on the past. Build a senior reviewer that is grounded in two things the junior was not — this codebase as it actually exists and the state of the art as it exists today — and let the senior tear the plan down and rebuild it. This skill exists because agent-generated plans fail at two altitudes: Fog — the plan describes the high level fine ("add caching", "handle auth", "make it scalab...
|
2.3K |
| 5691 | ui-skills | nexu-io/open-design |
ui-skills Curated from @ibelick. What it does Opinionated, evolving constraints to guide agents when building interfaces. Useful for keeping output coherent across many small UI pieces. Source Upstream: https://github.com/ibelick/ui-skills Category: design-systems How to use This catalogue entry advertises the skill in Open Design so the agent discovers it during planning. To run the full upstream workflow with its original assets, scripts, and references, install the upstream bundle into your a...
|
2.3K |
| 5692 | aws-sdk-java-v2-dynamodb | giuseppe-trisciuoglio/developer-kit |
AWS SDK for Java 2.x - Amazon DynamoDB Overview Amazon DynamoDB is a fully managed NoSQL database service that provides fast and predictable performance with seamless scalability. This skill covers patterns for working with DynamoDB using AWS SDK for Java 2.x, including the Enhanced Client for type-safe operations, batch operations, transactions, and Spring Boot integration. When to Use Use this skill when: Creating, updating, or deleting DynamoDB tables Performing CRUD operations on DynamoDB it...
|
2.3K |
| 5693 | rag | giuseppe-trisciuoglio/developer-kit |
RAG Implementation Build Retrieval-Augmented Generation systems that extend AI capabilities with external knowledge sources. Overview RAG (Retrieval-Augmented Generation) enhances AI applications by retrieving relevant information from knowledge bases and incorporating it into AI responses, reducing hallucinations and providing accurate, grounded answers. When to Use Use this skill when: Building Q&A systems over proprietary documents Creating chatbots with current, factual information Implement...
|
2.3K |
| 5694 | aurora-dsql | aws/agent-toolkit-for-aws |
Amazon Aurora DSQL Overview Aurora DSQL is a serverless, PostgreSQL-compatible distributed SQL database. This skill provides direct database interaction via psql scripts and PostgreSQL drivers, schema management, migration support, multi-tenant patterns, and query-plan explainability. Key capabilities: Direct query execution via psql with generated IAM auth tokens (see scripts/psql-connect.sh ) Schema management with DSQL constraints (one DDL per transaction, async indexes) Safe data migration (...
|
2.3K |
| 5695 | muapi-ui-design | samuraigpt/generative-media-skills |
🎨 UI/UX Design Mockup Skill A specialized skill for AI Agents to architect high-fidelity digital interfaces. The UI/UX Design skill translates product requirements into technical design specifications for high-fidelity mockups, wireframes, and design systems. Core Competencies Atomic Design Orchestration : Structuring interfaces from Atoms (buttons) to Organisms (headers) for system consistency. Platform-Specific Layouts : Designing for responsive breakpoints across Mobile (iOS/Android) and Web ...
|
2.3K |
| 5696 | emergency-room-beds | nomadamas/k-skill |
Emergency Room Beds What this skill does 사용자가 알려준 현재 위치를 기준으로 근처 응급실 과 공개 E-Gen 응급실 상태 플래그를 찾는다. 위치는 자동 추정하지 않는다. 위치가 없으면 먼저 현재 위치를 묻는다. 위치 문자열은 Kakao Map anchor 검색으로 좌표를 잡는다. 응급실 목록은 E-Gen 공개 응급실 찾기 표면을 사용한다. 응급실 운영 여부, 입원실/병상 운영 플래그, 권역외상센터/소아전문 여부, 데이터 갱신시각을 보여준다. 정확한 실시간 잔여 병상 수나 병상 가동률을 확정해서 말하지 않는다. 공개 E-Gen nearby 목록은 병상 수치가 아니라 운영 플래그를 제공한다. When to use "근처 응급실 찾아줘" "응급실 병상 상태 확인해줘" "광화문 주변 응급실 어디가 가까워?" "현재 위치 근처 응급실 운영 여부 알려줘" Show more Installs 464 Repository nomadamas/k-skill GitHub ...
|
2.3K |
| 5697 | sh-notice-search | nomadamas/k-skill |
SH Notice Search What this skill does 서울주택도시개발공사(SH, www.i-sh.co.kr )의 공고 및 공지 공개 HTML 게시판을 직접 읽어 청약·주택 공고 목록과 상세 본문, 첨부파일 메타데이터를 JSON으로 정리한다. 키워드로 SH 공고/공지 목록을 검색한다. 공식 게시판 분류(주택임대, 주택분양, 주택매입/주거복지, 토지, 상가/공장 등)를 선택한다. 상세 페이지에서 본문, 담당부서, 등록일, 조회수, 실제 첨부파일명을 추출한다. 첨부는 아이콘 템플릿이 아니라 existFile('N') onclick이 달린 실제 첨부 앵커와 downList 메타데이터를 기준으로 추출한다. 청약 신청, 서류 제출, 로그인 필요한 마이페이지 조회, 결제, 알림 발송은 하지 않는다. When to use "SH 행복주택 공고 찾아줘" "서울주택도시개발공사 매입임대 공고 보여줘" "SH 공고 seq 304371 상세와 첨부파일 알려줘" "SH 분양 공고 최신 목록 조...
|
2.3K |
| 5698 | html | plannotator/effective-html |
HTML Review the files throughout references/html-effectiveness/ . Create an HTML file for whatever the user is describing. Use the references as best you can to match alignment — style, density, and tone. Always include dark mode: hand-rolled CSS variables on :root / html.dark , a small theme toggle button, localStorage persistence, and an apply-before-paint script in <head> (default to prefers-color-scheme ). Installs 767 Repository plannotator/eff…ive-html GitHub Stars 1.1K First Seen 13 days ...
|
2.3K |
| 5699 | aws-rds-spring-boot-integration | giuseppe-trisciuoglio/developer-kit |
AWS RDS Spring Boot Integration Overview Configure AWS RDS databases (Aurora, MySQL, PostgreSQL) with Spring Boot applications for production-ready connectivity. This skill provides patterns for datasource configuration, connection pooling with HikariCP, SSL connections, environment-specific configurations, and integration with AWS Secrets Manager for secure credential management. When to Use This Skill Use this skill when: Setting up AWS RDS Aurora with Spring Data JPA Configuring datasource pr...
|
2.3K |
| 5700 | ce-riffrec-feedback-analysis | everyinc/compound-engineering-plugin |
Riffrec Feedback Analysis Turn raw product feedback into structured evidence for downstream agents. This skill is the consumption side of Riffrec , a capture tool that records synchronized screen + voice + event sessions and emits a riffrec-*.zip bundle. Choose the path Route to the matching reference based on the input. Read only that reference; do not load the others. Setup — user has no recording yet and asks how to install Riffrec, capture a session, or share feedback. Read references/instal...
|
2.3K |