Loading...
Loading...
Found 899 Skills
Guide for testing Codex TUI interactively
Guide for integrating Agentica SDK with Claude Code CLI proxy
Check reference SDK implementations using btca ask
Environment Triage
Systematically diagnose and resolve bugs through conversational investigation and root cause analysis
Concurrent investigation of independent failures. Use when multiple unrelated issues need parallel resolution.
Use when errors occur deep in execution and you need to trace back to find the original trigger - systematically traces bugs backward through call stack, adding instrumentation when needed, to identify source of invalid data or incorrect behavior
Guidance for implementing encoders/compressors that must produce output compatible with an existing decoder/decompressor. This skill applies when tasked with writing compression algorithms, arithmetic coders, entropy encoders, or any encoder that must be the inverse of a given decoder implementation.
Debug Rails issues systematically. Use when encountering ActiveRecord errors like RecordNotFound, routing issues, N+1 query problems detected by Bullet, asset pipeline issues, migration failures, gem conflicts, ActionController errors, CSRF token problems, or any Ruby on Rails application errors requiring diagnosis.
Investigate and diagnose issues without necessarily fixing them
Debug and fix bugs, errors, or unexpected behavior
Core JavaScript fundamentals including variables, data types, operators, control flow, and basic syntax. Essential foundation for all JavaScript development.