5368 results (69.3ms) page 34 / 269
jackspace / claudeskillz-uspto-database exact

Access USPTO APIs for patent/trademark searches, examination history (PEDS), assignments, citations, office actions, TSDR, for IP analysis and prior art searches.

jackspace / claudeskillz-pytorch-lightning exact

Deep learning framework (PyTorch Lightning). Organize PyTorch code into LightningModules, configure Trainers for multi-GPU/TPU, implement data pipelines, callbacks, logging (W&B, TensorBoard),...

jackspace / claudeskillz-matplotlib exact

Foundational plotting library. Create line plots, scatter, bar, histograms, heatmaps, 3D, subplots, export PNG/PDF/SVG, for scientific visualization and publication figures.

jackspace / claudeskillz-statistical-analysis exact

Statistical analysis toolkit. Hypothesis tests (t-test, ANOVA, chi-square), regression, correlation, Bayesian stats, power analysis, assumption checks, APA reporting, for academic research.

jackspace / claudeskillz-route-tester exact

Test authenticated routes in the your project using cookie-based authentication. Use this skill when testing API endpoints, validating route functionality, or debugging authentication issues....

jackspace / claudeskillz-browser-daemon exact

Persistent browser automation via Playwright daemon. Keep a browser window open and send it commands (navigate, execute JS, inspect console). Perfect for interactive debugging, development, and...

jackspace / claudeskillz-finishing-a-development-branch exact

Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup

jackspace / claudeskillz-playwright-browser-automation exact

Complete browser automation with Playwright. Auto-detects dev servers, writes clean test scripts to /tmp. Test pages, fill forms, take screenshots, check responsive design, validate UX, test login...

jackspace / claudeskillz-csv-data-summarizer exact

Analyzes CSV files, generates summary stats, and plots quick visualizations using Python and pandas.

jackspace / claudeskillz-ui-styling exact

Create beautiful, accessible user interfaces with shadcn/ui components (built on Radix UI + Tailwind), Tailwind CSS utility-first styling, and canvas-based visual designs. Use when building user...

jackspace / claudeskillz-histolab exact

Digital pathology image processing toolkit for whole slide images (WSI). Use this skill when working with histopathology slides, processing H&E or IHC stained tissue images, extracting tiles from...

jackspace / claudeskillz-condition-based-waiting exact

Use when tests have race conditions, timing dependencies, or inconsistent pass/fail behavior - replaces arbitrary timeouts with condition polling to wait for actual state changes, eliminating...

jackspace / claudeskillz-session-timeout-handler exact

Build timeout-resistant Claude Code workflows with chunking strategies, checkpoint patterns, progress tracking, and resume mechanisms to handle 2-minute tool timeouts and ensure reliable...

jackspace / claudeskillz-windows-expert exact

Expert guidance for Windows, PowerShell, WSL interop, and cross-platform development

jackspace / claudeskillz-cobrapy exact

Constraint-based metabolic modeling (COBRA). FBA, FVA, gene knockouts, flux sampling, SBML models, for systems biology and metabolic engineering analysis.

jackspace / claudeskillz-verification-before-completion exact

Use when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running verification commands and confirming output before making any success claims;...

jackspace / claudeskillz-biorxiv-database exact

Efficient database search tool for bioRxiv preprint server. Use this skill when searching for life sciences preprints by keywords, authors, date ranges, or categories, retrieving paper metadata,...

jackspace / claudeskillz-test-driven-development exact

Use when implementing any feature or bugfix, before writing implementation code - write the test first, watch it fail, write minimal code to pass; ensures tests actually verify behavior by...