Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

awesome-omni-skill

awesome-omni-skill 收录了来自 diegosouzapw 的 8,164 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
8,164
Stars
48
更新
2026-03-02
Forks
17
职业覆盖
128 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

artifact
软件开发工程师

Add non-text files to a person's artifacts folder. Use when saving images, documents, or other files related to someone. Trigger words: artifact, save image, add photo, attach file, store document.

2026-03-02
artifact-tracking
软件开发工程师

Token-efficient tracking for AI orchestration. CLI-first for status updates (~50 tokens), agent fallback for complex ops (~1KB). Use when: updating task status, querying blockers, creating progress files, validating phases.

2026-03-02
ash-ai
软件开发工程师

AshAi extension guidelines for integrating AI capabilities with Ash Framework. Use when implementing vectorization/embeddings, exposing Ash actions as LLM tools, creating prompt-backed actions, or setting up MCP servers. Covers semantic search, LangChain integration, and structured outputs.

2026-03-02
asi-agent-orama
软件开发工程师

ASI Agent-O-Rama Skill

2026-03-02
ask-oracle
软件开发工程师

This skill should be used when solving hard questions, complex architectural problems, or debugging issues that benefit from GPT-5 Pro or GPT-5.1 thinking models with large file context. Use when standard Claude analysis needs deeper reasoning or extended context windows.

2026-03-02
assistant
项目管理专家

Personal assistant for daily routines, task management, and productivity

2026-03-02
atft-autonomy
软件开发工程师

Coordinate Claude Code skills with OpenAI Codex autonomous workflows for end-to-end ATFT-GAT-FAN maintenance.

2026-03-02
skill-creator
软件开发工程师

Create, validate, and convert skills for the agent ecosystem. Enforces standardized structure for consistency. Enables self-evolution by creating new skills on demand, converting MCP servers and codebases to skills.

2026-03-02
arweave-ao-cookbook
软件开发工程师

Build decentralized applications on AO - a permanent, decentralized compute platform using actor model for parallel processes with native message-passing and permanent storage on Arweave

2026-03-02
arweave-bridge
软件开发工程师

ZigZag Exchange Arweave Bridge - Pay with zkSync stablecoins (USDC/USDT/DAI) for permanent Arweave storage. Use for building dApps needing decentralized file storage, NFT metadata permanence, or Layer 2 storage solutions.

2026-03-02
arxiv-mcp
其他高等院校教师

Search and retrieve academic papers from arXiv.org using WebFetch and Exa. No MCP server required - uses existing tools to access arXiv API directly.

2026-03-02
ash-graphql
软件开发工程师

Rules for working with AshGraphql

2026-03-02
ash-json-api
软件开发工程师

AshJsonApi guidelines for exposing Ash resources as JSON:API compliant REST endpoints. Use when adding JSON:API extensions to domains/resources, configuring routes, or implementing filtering, sorting, pagination, and includes. Supports full JSON:API specification.

2026-03-02
ash-postgres
软件开发工程师

Rules for working with AshPostgres

2026-03-02
ashby-api-guide
软件开发工程师

This skill should be used when the user asks about "Ashby API", "how to use Ashby tools", "Ashby authentication", "Ashby MCP tools", "what can I do with Ashby", or needs help understanding available Ashby operations. Provides complete API documentation and tool usage guidance.

2026-03-02
ask
软件开发工程师

Present a multiple-choice question to the user using AskUserQuestion tool

2026-03-02
aspnet-core-fundamentals
软件开发工程师

Master ASP.NET Core fundamentals including C#, project structure, routing, middleware, and basic API development. Essential skills for all ASP.NET Core developers.

2026-03-02
assembler
编辑

Combine all draft sections into final manuscript, apply formatting constraints, and generate reference list. Final step of writer workflow. Requires academic reviewer approval and all drafts/*.md files.

2026-03-02
assumption-buster
项目管理专家

Flip, remove, or exaggerate assumptions to unlock new solution angles.

2026-03-02
assumption-grading
项目管理专家

Assess assumptions on certainty and risk to prioritize validation efforts. Use at project start or before phase transitions.

2026-03-02
ast-manipulation
未分类

Expert skill for abstract syntax tree design, traversal, transformation, and manipulation patterns

2026-03-02
astro-aso
市场调研分析师与营销专员

Query local Astro Mac app database for ASO insights. Use when the user asks about keyword rankings, historical ranking data, trend analysis, competitor keywords, app ratings, keyword opportunities, or ASO health metrics.

2026-03-02
astro-forms
软件开发工程师

Form infrastructure for Astro. Zod validation, email, rate limiting, Turnstile, GDPR, Sheets. FAIL = no conversion.

2026-03-02
astro-performance
软件开发工程师

Core Web Vitals and performance optimization for Astro sites. LCP, CLS, INP optimization, bundle size, fonts, third-party scripts. Use for performance tuning.

2026-03-02
async-falcon-rails
软件开发工程师

Transform a Rails application to use Falcon web server with async job processing (async-job), async Action Cable, and Redis-compatible database (Valkey for production). Use when the user wants to add async/Falcon stack to a Rails project, migrate from Puma to Falcon, or set up async job processing with Redis for both development and production environments including Kamal deployment.

2026-03-02
async-python
软件开发工程师

Python async/await patterns for concurrent programming. Covers asyncio, aiohttp, async databases, task groups, and performance optimization.

2026-03-02
async-sqlalchemy-patterns
软件开发工程师

Async SQLAlchemy 2.0+ database patterns for FastAPI including session management, connection pooling, Alembic migrations, relationship loading strategies, and query optimization. Use when implementing database models, configuring async sessions, setting up migrations, optimizing queries, managing relationships, or when user mentions SQLAlchemy, async database, ORM, Alembic, database performance, or connection pooling.

2026-03-02
async-testing-expert
软件质量保证分析师与测试员

Comprehensive pytest skill for async Python testing with proper mocking, fixtures, and patterns from production-ready test suites. Use when writing or improving async tests for Python applications, especially FastAPI backends with database interactions.

2026-03-02
asyncapi-authoring
软件开发工程师

Author and validate AsyncAPI 3.0 specifications for event-driven API design, message brokers, and async communication patterns

2026-03-02
asyncapi-design
软件开发工程师

Event-driven API specification with AsyncAPI 3.0 for message-based architectures

2026-03-02
asyncapi-docs
未分类

AsyncAPI specification handling for event-driven API documentation. Parse, validate, and generate documentation for message-based APIs including Kafka, MQTT, WebSocket, and AMQP systems.

2026-03-02
asyncio
软件开发工程师

Python asyncio - Modern concurrent programming with async/await, event loops, tasks, coroutines, primitives, aiohttp, and FastAPI async patterns

2026-03-02
asyncpg-detection
软件开发工程师

This skill should be used when the user asks to "detect asyncpg usage", "find asyncpg patterns", "scan for asyncpg imports", or "identify asyncpg database code in FastAPI projects". It automatically scans Python files to identify asyncpg imports, connection patterns, and query execution methods that need conversion to SQLAlchemy.

2026-03-02
fullstack-dev-skills
软件开发工程师

Use when building full-stack applications requiring frontend, backend, DevOps, security, AI Agent, or ML expertise. Invoke for Vue, React, Node.js, Docker, Kubernetes, authentication, database optimization, RAG, or long-running agent patterns.

2026-03-02
assets-organizing
市场调研分析师与营销专员

Organize all outputs from slash commands and subagents in assets/ directory by topics, date format, and slugs.

2026-03-02
astro-seo
网页开发工程师

SEO markup patterns for Astro lead generation sites. Meta tags, Open Graph, Schema.org, sitemap, robots. Use for all SEO implementation.

2026-03-02
arw-release-manager
软件开发工程师

Build and release manager for ARW CLI package. Handles local development, testing, building, documentation, version tagging, and publishing to npm and crates.io. Use when developing locally, running tests, building packages, releasing new versions, or publishing packages.

2026-03-02
arweave-standards
软件开发工程师

GitHub repository skill for ArweaveTeam/arweave-standards

2026-03-02
arxiv-reader
其他高等院校教师

arXiv 論文の内容を取得・要約するスキル。URL が arxiv.org/abs/{論文ID} 形式の場合に使用。PDF をダウンロードして Read ツールで読み取る。

2026-03-02
arxivterminal
软件开发工程师

CLI tool (arxivterminal) for fetching, searching, and managing arXiv papers locally. Use when working with arXiv papers using the arxivterminal command - fetching new papers by category, searching the local database, viewing papers from specific dates, or managing the local paper database.

2026-03-02
当前展示该仓库 Top 40 / 8,164 个已收集 skills。