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

codex

codex contient 234 skills collectées depuis fusengine, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
234
Stars
0
mis à jour
2026-07-12
Forks
0
Couverture métier
9 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

apex-methodology
Développeurs de logiciels

Systematic development workflow: Analyze → Plan → Execute → eLicit → eXamine. Use for ANY development task: features, bug fixes, refactoring, hotfixes. Triggers: "implement", "create", "build", "fix", "add feature", "refactor", "develop". Auto-detects project type (Laravel, Next.js, React, Swift) and loads framework-specific references. Enforces: files under 100 lines, interfaces separated, SOLID principles, expert self-review, sniper validation. Modes: --auto (default), --manual, --skip-elicit

2026-07-12
apex-quick
Développeurs de logiciels

Quick Flow for simple fixes - Single expert handles explore,code,review,and validate in one pass. Inspired by BMAD Barry. (migrated from Codex command workflow)

2026-07-12
apex
Développeurs de logiciels

APEX Methodology - The systematic Analyze-Plan-Execute-eLicit-eXamine approach for intelligent development. Eliminates hallucinations,errors,and bugs to produce clean,maintainable code. (migrated from Codex command workflow)

2026-07-12
commit
Développeurs de logiciels

Smart conventional commits with auto-detection. Analyzes changes,detects type,commits with minimal interaction. (migrated from Codex command workflow)

2026-07-12
create-pull-request
Développeurs de logiciels

Auto-generate Pull Request with comprehensive description,test plan,and changelog. Uses gh CLI for creation. (migrated from Codex command workflow)

2026-07-12
deep-code-analysis
Développeurs de logiciels

Comprehensive codebase investigation using research-expert for documentation,explore-codebase for structure,and deep analysis. Perfect for understanding complex systems. (migrated from Codex command workflow)

2026-07-12
elicitation
Développeurs de logiciels

Auto-review skill for expert agents. After coding, expert applies elicitation techniques to self-correct before sniper validation. Inspired by BMAD-METHOD. Use when: an expert agent needs to self-review and self-correct code after the Execute phase, before sniper validation.

2026-07-12
epct
Développeurs de logiciels

Systematic Explore-Plan-Code-Test methodology for structured development. Ensures comprehensive approach to feature implementation. (migrated from Codex command workflow)

2026-07-12
explain-architecture
Développeurs de logiciels

Analyze and explain software architecture with ASCII diagrams and pattern detection. Creates visual representations of system design. (migrated from Codex command workflow)

2026-07-12
fix-pr-comments
Développeurs de logiciels

Systematically resolve Pull Request review comments using gh CLI to fetch comments and apply requested changes. (migrated from Codex command workflow)

2026-07-12
fuse-browser-usage
Développeurs de logiciels

Route efficient fuse-browser usage across fetch, crawl, SERP, live sessions, screenshots, webapp testing, console/network inspection, and visual diffs. Use when any fuse-browser tool may be called. Do NOT use for ordinary local-file inspection or when no browser/web evidence is needed.

2026-07-12
react-effects-audit
Développeurs de logiciels

Audit React components for unnecessary useEffect patterns. Detects 9 anti-patterns from "You Might Not Need an Effect" and proposes fixes with severity levels. Use when: auditing React or Next.js components for unnecessary or unsafe useEffect usage.

2026-07-12
research
Développeurs de logiciels

Technical research methodology using Context7, Exa, and Sequential Thinking for documentation, best practices, and complex investigations.

2026-07-12
run-tasks
Développeurs de logiciels

Execute GitHub issues using full EPCT workflow (Explore-Plan-Code-Test). Converts issue requirements into completed PR. (migrated from Codex command workflow)

2026-07-12
sniper-check
Développeurs de logiciels

Use when validating code quality after modifications. Runs sniper agent in isolated forked context for clean, fast validation.

2026-07-12
verification
Développeurs de logiciels

Use when marking a task as complete, finishing a feature, or claiming a bug is fixed. Ensures functional resolution is verified with evidence before closing. Do NOT use for: lint/type/code-quality validation (use code-quality / sniper AFTER functional verification passes).

2026-07-12
watch-ci
Développeurs de logiciels

Monitor CI/CD pipeline and automatically fix failures. Watches GitHub Actions runs and applies fixes when tests fail. (migrated from Codex command workflow)

2026-07-12
astro-6
Développeurs de logiciels

Expert Astro 6 framework — routing, output modes, middleware, Vite Environment API, Rust compiler, Content Security Policy, Live Collections, Fonts API. Use when building Astro sites, configuring output, or upgrading from Astro 5.

2026-07-12
astro-actions
Développeurs de logiciels

Expert Astro Server Actions — defineAction, astro:actions, Zod validation, ActionError, HTML form actions, accept form, progressive enhancement, redirect patterns. Use when handling form submissions, mutations, or any server-side logic with type safety.

2026-07-12
astro-assets
Développeurs de logiciels

Optimizes images and assets in Astro 6 with Astro image components, getImage(), remote sources, fonts, and OG generation. Use for asset pipelines and responsive image delivery. Do NOT use for general page styling or content collections.

2026-07-12
astro-content
Développeurs de logiciels

Expert Astro Content Layer API — content.config.ts, glob/file loaders, custom loaders, getCollection, getEntry, render(), Zod schemas, MDX, Remark/Rehype plugins. Use when managing structured content, blog posts, or any typed data collections.

2026-07-12
astro-db
Développeurs de logiciels

Astro DB — defineDb, defineTable, column types, CRUD with db.select/insert/update/delete, db/config.ts, db/seed.ts, Turso for production, type-safety, integration with Astro Actions. Use for any database operation in an Astro project.

2026-07-12
astro-deployment
Développeurs de logiciels

Deploying Astro 6 apps — @astrojs/cloudflare (Workers, D1, KV, R2), @astrojs/vercel (Serverless/Edge, Image CDN), @astrojs/netlify (Edge Functions), @astrojs/node (standalone), ISR patterns, edge middleware, skew protection. Use for any deployment configuration.

2026-07-12
astro-i18n
Développeurs de logiciels

Use when implementing internationalization in Astro, configuring i18n routing, setting up locale strategies, using getRelativeLocaleUrl/getAbsoluteLocaleUrl, handling Astro.currentLocale, or adding hreflang tags with sitemap.

2026-07-12
astro-integrations
Développeurs de logiciels

Expert Astro UI framework integrations — @astrojs/react, @astrojs/vue, @astrojs/svelte, @astrojs/solid-js, @astrojs/preact, @astrojs/alpinejs, @astrojs/lit, @qwikdev/astro, @analogjs/astro-angular. Setup, multi-framework config, usage patterns.

2026-07-12
astro-islands
Développeurs de logiciels

Expert Astro Islands Architecture — client:load, client:idle, client:visible, client:media, client:only, server:defer (Server Islands), fallback slots, transition:persist, prop serialization. Use when adding interactivity to Astro pages or rendering dynamic server content.

2026-07-12
astro-security
Analystes en sécurité de l'information

Use when configuring Content Security Policy (CSP) in Astro 6, setting security headers, managing script/style hashes, using nonces, or implementing experimentalStaticHeaders for adapter deployments.

2026-07-12
astro-seo
Analystes en études de marché et spécialistes en marketing

SEO for Astro sites — meta tags, Open Graph, Twitter Cards, JSON-LD structured data, sitemap, RSS, robots.txt, canonical URLs, hreflang, Core Web Vitals. Use when optimizing search engine visibility or social sharing.

2026-07-12
astro-starlight
Développeurs de logiciels

Astro Starlight documentation theme — setup, sidebar config, Pagefind search, dark/light mode, plugins (DocSearch, blog, openapi, typedoc, versions), multi-language, Content Layer API, llms.txt, customization. Use for building documentation sites.

2026-07-12
astro-styling
Développeurs de logiciels

Use when styling Astro components with scoped CSS, CSS Modules, Tailwind CSS, UnoCSS, or Sass. Covers class:list directive, global styles, CSS custom properties, and Vite-powered preprocessors.

2026-07-12
solid-astro
Développeurs de logiciels

Applies SOLID architecture to Astro projects with reviewable files, separated interfaces, documented exports, modular structure, and DRY enforcement. Use for architecture or structural refactoring. Do NOT use for isolated template or style fixes.

2026-07-12
map-ecosystem
Autres occupations informatiques

Enrich auto-generated .cartographer/ maps with full descriptions from source files. Use when cartography index descriptions are truncated, a new plugin/skill was just added, or after SessionStart regenerates the map.

2026-07-12
map
Autres occupations informatiques

Refresh and display the ecosystem map of all installed plugins, agents, skills, commands, and hooks.

2026-07-12
breaking-changes
Développeurs de logiciels

Detect breaking changes in Codex CLI updates by comparing current API surface against changelog. Maps impacts to specific plugin files.

2026-07-12
changelog-scan
Développeurs de logiciels

Scan Codex CLI changelog for new versions, features, and changes. Fetches official docs, parses release notes, and generates structured update report.

2026-07-12
community-pulse
Développeurs de logiciels

Monitor community feedback on Codex CLI via Exa search. Gathers sentiment, real-world usage patterns, bug reports, and feature requests from blogs, forums, and social media.

2026-07-12
watch
Développeurs de logiciels

Check for Codex CLI updates, detect breaking changes, analyze plugin compatibility, and optionally gather community pulse via Exa.

2026-07-12
amend
Développeurs de logiciels

Amend last commit safely. Use when amending, fixing the last commit, updating a commit, or modifying an unpushed commit.

2026-07-12
chore
Développeurs de logiciels

Chore commit. Use when committing maintenance, dependencies, configuration, cleanup, or housekeeping changes.

2026-07-12
commit-detection
Développeurs de logiciels

Detects optimal commit type from git changes. Use when analyzing commits, determining commit type, or before committing.

2026-07-12
Affichage des 40 principaux skills collectés sur 234 dans ce dépôt.