3806 results (29.9ms) page 30 / 191
jackspace / claudeskillz-scholar-evaluation exact

Systematic framework for evaluating scholarly and research work based on the ScholarEval methodology. This skill should be used when assessing research papers, evaluating literature reviews,...

jackspace / claudeskillz-error-tracking exact

Add Sentry v8 error tracking and performance monitoring to your project services. Use this skill when adding error handling, creating new controllers, instrumenting cron jobs, or tracking database...

jackspace / claudeskillz-omero-integration exact

Microscopy data management platform. Access images via Python, retrieve datasets, analyze pixels, manage ROIs/annotations, batch processing, for high-content screening and microscopy workflows.

jackspace / claudeskillz-template-skill exact

Replace with description of the skill and when Claude should use it.

jackspace / claudeskillz-dispatching-parallel-agents exact

Use when facing 3+ independent failures that can be investigated without shared state or dependencies - dispatches multiple Claude agents to investigate and fix independent problems concurrently

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-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-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-writing-plans exact

Use when design is complete and you need detailed implementation tasks for engineers with zero codebase context - creates comprehensive implementation plans with exact file paths, complete code...

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-d3-viz exact

Creating interactive data visualisations using d3.js. This skill should be used when creating custom charts, graphs, network diagrams, geographic visualisations, or any complex SVG-based data...

jackspace / claudeskillz-ena-database exact

Access European Nucleotide Archive via API/FTP. Retrieve DNA/RNA sequences, raw reads (FASTQ), genome assemblies by accession, for genomics and bioinformatics pipelines. Supports multiple formats.

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-checkpoint-workflow-builder exact

Build resumable state-machine workflows with checkpoint patterns, progress preservation, and automatic recovery for complex multi-phase operations that need to survive interruptions, timeouts, and...

jackspace / claudeskillz-subagent-driven-development exact

Use when executing implementation plans with independent tasks in the current session - dispatches fresh subagent for each task with code review between tasks, enabling fast iteration with quality gates

jackspace / claudeskillz-clinicaltrials-database exact

Query ClinicalTrials.gov via API v2. Search trials by condition, drug, location, status, or phase. Retrieve trial details by NCT ID, export data, for clinical research and patient matching.

jackspace / claudeskillz-csv-data-summarizer exact

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