Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
OMIXEC
GitHub 제작자 프로필

OMIXEC

5개 GitHub 저장소에서 수집된 69개 skills를 저장소 단위로 보여줍니다.

수집된 skills
69
저장소
5
업데이트
2026-07-08
저장소 탐색

저장소와 대표 skills

adk-a2a
소프트웨어 개발자

ADK Agent-to-Agent (A2A) protocol expert covering remote agent communication, agent cards, HTTP-based delegation, and distributed agent systems. Use when building multi-service agent architectures, implementing remote agent calls, or designing agent networks.

2026-07-08
adk-embeddings
소프트웨어 개발자

ADK memory + embeddings across databases. Generate multimodal embeddings with gemini-embedding-2, persist agent sessions/memory to Cloud SQL, Postgres, Firestore, or SQLite, and store/retrieve vectors for RAG (pgvector, Firestore vector). Use when choosing a session/memory backend, wiring a database SessionService or MemoryService, generating embeddings, or building a vector store for retrieval on an ADK agent.

2026-07-08
adk-migration
소프트웨어 개발자

Migrate ADK agents from 1.x to 2.3. Covers breaking API changes (graph Workflow vs GraphAgent, McpToolset, BuiltInCodeExecutor, ctx.resume_inputs, agent modes), renamed imports, deploy CLI changes, model/thinking/embedding updates, and session/state incompatibility. Use when upgrading an ADK 1.x codebase to 2.3, auditing code for deprecated 1.x APIs, or resolving 2.3 import/attribute errors.

2026-07-08
adk-model-routing
소프트웨어 개발자

ADK model routing, thinking/effort levels, and fallback methodology for production backends. Covers the current Gemini 3.x model catalog (gemini-3.5-flash, gemini-3.1-flash-lite, gemini-3.1-pro-preview, gemini-3.1-flash-live-preview, gemini-embedding-2), thinking_level effort tiers (minimal/low/medium/high), deprecation of thinking_budget and sampling params, and primary→fallback chains. Use when selecting a model, tuning thinking/effort, routing by task complexity/cost, or designing model fallback for an ADK agent.

2026-07-08
adk-agent-builder
소프트웨어 개발자

Central hub for building, testing, and iterating on ADK agents. Trigger this skill when the user wants to create a new agent, configure modes (task, single-turn), or build graph-based workflows.

2026-07-07
graph-workflow-go
소프트웨어 개발자

DAG-based ADK workflow in Go using graph pattern. Use for Go backends needing multi-step agent pipelines.

2026-07-07
collaborative-workflow-python
소프트웨어 개발자

Coordinator agent delegating to specialized sub-agents. Python. Use for multi-domain tasks requiring different expertise.

2026-07-07
dynamic-workflow-python
소프트웨어 개발자

Programmatic ADK workflow using imperative control flow. Python. Use for complex logic where graph edges are insufficient.

2026-07-07
이 저장소에서 수집된 skills 42개 중 상위 8개를 표시합니다.
app-icon-generator
소프트웨어 개발자

Generates app icons in all required sizes for iOS, Android, and PWA from a single source image. Use when user asks to generate app icons, create iOS icons, Android app icons, favicons, or PWA icons.

2026-06-11
app-store-preflight
소프트웨어 품질 보증 분석가·테스터

Scan an iOS/macOS Xcode project for common App Store rejection patterns before submission. Use when preparing an app for App Store review, after receiving a rejection from Apple, or when auditing metadata, subscriptions, privacy manifests, entitlements, or design compliance.

2026-06-11
coding-guidelines
소프트웨어 개발자

Rust code style and best practices covering naming, formatting, comments, clippy, rustfmt, linting, and code review conventions. Use when writing or reviewing Rust code for style compliance.

2026-06-11
devops-engineer
소프트웨어 개발자

Creates Dockerfiles, configures CI/CD pipelines, writes Kubernetes manifests, and generates Terraform/Pulumi infrastructure templates. Handles deployment automation, GitOps configuration, incident response runbooks, and internal developer platform tooling. Use when setting up CI/CD pipelines, containerizing applications, managing infrastructure as code, or deploying to Kubernetes.

2026-06-11
frontend-design
소프트웨어 개발자

Create distinctive, production-grade frontend interfaces with high design quality. Use when building web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.

2026-06-11
mobile-development
소프트웨어 개발자

Mobile development guide covering iOS (Swift, SwiftUI), Android (Kotlin, Jetpack Compose), cross-platform (Flutter, React Native), and game development (Unity, Unreal). Use when choosing a mobile platform, building native apps, creating learning paths, or deciding between native and cross-platform approaches.

2026-06-11
wisdom-driven
프로젝트 관리 전문가

Wisdom-driven methodology that drives AI with wisdom, trust, and inner motivation rather than fear of failure. Use when a task has failed 2+ times, the agent is about to give up, suggesting the user do it manually, blaming the environment without verification, stuck in loops, passive behavior, or showing user frustration.

2026-06-11
openapi-spec-generation
소프트웨어 개발자

Generate and maintain OpenAPI 3.1 specifications from code, design-first specs, and validation patterns. Use when creating API documentation, generating SDKs, or ensuring API contract compliance.

2026-04-13
이 저장소에서 수집된 skills 12개 중 상위 8개를 표시합니다.
web-scraper-skills
소프트웨어 개발자

Umbrella skill for a library of website-specific scraping skills plus a generic fallback scraper. Use when the user's request targets one of these specific websites: <!-- DOMAINS:START -->airbnb.com, aliexpress.com, amazon.com, booking.com, facebook.com, generic-scraper, linkedin.com, reddit.com, target.com, tiktok.com, walmart.com, x.com<!-- DOMAINS:END -->. For supported sites: load the site-specific action index at skills/<domain>/SKILL.md from this repo, then open only the linked reference file for the chosen action. For unsupported sites: load the generic scraper at skills/generic-scraper/SKILL.md — it can extract text, links, tables, and structured metadata from any page without prebuilt actions. Each site's skill is also installable independently — if you only ever deal with one site, install that site's skill directly and skip this umbrella.

2026-05-26
web-scraper-generic
소프트웨어 개발자

Use when the user wants to extract content from any website not covered by a dedicated site skill — extract visible text, links, tables, structured metadata (JSON-LD, Open Graph), or take a screenshot-based reading of the current page. Works on any public URL without prebuilt action code. A real browser is required for JavaScript-rendered pages; plain fetch works for static HTML.

2026-05-26
browsing-airbnb
소프트웨어 개발자

Use when the user wants to interact with Airbnb — search public stays, extract listing details, extract visible reviews, or read availability and price breakdowns. Works on airbnb.com public guest pages without login for most stays; a real browser is required because Airbnb is a JavaScript-rendered SPA.

2026-05-26
browsing-amazon
소프트웨어 개발자

Use when the user wants to interact with Amazon.com — search products or groceries, inspect product detail pages, extract Amazon Fresh or Whole Foods storefront items, read the shopping cart, or add explicitly requested items to cart. Works on www.amazon.com. A real browser is strongly recommended; login and a delivery location are required for personalized grocery availability, cart contents, Past Purchases, Repeat Items, delivery slots, and checkout-adjacent pages. Write actions stop at cart changes and never place orders.

2026-05-26
browsing-booking
소프트웨어 개발자

Use when the user wants to interact with Booking.com — search for accommodations with full filter support (property type, stars, score, meal plan, facilities, district, etc.), extract a specific hotel's data (price, rooms, amenities, photos), extract reviews, or start a reservation up to (but not through) the payment step. Works on www.booking.com. A real browser is required (Booking is a JS-rendered SPA and serves bot challenges to plain fetches). Login is optional but improves prices and personalization.

2026-05-26
browsing-facebook
소프트웨어 개발자

Use when the user wants to interact with Facebook Marketplace — search visible listings, extract listing details, and summarize seller/profile information. Requires a real browser signed in to facebook.com; Facebook Marketplace has no practical public API for normal buyer workflows.

2026-05-26
browsing-linkedin
소프트웨어 개발자

Use when the user wants to interact with LinkedIn — extract data from a specific post (content, author, reactions, comments). Works on linkedin.com post pages. No login required for public posts; for private posts the user must provide an li_at session cookie. Works without a browser thanks to JSON-LD on post pages, though a real browser gives richer data.

2026-05-26
browsing-tiktok
소프트웨어 개발자

Use when the user wants to interact with TikTok or TikTok Studio — extract logged-in creator analytics for a post, list Studio posts, or download/extract the playable video from a TikTok post or Studio analytics page. TikTok Studio analytics require an authenticated browser session; Playwright can run the actions when launched with a signed-in browser profile, and Chrome Bridge can run them in the user's already-signed-in Chrome.

2026-05-26
이 저장소에서 수집된 skills 9개 중 상위 8개를 표시합니다.
github-pr-inline-reply
소프트웨어 품질 보증 분석가·테스터

Reply to inline PR review comments on GitHub pull requests using the GitHub API. Use this skill when you need to respond to individual review comments on a PR, acknowledge feedback, or mark comments as resolved by posting direct replies to comment threads.

2026-03-12
emitter-package-update
소프트웨어 개발자

Automate bumping typespec-python version in emitter-package.json for the Azure SDK for Python repository. Use this skill when the user wants to update @azure-tools/typespec-python to the latest version, create a PR for the version bump, or manage emitter-package.json updates.

2026-03-12
next-version-update
소프트웨어 개발자

Automate promoting next-* tool versions (pylint, mypy, pyright) to become the current pinned versions in azure-sdk-for-python. Use this skill when the weekly next-* CI checks are passing and you want to update the pinned tool versions for all packages.

2026-03-12
fix-mypy
소프트웨어 개발자

Automatically fix mypy type checking issues in azure-ai-ml package following Azure SDK Python patterns. Expects GitHub issue URL and optional virtual env path in the request. Format "fix mypy issue <issue-url> [using venv <path>]"

2026-03-12
fix-pylint
소프트웨어 개발자

Automatically fix pylint issues in azure-ai-ml package following Azure SDK Python guidelines and existing code patterns. Expects GitHub issue URL and optional virtual env path in the request. Format "fix pylint issue <issue-url> [using venv <path>]"

2026-03-12
저장소 5개 중 5개 표시
모든 저장소를 표시했습니다