Skip to content

catDforD/skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Claude Code Skills

Personal collection of Claude Code skills for various tasks.

What are Skills?

Skills are modular components that extend Claude Code's capabilities. Each skill handles a specific domain or task, providing specialized knowledge and tools.

Available Skills

cc98_hot_topics

Fetches and summarizes hot topics from Zhejiang University CC98 forum.

  • Trigger phrases: "今天的十大话题是什么?", "本周热门", "CC98热门"
  • Features:
    • Fetch weekly hot topics from CC98
    • Calculate reading rating (1-5 stars)
    • Extract topic content and highlights
    • Support environment variables for credentials

Usage:

export CC98_USERNAME="your_username"
export CC98_PASSWORD="your_password"
python scripts/cc98_scraper.py

Adding New Skills

To add a new skill:

  1. Create a new folder under skills/ with your skill name
  2. Include a SKILL.md file with:
    • Skill name and description
    • Trigger phrases
    • Usage examples
  3. Implement the core logic in a Python script
  4. Submit a PR or push directly

Directory Structure

skills/
├── README.md                 # This file
├── cc98_hot_topics/          # CC98 forum hot topics skill
│   ├── SKILL.md
│   ├── scripts/
│   ├── examples/
│   └── references/
└── [your_next_skill]/        # Add more skills here

License

MIT

About

skills for claude code / open code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages