A curated collection of Claude Code skills developed by Northwestern University's Center for Science of Science & Innovation (CSSI).
Connect your Claude Code instance to this skills marketplace by running:
claude skill add-marketplace https://github.com/Northwestern-CSSI/cssi-claude-skillsThis registers the repository as a skill source, making all available skills accessible from your Claude Code environment.
To ensure you always have the latest skill versions, enable automatic updates:
claude skill enable-auto-update cssi-skillsWith auto-update enabled, Claude Code will periodically sync with this repository and pull any new or updated skills automatically.
After installation, view all available skills with:
claude skill listOr invoke any skill directly by name during a Claude Code session using the /<skill-name> syntax.
Have a useful skill to share? You can upload your own skills to this marketplace.
The easiest way to contribute is through Claude Code itself:
/upload-skill
This interactive command will guide you through packaging and submitting your skill to the repository.
Alternatively, you can contribute manually:
- Fork this repository
- Create your skill in the
skills/directory following the standard structure:skills/your-skill-name/ ├── SKILL.md # Main skill instructions (required) ├── CLAUDE.md # Claude-specific context (optional) ├── helper.py # Helper scripts (optional) └── tests/ # Test files (optional) - Use the template in
template/as a starting point - Submit a pull request
See spec/ for detailed skill specification standards.
Each skill follows a consistent format:
SKILL.md- The main instruction file with YAML frontmatter defining metadata and the skill's behaviorCLAUDE.md- Optional file providing additional context for Claude- Helper files - Optional Python scripts or other resources the skill may reference
Individual skills may have their own dependencies (Python packages, API credentials, etc.). Refer to each skill's documentation for specific requirements.
Apache 2.0 - See LICENSE for details.
The Center for Science of Science & Innovation at Northwestern University studies the structure and dynamics of science, including team collaboration, research impact, funding allocation, and knowledge diffusion.