
Claude Skills by tools-only
github.com/tools-onlyThe crosshair mark displays x and y values for the nearest data point as the pointer moves.
The tree mark creates hierarchical tree diagrams from path-based data.
The waffle mark displays quantities using subdivided cells, making exact counts easier to read than bars.
The bin transform aggregates quantitative or temporal data into discrete bins for histograms and heatmaps.
Complete keyboard shortcuts for iTerm2 and tmux.
Advanced configuration options for `.pre-commit-config.yaml`.
| Symptom | Description | |---------|-------------| | CrashLoopBackOff | Webhook failures blocking calls | | Command Timeouts | Commands exceed SLA guarantees | | High Latencies | 30+ seconds for kubectl commands | | HTTP 429 | API server overloaded/throttling | | Server Unable to Handle Request | Control plane unresponsive |
Memory saturation occurs when applications or processes need more memory than the container host can provide, or when the host exhausts available memory.
AKS monitoring operates on a multi-layered architecture with five primary data sources:
Complete reference for Grafana Annotations HTTP API endpoints.
Complete reference for Grafana Data Source HTTP API endpoints.
Complete reference for Obsidian's markdown syntax beyond standard CommonMark.
The Business Analyst serves as the first point of contact in the development pipeline, responsible for transforming raw ideas and business needs into structured, actionable requirements. They bridge the gap between stakeholders and the technical team.
All Claude SEO commands start with `/seo` followed by a subcommand.
<!-- Updated: 2026-02-07 -->
**Tagline:** "Crafted with care, savored with joy." **Brand Pillars:** - Artisanal Quality - Exceptional craftsmanship - Warm & Inviting - Comfort and familiarity - Simple Elegance - Clean design, quality speaks for itself ---
A progressive guide to mastering MinerU - from understanding its purpose to building production-ready document processing pipelines. ---
**Tagline:** "Crafted with care, savored with joy." **Brand Pillars:** Artisanal Quality, Warm & Inviting, Simple Elegance ---
Prepare Alloy commands for production: retries, timeouts, idempotency, logging, and observability (~6 minutes). Requires Python 3.10+ and `pip install alloy-ai`. ---
Complete guide to using tools (function calling) with cascadeflow. ---
> **Note:** This document reflects publicly documented formats as of early 2025. It is intended for building a translation/proxy layer and focuses on *shape/semantics* rather than model availability or pricing.
* **Tool queries are detected by the presence of `tools` in the request**, which routes execution to the tool path in `Cascade._execute_tool_path`. The tool path is responsible for tool complexity analysis, drafting with tools, tool-quality validation, and escalation to the verifier if validation fails.【F:cascadeflow/core/cascade.py†L560-L883】 * **Tool complexity analysis** is performed by `ToolComplexityAnalyzer`, which scores a request using eight indicators and maps it to one of five complexi
Managed pools provide a "data in, optimized pipeline out" experience: users upload files (or point to a GitHub repo / S3 bucket), an LLM agent analyzes the data, and the system assembles a fully configured environment pool ready for GEPA/Eval. **Owner:** `rust_backend/src/managed_env_pool/` **Agent execution:** `sandbox-agent` (wraps OpenCode CLI into HTTP API) **Pool primitives:** `rhodes-core` crate
Generate data extension YAML files to improve CodeQL's data flow coverage for project-specific APIs. Runs after database build and before analysis.
**Date**: February 10, 2026 **Session Focus**: Create batch processing utilities to eliminate ~430K tokens of waste per MicroSim generation run **Skills Used**: microsim-generator, chapter-content-generator **Primary Tools**: Python script development, SKILL.md updates ---
This reference describes the various non-pure-text content elements that can be used to break up textbook content and enhance learning. Each element type should be specified in `<details markdown="1">` blocks when generating chapter content. The content of the details blocks should be to describe what the learning objective is and how a non-pure-text element can be used to promote learning.
> GSAP + Remotion integration for professional motion graphics video production
create a release PR (auto-detects previous tag)
Icon and symbol vocabulary organized by topic. Use these as building blocks for cover compositions.
Core patterns for integrating GSAP timelines with Remotion's frame-based rendering
Universal patterns for converting ReactBits components to Remotion frame-based rendering
Typography style dimension for cover images
| STT | Style Category | AI Prompt Keywords (Copy-Paste Ready) | CSS/Technical Keywords | Implementation Checklist | Design System Variables | |-----|----------------|--------------------------------------|------------------------|--------------------------|-------------------------| | 1 | Minimalism & Swiss Style | Design a minimalist landing page. Use: white space, geometric layouts, sans-serif fonts, high contrast, grid-based structure, essential elements only. Avoid shadows and gradients....
**Prompt:**
Retro, nostalgic, 8-bit
Proven patterns for analyzing traces at scale, finding insights, and debugging issues. > Compatibility note: LangSmith run fields are top-level (`status`, `start_time`, `total_tokens`, `prompt_tokens`, `latency`). Some local export workflows also include a normalized `messages` array; snippets below use it when present.
Guide for analyzing agent benchmark runs (like Terminal Bench/Harbor) using LangSmith traces.
`preprocess_func_sig_via_mcp` 是 `ida_analyze_util.py` 中函数类输出的核心预处理入口。它优先复用旧版 `func_sig` 在新二进制中定位函数;当旧 YAML 没有 `func_sig` 时,退化到 `vfunc_sig + vtable 元数据` 路径,并尽可能自动再生成新的 `func_sig`。
`preprocess_gen_func_sig_via_mcp` 是 `ida_analyze_util.py` 中用于“基于已知函数入口地址生成最短唯一函数头签名”的异步预处理函数。它只接受函数头作为锚点,逐步增长签名前缀并验证唯一性,最终返回函数 YAML 所需字段(`func_va/func_rva/func_size/func_sig`)。
`preprocess_gen_gv_sig_via_mcp` 是 `ida_analyze_util.py` 中用于“基于已知全局变量地址生成最短唯一签名”的异步预处理函数。它强制要求签名命中地址必须是访问该全局变量的那条指令(`gv_inst_offset = 0`),最终返回可直接写入全局变量 YAML 的字段集合。
This file assumes you have doe the [Workshop Prework](./workshop-prework.md) Before you begin, you should have the following installed: 1. Claude - just type `claude` the command line. 1. Python 3 2. A conda virtual environment with Python 3 installed called "mkdocs" 3. pip - the python installer package 4. mkdocs mkdocs-material 5. Any image processing tools that you will need to build the preview images for the social preview images 6. The `gh` unix command that does github manipulations 7....
This skill generates interactive workflow diagrams using the Mermaid JavaScript library
This skill generates interactive workflow diagrams using the Mermaid JavaScript library
**Date:** 2026-02-05 **Status:** ✅ Operational ---
Checks performed by `./scripts/validate-research.py` and severity mapping for the `/research-curator --validate` mode. ---
Checks performed by `./scripts/validate_research.py` and severity mapping for the `/research-curator --validate` mode. ---
**Total Skills:** 265
**Total Skills:** 47
This theory is inferred from 22 Python plotting scripts in this repository.
> Complete syntax guide for the Agent Script DSL. Your entire agent in one `.agent` file. ---