Topic: codex-skills
9,266 skills in this topic.
-
receiving-code-review
Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requires technical rigor and verification, not performative agreement or blind implementation
aiskillstore/marketplace 232
-
project-to-obsidian
将代码项目转换为 Obsidian 知识库。当用户提到 obsidian、项目文档、知识库、分析项目、转换项目 时激活。
【激活后必须执行】:
1. 先完整阅读本 SKILL.md 文件
2. 理解 AI 写入规则(默认到 00_Inbox/AI/、追加式、统一 Schema)
3. 执行 STEP 0: 使用 AskUserQuestion 询问用户确认
4. 用户确认后才开始 STEP 1 项目扫描
5. 严格按 STEP 0 → 1 → 2 → 3 → 4 顺序执行
【禁止行为】:
- 禁止不读 SKILL.md 就开始分析项目
- 禁止跳过 STEP 0 用户确认
- 禁止直接在 30_Resources 创建(先到 00_Inbox/AI/)
- 禁止自作主张决定输出位置
aiskillstore/marketplace 232
-
brainstorming
Transform rough ideas into detailed designs through structured dialogue. Use before implementation to refine requirements.
aiskillstore/marketplace 232
-
executing-plans
Execute implementation plans with batch processing and review checkpoints. Use when given a plan document.
aiskillstore/marketplace 232
-
browser-automation
Enterprise-grade browser automation using WebDriver protocol. Use when the user needs to automate web browsers, perform web scraping, test web applications, fill forms, take screenshots, monitor performance, or execute multi-step browser workflows. Supports Chrome, Firefox, and Edge with connection pooling and health management.
aiskillstore/marketplace 232
-
mcp-server-best-practices
Production-ready patterns and best practices for MCP servers - architecture, security, performance, and maintenance
aiskillstore/marketplace 232
-
let-chains-advisor
Identifies deeply nested if-let expressions and suggests let chains for cleaner control flow. Activates when users write nested conditionals with pattern matching.
aiskillstore/marketplace 232
-
lambda-optimization-advisor
Reviews AWS Lambda functions for performance, memory configuration, and cost optimization. Activates when users write Lambda handlers or discuss Lambda performance.
aiskillstore/marketplace 232
-
hexagonal-advisor
Reviews code architecture for hexagonal patterns, checks dependency directions, and suggests improvements for ports and adapters separation. Activates when users work with services, repositories, or architectural patterns.
aiskillstore/marketplace 232
-
error-handler-advisor
Proactively reviews error handling patterns and suggests improvements using Result types, proper error propagation, and idiomatic patterns. Activates when users write error handling code or use unwrap/expect.
aiskillstore/marketplace 232
-
error-conversion-guide
Guides users on error conversion patterns, From trait implementations, and the ? operator. Activates when users need to convert between error types or handle multiple error types in a function.
aiskillstore/marketplace 232
-
domain-layer-expert
Guides users in creating rich domain models with behavior, value objects, and domain logic. Activates when users define domain entities, business rules, or validation logic.
aiskillstore/marketplace 232
-
datafusion-query-advisor
Reviews SQL queries and DataFrame operations for optimization opportunities including predicate pushdown, partition pruning, column projection, and join ordering. Activates when users write DataFusion queries or experience slow query performance.
aiskillstore/marketplace 232
-
data-lake-architect
Provides architectural guidance for data lake design including partitioning strategies, storage layout, schema design, and lakehouse patterns. Activates when users discuss data lake architecture, partitioning, or large-scale data organization.
aiskillstore/marketplace 232
-
cold-start-optimizer
Provides guidance on reducing Lambda cold start times through binary optimization, lazy initialization, and deployment strategies. Activates when users discuss cold starts or deployment configuration.
aiskillstore/marketplace 232
-
ultrathink-trigger
Auto-escalate reasoning depth for complex problems. Use proactively when encountering architecture, debugging, or unfamiliar code.
aiskillstore/marketplace 232
-
requesting-code-review
Request and process code reviews with proper context. Use after completing significant implementation work.
aiskillstore/marketplace 232
-
subagent-development
Execute plans using fresh subagent per task with code review between tasks. Use for high-quality iterative implementation.
aiskillstore/marketplace 232
-
systematic-debugging
Four-phase root cause investigation before attempting fixes. Use when debugging bugs, test failures, or unexpected behavior.
aiskillstore/marketplace 232
-
test-driven-development
Enforce RED-GREEN-REFACTOR cycle. Use when implementing features, fixing bugs, or writing any production code.
aiskillstore/marketplace 232
-
wp-migrate
WordPress site migration and deployment using wp-migrate.sh. Use when migrating WordPress sites, syncing databases, managing backups, testing migrations, debugging migration issues, or working with WordPress deployment workflows including Duplicator, Jetpack Backup, and Solid Backups archives. Also use for code modifications, testing, git workflows, PR creation, and release management for this project.
aiskillstore/marketplace 232
-
async-sync-advisor
Guides users on choosing between async and sync patterns for Lambda functions, including when to use tokio, rayon, and spawn_blocking. Activates when users write Lambda handlers with mixed workloads.
aiskillstore/marketplace 232
-
async-patterns-guide
Guides users on modern async patterns including native async fn in traits, async closures, and avoiding async-trait when possible. Activates when users work with async code.
aiskillstore/marketplace 232
-
rn-testing
Testing patterns for React Native with Jest and React Native Testing Library. Use when writing tests, mocking Expo modules, testing Zustand stores, or debugging test failures.
aiskillstore/marketplace 232