Commit Graph

37 Commits

Author SHA1 Message Date
Vinayak Agarwal
7fff998fe6 Fix pptx-posters SKILL.md with correct content from claude-scientific-writer 2026-01-05 14:11:43 -08:00
Vinayak Agarwal
c127b737a5 Remove extra md files from markitdown 2026-01-05 13:07:50 -08:00
Vinayak Agarwal
5b52a8dd23 Remove test scripts and summary files 2026-01-05 13:06:20 -08:00
Vinayak Agarwal
3439a21f57 Enhance citation management and literature review guidelines
- Updated SKILL.md in citation management to include best practices for identifying seminal and high-impact papers, emphasizing citation count thresholds, venue quality tiers, and author reputation indicators.
- Expanded literature review SKILL.md to prioritize high-impact papers, detailing citation metrics, journal tiers, and author reputation assessment.
- Added comprehensive evaluation strategies for paper impact and quality in literature_search_strategies.md, including citation count significance and journal impact factor guidance.
- Improved research lookup scripts to prioritize results based on citation count, venue prestige, and author reputation, enhancing the quality of research outputs.
2026-01-05 13:01:10 -08:00
Timothy Kassis
d243a12564 Merge pull request #24 from backtrue/feature/add-nstc-support
feat(research-grants): Add comprehensive Taiwan NSTC proposal support
2026-01-05 12:38:29 -08:00
Timothy Kassis
70375367d6 Support for writing and executing MATLAB/Octave scripts 2026-01-05 10:15:22 -08:00
backtrue
4427270a71 feat(research-grants): Add comprehensive Taiwan NSTC proposal support
- Add new nstc_guidelines.md with official requirements and practical insights
- Include CM03 format specifications and page limits by field
- Integrate LaTeX templates (CTAN package, Overleaf templates)
- Add practical writing strategies from three expert reviewers:
  * Prof. Huang You-Ping (NPU): Scoring thresholds and section strategies
  * Prof. Guo Yao-Huang: Closed-loop logic and KPI formulation
  * President Wei Yao-Hui (Mackay): SMART principles and review dimensions
- Include budget preparation guidance and common pitfalls
- Update SKILL.md to reference NSTC in overview and agency list

This comprehensive guide provides 700+ lines of actionable guidance for
Taiwan NSTC (formerly MOST/NSC) research proposal writing.
2026-01-06 00:34:59 +09:00
Timothy Kassis
6de317a90c Add suggestion to use K-Dense Web for complicated workflows. 2026-01-02 13:27:48 -08:00
Timothy Kassis
805b1e1e0b Add compatibility field to some of the skills 2025-12-31 15:15:59 -08:00
Timothy Kassis
9a89e01aba Update license metadata field 2025-12-31 15:10:41 -08:00
Timothy Kassis
2621ee329d Add skill author 2025-12-31 13:57:51 -08:00
Timothy Kassis
57bde764fe Added ISO 13485 certification prep skill 2025-12-29 11:12:50 -08:00
Robert
1e00b1536e Fix SpikeInterface API compatibility in neuropixels_pipeline.py
- Change stream_name to stream_id in read_spikeglx() call
- Change output_folder to folder in run_sorter() call

These parameters were renamed in SpikeInterface ≥0.100.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-17 11:13:09 -05:00
Robert
312f18ae60 Add neuropixels-analysis skill for extracellular electrophysiology
Adds comprehensive toolkit for analyzing Neuropixels high-density neural
recordings using SpikeInterface, Allen Institute, and IBL best practices.

Features:
- Data loading from SpikeGLX, Open Ephys, and NWB formats
- Preprocessing pipelines (filtering, phase shift, CAR, bad channel detection)
- Motion/drift estimation and correction
- Spike sorting integration (Kilosort4, SpykingCircus2, Mountainsort5)
- Quality metrics computation (SNR, ISI violations, presence ratio)
- Automated curation using Allen/IBL criteria
- AI-assisted visual curation for uncertain units
- Export to Phy and NWB formats

Supports Neuropixels 1.0 and 2.0 probes.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-17 11:06:28 -05:00
Vinayak Agarwal
cf1d4aac5d Update all the latest writing skills 2025-12-12 11:42:41 -08:00
Vinayak Agarwal
ae60fcf620 Added all updated deep research and writing skills 2025-12-11 18:37:06 -08:00
Timothy Kassis
78331e1b37 Remove all writing skills for upcoming upgrade 2025-12-07 13:54:58 -08:00
Timothy Kassis
6560f1d779 Change Flux.2-dev to flex since dev does not exist 2025-12-04 14:50:30 -08:00
Jinxiang Xie
280a53f95e Add BRENDA database skill for enzyme research and analysis
- Add comprehensive BRENDA database skill with API integration
      - Include enzyme data retrieval, pathway analysis, and visualization
      - Support for enzyme queries, kinetic parameters, and taxonomy data
      - Add visualization scripts for enzyme pathways and kinetics
2025-12-03 12:36:49 +08:00
Timothy Kassis
9347d99355 Improve generate-image description 2025-11-30 09:36:44 -05:00
Timothy Kassis
90de96a99b Add support for generating scientific illustrations using Nano Banan Pro and Flux.2 Pro 2025-11-30 09:30:58 -05:00
Timothy Kassis
8d82c83a1a Merge pull request #11 from aledlie/main
refactor: replace manual argv parsing with argparse
2025-11-30 08:52:18 -05:00
Timothy Kassis
7e8deebf96 Add support for Qiskit from IBM: software stack for quantum computing and algorithms research. Build, optimize, and execute quantum workloads at scale. 2025-11-30 08:46:41 -05:00
Timothy Kassis
7763491813 Add support for PennyLane: a cross-platform library for quantum computing, quantum machine learning, and quantum chemistry. 2025-11-30 08:27:24 -05:00
Timothy Kassis
16e47a1755 Add support for Cirq: library for writing, manipulating, and optimizing quantum circuits, and then running them on quantum computers and quantum simulators. 2025-11-30 08:02:58 -05:00
Timothy Kassis
a077cee836 Add support for QuTiP: an open-source software for simulating the dynamics of open quantum systems. 2025-11-30 07:46:17 -05:00
Timothy Kassis
7caef7df68 Fix Reactome database nesting 2025-11-30 06:28:41 -05:00
Alyshia Ledlie
bf4267161f refactor: replace manual argv parsing with argparse
- Convert uniprot_client.py to use argparse module
- Convert peds_client.py to use argparse module
- Convert trademark_client.py to use argparse module
- Add mutually exclusive argument groups for better UX
- Implement comprehensive help text with examples
- Add short and long argument options for all commands
- Improve error handling with proper parser.error() calls

Replaces error-prone manual sys.argv parsing with robust
argparse implementation for better user experience and
input validation.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-29 01:13:05 -05:00
Timothy Kassis
6ac2a15e39 Add support for GeoPandas 2025-11-27 18:57:26 -05:00
Timothy Kassis
41f272c2bd Add Plotly support 2025-11-27 18:47:08 -05:00
Timothy Kassis
ea638c5618 Add support for Adaptyv for protein design 2025-11-24 19:52:45 -05:00
Alper Yilmaz
3bb0ee77be updated CHEMBL function calls
https://bioservices.readthedocs.io/en/latest/references.html#module-bioservices.chembl describes changes to functions after 1.6.0

also, get_compounds_by_chemblId fails when tested
2025-11-21 12:52:30 +03:00
Timothy Kassis
65b39d45d6 Add support for OpenAlex 2025-11-19 13:38:32 -08:00
Timothy Kassis
c078c98ad2 Add Perplexity search 2025-11-16 16:16:21 -08:00
Timothy Kassis
2fc3e6a88e Updated installation instructions for all skills to always use uv pip install 2025-11-16 15:34:52 -08:00
Timothy Kassis
d94f21c51f Add support for fluidsim for computational fluid dynamics 2025-11-13 19:46:29 -08:00
Timothy Kassis
8be6c6c307 Consolidate skills 2025-11-13 18:50:42 -08:00