
Claude Skills by tools-only
github.com/tools-onlyMCP servers are configured in `.claude/.mcp.json`:
We'd love to hear from you!
<!-- Threat Modeling Skill | Version 3.0.0 (20260201a) | https://github.com/fr33d3m0n/threat-modeling | License: BSD-3-Clause --> --- description: Logging & monitoring (structured telemetry, redaction, integrity, detection & alerting) languages: - c - javascript - yaml alwaysApply: false --- rule_id: codeguard-0-logging
This document covers the fundamental concepts and building blocks of LaminDB: Artifacts, Records, Runs, Transforms, Features, and data lineage tracking.
This reference covers TorchDrug's fundamental architecture, design principles, and technical implementation details.
---
The course-description-analyzer skill is an autonomous agent that validates and creates course descriptions for intelligent textbook projects. It ensures course descriptions contain all necessary elements to support the generation of comprehensive learning graphs with 200+ concepts.
Guides users through generating book cover images using the generate-cover.sh script. Determines the best workflow based on user's available resources (OpenAI API billing, ChatGPT Pro subscription, macOS) and runs the appropriate command.
Analyze the project, suggest practical hooks, and create them with proper testing.
**Date:** 2025-12-07 **Task:** Create a new skill called `comparison-table-generator` based on the linux-distro-comparison MicroSim template
Demand generation and customer acquisition specialist for lead generation, conversion optimization, and multi-channel acquisition campaigns
Latch provides comprehensive data management through cloud storage abstractions (LatchFile, LatchDir) and a structured Registry system for organizing experimental data.
DNAnexus provides comprehensive data management capabilities for files, records, databases, and other data objects. All data operations can be performed via the Python SDK (dxpy) or command-line interface (dx).
A LightningDataModule is a reusable, shareable class that encapsulates all data processing steps in PyTorch Lightning. It solves the problem of scattered data preparation logic by standardizing how datasets are managed and shared across projects.
Debug logs follow a consistent format: ``` TIMESTAMP|EVENT_IDENTIFIER|[PARAMS]|DETAILS ```
Complete reference for molecular descriptors available in RDKit's `Descriptors` module.
1. [Built-in Simulators](#built-in-simulators) 2. [Hardware Plugins](#hardware-plugins) 3. [Device Selection](#device-selection) 4. [Device Configuration](#device-configuration) 5. [Custom Devices](#custom-devices) 6. [Performance Optimization](#performance-optimization)
The diagram-reports-generator skill automatically generates comprehensive reports of all diagrams and MicroSims in an intelligent textbook by analyzing chapter markdown files. It creates both table and detailed views organized by chapter.
Some important but easy-to-forget assumptions and gotchas that can cause headaches: - `python -m` uses dot notation (for example, `python -m scripts.resources.parse_issue_form`), not slash paths or `.py` suffixes. - `python -m` only works for modules with a CLI entrypoint (`if __name__ == "__main__":`). - GitHub Actions with sparse checkout must include `pyproject.toml` so `find_repo_root()` can locate the repo root. - If a workflow runs scripts that import `scripts.*`, either run from the re...
Data Protection Impact Assessment process, criteria, and checklists following GDPR Article 35 and WP29 guidelines. ---
CAPA effectiveness assessment procedures, verification methods, and closure criteria. ---
Configure embedding models for vector search.
Complete guide to all LOCAL enhancement modes in Skill Seekers.
Goal: Start a session, pick a workspace, and select or create an outcome.
---
This document shows common ways to execute MATLAB-style `.m` scripts from a Bash environment using both MATLAB (MathWorks) and GNU Octave. It covers interactive use, non-interactive batch runs, passing arguments, capturing output, and practical patterns for automation and CI.
This document lists all the diagrams that need to be generated, organized by MicroSim generator.
---
This reference provides patterns and frameworks for designing experiments across scientific domains. Use these patterns to develop rigorous tests for generated hypotheses.
Adaptyv provides multiple experimental assay types for comprehensive protein characterization. Each experiment type has specific applications, workflows, and data outputs.
``` app/ ├── _layout.tsx # Root layout ├── index.tsx # Home (/) ├── +not-found.tsx # 404 page ├── (tabs)/ # Tab group │ ├── _layout.tsx # Tab bar config │ ├── index.tsx # First tab │ └── profile.tsx # Profile tab ├── (auth)/ # Auth group (no tabs) │ ├── _layout.tsx │ ├── login.tsx │ └── register.tsx ├── settings/ │ ├── _layout.tsx # Stack layout │ ├── index.tsx # Settings main │ └── notif
Demonstrates the extract filter for extracting information from content
Complete guide to Corrective and Preventive Action requirements per 21 CFR 820.100. ---
---
A clear and concise description of the feature you'd like to see.
**Proposed Skill Name:** **Domain/Category:** (e.g., Marketing, Engineering, Finance, HR) **Target Users:** (e.g., Marketing managers, Data scientists, HR professionals)
Guide for validating UI implementation against Figma designs using Figma MCP. ---
The File Manager API enables file operations within protocols.io workspaces, including uploading files, organizing folders, searching content, and managing file lifecycle. This is useful for attaching data files, images, documents, and other resources to protocols.
A comprehensive cheat sheet for Salesforce Flow development. Use this guide for quick decisions on flow types, elements, and variables. ---
This reference covers FDA food-related API endpoints accessible through openFDA.
Aeon provides forecasting algorithms for predicting future time series values.
**Status**: Accepted **Date**: 2024-12-27
> Design agent behavior as a finite state machine with deterministic nodes and explicit transitions. ---
> Real-world cost optimization results from Washin Village's animal recognition system
**Total Candidates:** 2 **Filter Criteria:** Difficulty = Easy, First Recommendation Score > 90
Assessment of progress toward goals
Strategic objectives for the upcoming quarter
PathML provides tools for constructing spatial graphs from tissue images to represent cellular and tissue-level relationships. Graph-based representations enable sophisticated spatial analysis, including neighborhood analysis, cell-cell interaction studies, and graph neural network applications. These graphs capture both morphological features and spatial topology for downstream computational analysis.
Demonstrates MCP resource and prompt usage
This guide covers running quantum circuits on real quantum hardware through Cirq's device interfaces and service providers.