Topic: codex
8,457 skills in this topic.
-
ask
Send the user's request to specified AI provider asynchronously
bfly123/claude_code_bridge 2,033
-
file-op
Execute FileOpsREQ protocol requests. Handles autoflow domain ops for .ccb/ state management.
bfly123/claude_code_bridge 2,033
-
mounted
Report which CCB providers are mounted (session exists AND daemon is online). Outputs JSON.
bfly123/claude_code_bridge 2,033
-
pend
View latest reply from AI provider (gemini/codex/opencode/droid/claude).
bfly123/claude_code_bridge 2,033
-
ping
Test connectivity with AI provider (gemini/codex/opencode/droid/claude).
bfly123/claude_code_bridge 2,033
-
all-plan
Collaborative planning using abstract roles (designer + inspiration + reviewer).
bfly123/claude_code_bridge 2,033
-
ask
Async via ask, end turn immediately; use when user explicitly delegates to any AI provider (gemini/codex/opencode/droid); NOT for questions about the providers themselves.
bfly123/claude_code_bridge 2,033
-
autonew
Send /new to a provider's pane to start a new session without context injection.
bfly123/claude_code_bridge 2,033
-
continue
Attach the newest context-transfer Markdown from the current project's ./.ccb/history/ into Claude using @file. Use when the user types /continue or asks to resume with the latest transfer file in this project.
bfly123/claude_code_bridge 2,033
-
cping
Test connectivity with AI provider (gemini/codex/opencode/droid/claude).
bfly123/claude_code_bridge 2,033
-
file-op
Delegate file I/O to Codex via FileOpsREQ protocol. Use when Claude needs Codex to modify files.
bfly123/claude_code_bridge 2,033
-
mounted
Report which CCB providers are mounted (session exists AND daemon is online). Outputs JSON.
bfly123/claude_code_bridge 2,033
-
pend
View latest reply from AI provider (gemini/codex/opencode/droid/claude).
bfly123/claude_code_bridge 2,033
-
review
Dual review with Claude and Codex for quality verification. Use for step or task review.
bfly123/claude_code_bridge 2,033
-
pend
View latest reply from AI provider (gemini/codex/opencode/droid/claude).
bfly123/claude_code_bridge 2,033
-
ping
Test connectivity with AI provider (gemini/codex/opencode/droid/claude).
bfly123/claude_code_bridge 2,033
-
tdd
Test-driven development with red-green-refactor loop. Use when user wants to build features or fix bugs using TDD, mentions "red-green-refactor", wants integration tests, or asks for test-first development.
udecode/dotai 1,141
-
dig
Look up documentation and source code for libraries and packages. Use when the user asks a question about a library, needs to understand a library's API, or when you need information about a library that you don't know about. Triggers on questions like "How do I use X library?", "What's the API for Y?", "Show me how Z library handles this", or when encountering unfamiliar library usage.
udecode/dotai 1,141
-
debug
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes - four-phase framework with built-in backward tracing for deep-stack failures, ensuring root-cause understanding before implementation
udecode/dotai 1,141
-
changelog
Use when updating CHANGELOG.md. Enforces consistent formatting with bolded item names, dash separators, and specific section ordering.
udecode/dotai 1,141
-
github-actions-templates
Create production-ready GitHub Actions workflows for automated testing, building, and deploying applications. Use when setting up CI/CD with GitHub Actions, automating development workflows, or creating reusable workflow templates.
EYH0602/skillshub 4
-
fuzzing
Design, implement, debug, and maintain fuzzers for security testing. Use when building coverage-guided fuzzers (LibAFL, AFL++, LibFuzzer), writing fuzz targets/harnesses, debugging why a fuzzer isn't finding bugs or coverage isn't increasing, analyzing and triaging crashes, implementing mutation strategies, or working with grammar-based fuzzing for structured inputs.
EYH0602/skillshub 4
-
docstring
Write docstrings for PyTorch functions and methods following PyTorch conventions. Use when writing or updating docstrings in PyTorch code.
EYH0602/skillshub 4
-
docs-review
Review documentation changes for compliance with the Metabase writing style guide. Use when reviewing pull requests, files, or diffs containing documentation markdown files.
EYH0602/skillshub 4