Topic: claude-skills
11,948 skills in this topic.
-
similarity-search-patterns
Implement efficient similarity search with vector databases. Use when building semantic search, implementing nearest neighbor queries, or optimizing retrieval performance.
foryourhealth111-pixel/Vibe-Skills 1,415
-
hypothesis-testing
Property-based testing with Hypothesis for discovering edge cases and validating invariants.
Use when implementing comprehensive test coverage, testing complex logic with many inputs,
or validating mathematical properties and invariants across input domains.
Triggered by: hypothesis, property-based testing, @given, strategies, generative testing.
foryourhealth111-pixel/Vibe-Skills 1,415
-
edgartools
Python library for accessing, analyzing, and extracting data from SEC EDGAR filings. Use when working with SEC filings, financial statements (income statement, balance sheet, cash flow), XBRL financial data, insider trading (Form 4), institutional holdings (13F), company financials, annual/quarterly reports (10-K, 10-Q), proxy statements (DEF 14A), 8-K current events, company screening by ticker/CIK/industry, multi-period financial analysis, or any SEC regulatory filings.
foryourhealth111-pixel/Vibe-Skills 1,415
-
fred-economic-data
Query FRED (Federal Reserve Economic Data) API for 800,000+ economic time series from 100+ sources. Access GDP, unemployment, inflation, interest rates, exchange rates, housing, and regional data. Use for macroeconomic analysis, financial research, policy studies, economic forecasting, and academic research requiring U.S. and international economic indicators.
foryourhealth111-pixel/Vibe-Skills 1,415
-
spec-kit-vibe-compat
Compatibility router for /speckit.* workflows into /vibe-first Codex execution.
foryourhealth111-pixel/Vibe-Skills 1,415
-
pymc-bayesian-modeling
Compatibility alias for the descriptive PyMC skill name. Delegate to the canonical local `pymc` payload while preserving route and README compatibility.
foryourhealth111-pixel/Vibe-Skills 1,415
-
evaluating-code-models
Evaluates code generation models across HumanEval, MBPP, MultiPL-E, and 15+ benchmarks with pass@k metrics. Use when benchmarking code models, comparing coding abilities, testing multi-language support, or measuring code generation quality. Industry standard from BigCode Project used by HuggingFace leaderboards.
foryourhealth111-pixel/Vibe-Skills 1,415
-
pufferlib
This skill should be used when working with reinforcement learning tasks including high-performance RL training, custom environment development, vectorized parallel simulation, multi-agent systems, or integration with existing RL environments (Gymnasium, PettingZoo, Atari, Procgen, etc.). Use this skill for implementing PPO training, creating PufferEnv environments, optimizing RL performance, or developing policies with CNNs/LSTMs.
foryourhealth111-pixel/Vibe-Skills 1,415
-
build-error-resolver
Compatibility alias for build-specific error resolution. Use this when VCO routes to build-error-resolver but the upstream agent is unavailable in the current runtime.
foryourhealth111-pixel/Vibe-Skills 1,415
-
deepagent-toolchain-plan
DeepAgent-style tool discovery for VCO: propose a minimal skill/tool chain (with verification points) and reduce confirm_required friction.
foryourhealth111-pixel/Vibe-Skills 1,415
-
speckit-checklist
Generate custom quality checklists for validating requirements completeness and clarity. Use to create unit tests for English that ensure spec quality before implementation.
foryourhealth111-pixel/Vibe-Skills 1,415
-
math-tools
Deterministic mathematical computation using SymPy. Use for ANY math operation requiring exact/verified results - basic arithmetic, algebra (simplify, expand, factor, solve equations), calculus (derivatives, integrals, limits, series), linear algebra (matrices, determinants, eigenvalues), trigonometry, number theory (primes, GCD/LCM, factorization), and statistics. Ensures mathematical accuracy by using symbolic computation rather than LLM estimation.
foryourhealth111-pixel/Vibe-Skills 1,415
-
figma-implement-design
Translate Figma nodes into production-ready code with 1:1 visual fidelity using the Figma MCP workflow (design context, screenshots, assets, and project-convention translation). Trigger when the user provides Figma URLs or node IDs, or asks to implement designs or components that must match Figma specs. Requires a working Figma MCP server connection.
foryourhealth111-pixel/Vibe-Skills 1,415
-
research-lookup
Look up current research information using Perplexity's Sonar Pro Search or Sonar Reasoning Pro models through OpenRouter. Automatically selects the best model based on query complexity. Search academic papers, recent studies, technical documentation, and general research information with citations.
foryourhealth111-pixel/Vibe-Skills 1,415
-
cancel-ralph
Codex-compatible cancel command for Ralph loop state, preserving the original command name.
foryourhealth111-pixel/Vibe-Skills 1,415
-
string-database
Query STRING API for protein-protein interactions (59M proteins, 20B interactions). Network analysis, GO/KEGG enrichment, interaction discovery, 5000+ species, for systems biology.
foryourhealth111-pixel/Vibe-Skills 1,415
-
claude-skills
Claude Skills meta-skill: extract domain material (docs/APIs/code/specs) into a reusable Skill (SKILL.md + references/scripts/assets), and refactor existing Skills for clarity, activation reliability, and quality gates.
foryourhealth111-pixel/Vibe-Skills 1,415
-
scikit-survival
Comprehensive toolkit for survival analysis and time-to-event modeling in Python using scikit-survival. Use this skill when working with censored survival data, performing time-to-event analysis, fitting Cox models, Random Survival Forests, Gradient Boosting models, or Survival SVMs, evaluating survival predictions with concordance index or Brier score, handling competing risks, or implementing any survival analysis workflow with the scikit-survival library.
foryourhealth111-pixel/Vibe-Skills 1,415
-
speckit-tasks
Break down implementation plans into actionable task lists. Use after planning to create a structured task breakdown. Generates tasks.md with ordered, dependency-aware tasks.
foryourhealth111-pixel/Vibe-Skills 1,415
-
scientific-data-preprocessing
⚠️ CRITICAL USER EXPERIENCE-BASED SKILL - ALWAYS CONSULT BEFORE DATA PREPROCESSING ⚠️ Prevents catastrophic errors (88.9% error rate in V1.0 case study) through multi-level feature analysis, data leakage detection, and semantic validation. MANDATORY for: data preprocessing, feature engineering, standardization, normalization, interpolation, missing value handling, feature selection, or ANY data transformation task. Covers grouped time-series, cross-sectional, panel data. Detects: time travel leakage, causal inversion, ID misuse, semantic-numeric fallacies, distribution blindness. User's hard-won lessons from real project failures.
foryourhealth111-pixel/Vibe-Skills 1,415
-
security-ownership-map
Analyze git repositories to build a security ownership topology (people-to-file), compute bus factor and sensitive-code ownership, and export CSV/JSON for graph databases and visualization. Trigger only when the user explicitly wants a security-oriented ownership or bus-factor analysis grounded in git history (for example: orphaned sensitive code, security maintainers, CODEOWNERS reality checks for risk, sensitive hotspots, or ownership clusters). Do not trigger for general maintainer lists or non-security ownership questions.
foryourhealth111-pixel/Vibe-Skills 1,415
-
statsmodels
Statistical modeling toolkit. OLS, GLM, logistic, ARIMA, time series, hypothesis tests, diagnostics, AIC/BIC, for rigorous statistical inference and econometric analysis.
foryourhealth111-pixel/Vibe-Skills 1,415
-
visualization-best-practices
Visualization Best Practices - Auto-activating skill for Data Analytics.
Triggers on: visualization best practices, visualization best practices
Part of the Data Analytics skill category.
foryourhealth111-pixel/Vibe-Skills 1,415
-
windows-hook-debugging
Windows环境下Claude Code插件Hook执行错误的诊断与修复。当遇到hook error、cannot execute binary file、.sh regex误匹配、WSL/Git Bash冲突时使用。
foryourhealth111-pixel/Vibe-Skills 1,415