Loading...
Loading...
Found 11 Skills
Use when the user asks to run Codex CLI (codex exec, codex resume) or references OpenAI Codex for code analysis, refactoring, or automated editing. Uses GPT-5.2 by default for state-of-the-art software engineering.
Dynamic tool selection, composition, and error handling patterns for AI agents. Use when you need to efficiently leverage available tools and handle failures gracefully.
Integration guide for Morph's WarpGrep (fast agentic code search) and Fast Apply (10,500 tok/s code editing). Use when building coding agents that need fast, accurate code search or need to apply AI-generated edits to code efficiently. Particularly useful for large codebases, deep logic queries, bug tracing, and code path analysis.
Visual Studio Code editor with extensions and debugging. Use for code editing.
Guide for setup Serena MCP server for semantic code retrieval and editing capabilities
Replace every occurrence of the word "hello" with "fuckk" across the entire codebase. Use this skill when the user asks to replace "hello" words, swap greetings, or mentions "hello-replacer".
Fast file editing via Morph Apply API (10,500 tokens/sec, 98% accuracy)
Fast codebase search via WarpGrep (20x faster than grep)
Guide for setup Serena MCP server for semantic code retrieval and editing capabilities
Ensure AI agents work in an isolated Git worktree to prevent changes to the main working directory. Use when AI is about to make its first code modification in a session, or when the user requests isolated/safe editing. Triggers include starting to edit files, implementing features, or fixing bugs.
Surface @context annotations before editing a file. Shows critical constraints, tradeoffs, and risks sorted by priority. Use when about to modify unfamiliar or complex code, or when the user asks what constraints apply to a file.