mobile-ads
vmain
io.github.a5c-ai/babysitter/mobile-ads
Ad mediation skill for rewarded video.
共 3,564 个资源 · Agent Skill 是带 SKILL.md 的指令包。安装后,AI 会根据 description 在匹配任务时自动加载,无需每次手动粘贴提示词。
“git” 共 3,564 个结果
vmain
io.github.a5c-ai/babysitter/mobile-ads
Ad mediation skill for rewarded video.
vmain
io.github.a5c-ai/babysitter/backend-selector
Multi-backend comparison and selection skill for optimal hardware choice
vmain
io.github.a5c-ai/babysitter/kubernetes-ops
Deep integration with Kubernetes clusters for deployments, debugging, and operations. Execute kubectl commands, analyze pod logs/events/resources, generate and validate manifests, and debug cluster issues.
vmain
io.github.a5c-ai/babysitter/docker-web
Docker containerization for web apps, multi-stage builds, and optimization.
vmain
io.github.a5c-ai/babysitter/docker-test-environments
Docker-based test environment management for isolated, reproducible test execution. Create Docker Compose environments, manage test containers, configure service dependencies, and integrate with CI/CD pipelines.
vmain
io.github.a5c-ai/babysitter/mcp-sdk-typescript-bootstrapper
Bootstrap MCP (Model Context Protocol) servers with the official TypeScript SDK. Creates complete server implementations with transport layer, tools, resources, and proper error handling.
vmain
io.github.a5c-ai/babysitter/mcp-sdk-python-bootstrapper
Bootstrap MCP server with Python SDK, transport configuration, tool/resource handlers, and proper project structure.
vmain
io.github.a5c-ai/babysitter/mcp-mock-client
Create mock MCP client for server testing with request/response simulation.
vmain
io.github.a5c-ai/babysitter/mcp-inspector-integration
Set up MCP Inspector for debugging and testing MCP servers with request logging, response inspection, and protocol validation.
vmain
io.github.a5c-ai/babysitter/mcp-error-code-mapper
Map application errors to MCP error codes with proper messages, error types, and recovery suggestions.
vmain
io.github.a5c-ai/babysitter/mcp-capability-declarator
Generate MCP capability declarations from tool and resource inventory with proper versioning and feature flags.
vmain
io.github.a5c-ai/babysitter/mcp-tool-resource-pattern
Implements the core MCP Apps architectural pattern where a Tool declares _meta.ui.resourceUri referencing a registered Resource. Covers registerAppTool, registerAppResource, text fallback, structuredContent, and app-only helper tools.
vmain
io.github.a5c-ai/babysitter/mcp-host-styling-integration
Integrates MCP App UI with host theming system. Applies host CSS variables, handles onhostcontextchanged, safe area insets, display mode detection, and fullscreen configuration.
vmain
io.github.a5c-ai/babysitter/mcp-csp-investigation
Comprehensive Content Security Policy audit for MCP Apps in sandboxed iframes. Discovers all network origins, traces them to source, and generates CSP configuration for registerAppResource.
vmain
io.github.a5c-ai/babysitter/mcp-app-verification
Comprehensive verification checklists for MCP Apps. Tests with basic-host reference, validates handler-before-connect, text fallback, resource URI linking, single-file bundling, host styling, CSP, and legacy pattern detection.
vmain
io.github.a5c-ai/babysitter/mcp-app-scaffolding
Scaffolds MCP App project structure with correct directory layout, dependencies, entry points, and framework-specific templates. Handles React (useApp hook), Vanilla JS, Vue, Svelte, Preact, and Solid.
vmain
io.github.a5c-ai/babysitter/swagger-ui-deployer
Deploy interactive API documentation using Swagger UI with custom branding
vmain
io.github.a5c-ai/babysitter/typescript
TypeScript configuration, strict mode, generics, and type utilities.
vmain
io.github.a5c-ai/babysitter/nextjs-app-router
Deep expertise in Next.js App Router patterns including route groups, parallel routes, intercepting routes, layouts, and loading states.
vmain
io.github.a5c-ai/babysitter/nextjs
Next.js specific patterns including App Router, React Server Components, Server Actions, streaming, caching, and Vercel deployment.
vmain
io.github.microclaw/microclaw/writing-editor
Improve or write prose: tighten, clarify, fix grammar, and adjust tone/length while preserving the author's voice and meaning. Use when users ask to edit, proofread, rewrite, polish, shorten, or change the tone of text, or to draft something from notes. Triggers on mentions of edit, proofread, rewrite, polish, tighten, make it shorter/clearer/more formal, fix grammar, 润色, 改写, 校对, 修改, 精简, 改语气, 帮我写.
vmain
io.github.microclaw/microclaw/sql
Write, run, and explain SQL queries, and do quick local analysis of CSV/SQLite data with the sqlite3 CLI. Use when users want a SQL query written or fixed, want to query a .db/.sqlite file, or want to analyze a CSV with SQL (joins, group by, window functions). Triggers on mentions of SQL, query, SELECT, JOIN, GROUP BY, sqlite, database table, 查询, 数据库, 写个 sql, 联表, 分组.
vmain
io.github.microclaw/microclaw/testing
Design effective tests and decide what to test: unit vs integration, edge cases, the arrange-act-assert shape, and writing the minimal failing test for a bug. Use when users want tests for code, ask what cases to cover, want to improve coverage meaningfully, or practice TDD. Triggers on mentions of test, unit test, integration test, coverage, edge cases, TDD, assert, mock, 测试, 单元测试, 用例, 覆盖率, 边界条件.
vmain
io.github.google-labs-code/stitch-sdk/stitch-sdk-domain-design
Design the domain model for the Stitch SDK. Use when mapping MCP tools to domain classes and bindings in domain-map.json. This is Stage 2 of the generation pipeline.