Loading...
Loading...
Found 10,558 Skills
LangGraph framework for building stateful, multi-agent AI applications with cyclical workflows, human-in-the-loop patterns, and persistent checkpointing.
Orchestrate the full one-person company workflow across all OPC skills. It is used when Codex needs to start, continue, or review the complete One Person Company (OPC) methodology process, read prior outputs from `opc-doc/`, determine the user's familiarity with relevant concepts and preferred interaction mode, explain terms when needed, ask one question at a time, offer user-selectable options, and summarize the next concrete action for Chinese-speaking users.
IBM API Connect integration. Manage data, records, and automate workflows. Use when the user wants to interact with IBM API Connect data.
Toucan Toco integration. Manage data, records, and automate workflows. Use when the user wants to interact with Toucan Toco data.
Wit.ai integration. Manage data, records, and automate workflows. Use when the user wants to interact with Wit.ai data.
WuBook RateChecker integration. Manage data, records, and automate workflows. Use when the user wants to interact with WuBook RateChecker data.
AVADA Commerce integration. Manage data, records, and automate workflows. Use when the user wants to interact with AVADA Commerce data.
21RISK integration. Manage data, records, and automate workflows. Use when the user wants to interact with 21RISK data.
Landing AI integration. Manage data, records, and automate workflows. Use when the user wants to interact with Landing AI data.
Charisma integration. Manage data, records, and automate workflows. Use when the user wants to interact with Charisma data.
DevOps workflows for Playwright - CI failure analysis, workflow debugging, and release operations.
NCU-driven iterative optimization workflow for CUDA/CUTLASS/Triton/CuTe DSL kernels. MANDATORY: every optimization MUST start with NCU profiling, followed by multi-dimensional analysis, then targeted code modification, then re-profiling to verify. Supports roofline, memory hierarchy, warp stalls, instruction mix, occupancy, divergence analysis. Provides implementation-specific code modifications: Native CUDA (launch config, memory patterns, async copy, Tensor Core), CUTLASS (ThreadblockShape, stages, epilogue, schedule policy, alignment), Triton (autotune params, compiler hints, tl.* API patterns), CuTe DSL (threads_per_cta, elems_per_thread, tiled_copy, copy atom, shared memory, warp/cta reduce). Use when optimizing any CUDA kernel performance.