- 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.
- 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.
Create new "🧠 Neuroscience & Electrophysiology" category for better
classification. Neuropixels is research neuroscience (animal models,
invasive recordings) rather than clinical healthcare AI.
- Remove from Healthcare AI section
- Add new Neuroscience & Electrophysiology section
- Keep NeuroKit2 in Healthcare AI (surface biosignals, clinical focus)
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- 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>
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>
- 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
- 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>