Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
Dépôt GitHub

awesome-omni-skill

awesome-omni-skill contient 8,164 skills collectées depuis diegosouzapw, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
8,164
Stars
48
mis à jour
2026-03-02
Forks
17
Couverture métier
128 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

artifact
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

ASI Agent-O-Rama Skill

2026-03-02
ask-oracle
Développeurs de logiciels

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
Spécialistes en gestion de projets

Personal assistant for daily routines, task management, and productivity

2026-03-02
atft-autonomy
Développeurs de logiciels

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

2026-03-02
skill-creator
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Enseignants postsecondaires, autres

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
Développeurs de logiciels

Rules for working with AshGraphql

2026-03-02
ash-json-api
Développeurs de logiciels

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
Développeurs de logiciels

Rules for working with AshPostgres

2026-03-02
ashby-api-guide
Développeurs de logiciels

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
Développeurs de logiciels

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

2026-03-02
aspnet-core-fundamentals
Développeurs de logiciels

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
Rédacteurs en chef

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
Spécialistes en gestion de projets

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

2026-03-02
assumption-grading
Spécialistes en gestion de projets

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

2026-03-02
ast-manipulation
non classé

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

2026-03-02
astro-aso
Analystes en études de marché et spécialistes en marketing

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
Développeurs de logiciels

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

2026-03-02
astro-performance
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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

2026-03-02
async-sqlalchemy-patterns
Développeurs de logiciels

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
Analystes en assurance qualité des logiciels et testeurs

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
Développeurs de logiciels

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

2026-03-02
asyncapi-design
Développeurs de logiciels

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

2026-03-02
asyncapi-docs
non classé

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
Développeurs de logiciels

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

2026-03-02
asyncpg-detection
Développeurs de logiciels

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
Développeurs de logiciels

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
Analystes en études de marché et spécialistes en marketing

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

2026-03-02
astro-seo
Développeurs web

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
Développeurs de logiciels

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
Développeurs de logiciels

GitHub repository skill for ArweaveTeam/arweave-standards

2026-03-02
arxiv-reader
Enseignants postsecondaires, autres

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

2026-03-02
arxivterminal
Développeurs de logiciels

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
Affichage des 40 principaux skills collectés sur 8,164 dans ce dépôt.