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

codex

codex 收录了来自 fusengine 的 234 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
234
Stars
0
更新
2026-07-12
Forks
0
职业覆盖
9 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

apex-methodology
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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

2026-07-12
run-tasks
软件开发工程师

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
软件开发工程师

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

2026-07-12
verification
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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
信息安全分析师

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
市场调研分析师与营销专员

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
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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
其他计算机职业

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
其他计算机职业

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

2026-07-12
breaking-changes
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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

2026-07-12
amend
软件开发工程师

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

2026-07-12
chore
软件开发工程师

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

2026-07-12
commit-detection
软件开发工程师

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

2026-07-12
当前展示该仓库 Top 40 / 234 个已收集 skills。