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

awesome-codex-plugins

awesome-codex-plugins contient 252 skills collectées depuis hashgraph-online, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
252
Stars
507
mis à jour
2026-06-16
Forks
171
Couverture métier
12 catégories métier · 95% classifié
explorateur de dépôts

Skills dans ce dépôt

mailagent
Analystes en assurance qualité des logiciels et testeurs

Temporary inboxes for agent signup QA — create disposable addresses, wait for verification email, extract OTP or magic links. Use when automating signup, login, or email verification without parsing HTML manually.

2026-06-16
agentbox-info
Développeurs de logiciels

Spin up isolated sandboxes ("boxes") for coding agents, run them in parallel, queue background runs with -i, and push commits safely through the host relay. Use when the user wants to run Claude Code / Codex / OpenCode in a sandbox, start more boxes, attach to a running box, or otherwise operate the `agentbox` CLI on their laptop.

2026-06-16
http-endpoints
non classé

Use when building an HTTP val — a web endpoint, API route, webhook receiver, or any val that responds to HTTP requests. Covers the handler signature, Hono usage, the endpoint URL, CORS behavior, redirects, and Val Town-specific limitations.

2026-06-16
templates
non classé

Use when creating a new val and choosing which starter to fork. Covers the catalog of official starter templates, which project shape each one fits, and when forking an existing val is the better starting point.

2026-06-16
account-rotation
Autres occupations informatiques

Switch coding-agent accounts on a usage/rate limit, routed by host and agent.

2026-06-16
agent-mail
Autres occupations informatiques

Use Agent Mail from Codex for file leases, notifications, inboxes, and conflict prevention.

2026-06-16
automation-shape-routing
Autres occupations informatiques

Run automation shape routing.

2026-06-16
codex-approval
Autres occupations informatiques

Ask an ATM Fable validator for Codex approval.

2026-06-16
codex-exec
Autres occupations informatiques

Run codex exec.

2026-06-16
discovery
Autres occupations informatiques

Run discovery.

2026-06-16
handoff
Autres occupations informatiques

Run handoff.

2026-06-16
ntm
Autres occupations informatiques

Run NTM.

2026-06-16
post-mortem
Autres occupations informatiques

Run post mortem.

2026-06-16
pre-mortem
Spécialistes en gestion de projets

Run pre mortem.

2026-06-16
shared
Autres occupations informatiques

Run shared.

2026-06-16
swarm
Autres occupations informatiques

Run swarm.

2026-06-16
using-atm
Administrateurs de réseaux et de systèmes informatiques

Run using ATM.

2026-06-16
vibing-with-ntm
Administrateurs de réseaux et de systèmes informatiques

Run vibing with NTM.

2026-06-16
antigravity-2
Développeurs de logiciels

Connect Codex to a local Antigravity 2.0 desktop app for setup checks, model limits, live project/chat inspection, project creation, chat creation, and safe conversation handoff.

2026-06-16
docker-to-sealos
Développeurs de logiciels

Convert Docker Compose files or installation docs into production-grade Sealos templates. Use when user has a docker-compose.yml and wants a Sealos or Kubernetes template, wants to migrate from Docker Compose to Sealos, needs to convert container orchestration configs to Sealos format, or mentions compose-to-template conversion. Also triggers on "/docker-to-sealos".

2026-06-16
sealos-deploy
Développeurs de logiciels

Deploy any GitHub project to Sealos Cloud in one command. Assesses readiness, generates Dockerfile, builds image, creates Sealos template, and deploys — fully automated. Use when user says "deploy to sealos", "deploy this project", "deploy to cloud", "deploy this repo", mentions Sealos deployment, wants to deploy a GitHub URL or local project to a cloud platform, or asks about one-click deployment. Also triggers on "/sealos-deploy".

2026-06-16
align-docs
Développeurs de logiciels

Use when user wants project docs (AGENTS.md, .agents/rules, docs/, README) aligned with the codebase, or the agent context compatible with both Claude Code and Codex CLI. Captures session discoveries; --clean consolidates obsolete chronicles/plans into ATLAS.md. Triggers on /align-docs, convert agent context.

2026-06-16
best-practices
Analystes en études de marché et spécialistes en marketing

Use when the user wants state-of-the-art knowledge, best practices, or evidence-based analysis of ANY topic — technology, health, fitness, nutrition, finance, design, psychology, architecture, productivity, learning, or any field where humanity has accumulated knowledge. Use when user says best practices, state of the art, most effective, optimal, evidence-based, how should I, what's the best way to, pros and cons, comparison, or /best-practices.

2026-06-16
changelog
Développeurs de logiciels

Use when the user asks to manage a project's CHANGELOG.md — add an entry, derive entries from git commits, or cut a release — or runs /changelog. Follows Keep a Changelog 1.1.0 and Semantic Versioning 2.0.0. Action selected via argument: add | from-commits | release.

2026-06-16
core-dev
Développeurs de logiciels

Use when any coding, development, analysis, debugging, or code-related task is detected. Triggers on: implementing features, fixing bugs, refactoring code, reviewing diffs, investigating errors, evaluating approaches, or making architecture decisions.

2026-06-16
ingest-feedback
Développeurs de logiciels

Use when user wants to ingest a development-skills feedback report and apply fixes, or runs /ingest-feedback. Challenges every suggestion against the Iron Rules before accepting; most friction points should SKIP. Expect a report path as argument.

2026-06-16
python-dev
Développeurs de logiciels

Python development. Use for Python, FastAPI, Pydantic, asyncpg, pytest, pandas, SQLAlchemy.

2026-06-16
using-development-skills
Développeurs de logiciels

Use when starting any conversation - establishes how the development-skills plugin works and how to invoke its components on each platform (Claude Code, Codex). Read first.

2026-06-16
context
Développeurs de logiciels

Surface the rules, ADRs, specs, patterns, and reference docs that apply to a code area before changing it — or recap project focus when picking up work. Use for 'what rules apply to X', 'before I touch Y', 'what governs my current changes' (--git-changes), 'pick up where we left off'. With uncommitted changes in play you MAY run --git-changes once per task to load the rules for what you've touched (not per-edit). Not for creating docs, planning, or audits.

2026-06-15
help
Développeurs de logiciels

Show available Archcore commands and how to use them. Use when onboarding, exploring what skills are available, or when you're not sure which command to run.

2026-06-15
amq-cli
Développeurs de logiciels

Coordinate agents via the AMQ CLI for file-based inter-agent messaging. Use this skill whenever you need to send messages to another agent (codex, claude, or any named handle), check your inbox, drain queued messages, set up co-op mode between agents, join a swarm team, route messages across projects, or diagnose delivery issues. Also use it when you receive a message and need to know how to reply, inspect receipts, or handle priority. Covers any multi-agent coordination task where agents need to talk to each other — review requests, questions, status updates, decision threads, wake notifications, and orchestrator integration (Symphony, Kanban). For collaborative spec/design workflows specifically, prefer the /amq-spec skill which provides structured phase-by-phase guidance. Not intended for distributed systems design (RabbitMQ, Kafka), CI/CD pipelines, or single-agent tasks with no partner.

2026-06-15
amq-spec
Développeurs de logiciels

Parallel-research-then-converge design workflow between two agents. Use this skill when the user wants two agents to independently think through a design problem before aligning on a solution — "spec X with codex", "design X together", "both agents think through X", "brainstorm architecture together", "parallel research then joint proposal", "think through separately then align", "careful thought from both sides before coding", or any variation where the user wants collaborative design rather than just splitting implementation work. Also use this when you receive a message labeled workflow:spec and need to know the correct receiver-side protocol. Not for sending simple messages or reviews (use /amq-cli), implementing completed designs, or creating document templates.

2026-06-15
acfs
Autres occupations informatiques

Run ACFS.

2026-06-15
agent-native
Autres occupations informatiques

Run agent native.

2026-06-15
agy-headless-evidence
Autres occupations informatiques

Run AGY headless evidence.

2026-06-15
agy-native
Autres occupations informatiques

Drive AgentOps natively in Google Antigravity: loop, plugins, memory, headless evidence, scoped worktrees, and skill/plugin distribution.

2026-06-15
autodev
Développeurs de logiciels

Run autodev.

2026-06-15
beads-br
Développeurs de logiciels

Run beads br.

2026-06-15
beads-bv
Développeurs de logiciels

Run beads bv.

2026-06-15
beads
Développeurs de logiciels

Run beads.

2026-06-15
Affichage des 40 principaux skills collectés sur 252 dans ce dépôt.
hashgraph-online/awesome-codex-plugins Agent S... | SkillsMP