Update README.md
This commit is contained in:
parent
74ee2b5198
commit
87c9245722
1 changed files with 92 additions and 2 deletions
94
README.md
94
README.md
|
|
@ -1,2 +1,92 @@
|
|||
# awesome-claude-skills
|
||||
A curated list of Claude Skills.
|
||||
# Awesome Claude Skills
|
||||
|
||||
## 📚 Table of Contents
|
||||
- [Document Skills](#-document-skills)
|
||||
- [Development & Code Tools](#-development--code-tools)
|
||||
- [Data & Analysis](#-data--analysis)
|
||||
- [Writing & Research](#-writing--research)
|
||||
- [Learning & Knowledge](#-learning--knowledge)
|
||||
- [Media & Content](#-media--content)
|
||||
- [Collaboration & Project Management](#-collaboration--project-management)
|
||||
- [Security & Web Testing](#-security--web-testing)
|
||||
- [Utility & Automation](#-utility--automation)
|
||||
|
||||
|
||||
|
||||
## 📄 Document Skills
|
||||
- [docx](https://github.com/anthropics/skills/tree/main/document-skills/docx) - Create, edit, analyze Word docs with tracked changes, comments, formatting.
|
||||
- [pdf](https://github.com/anthropics/skills/tree/main/document-skills/pdf) - Extract text, tables, metadata, merge & annotate PDFs.
|
||||
- [pptx](https://github.com/anthropics/skills/tree/main/document-skills/pptx) - Read, generate, and adjust slides, layouts, templates.
|
||||
- [xlsx](https://github.com/anthropics/skills/tree/main/document-skills/xlsx) - Spreadsheet manipulation: formulas, charts, data transformations.
|
||||
- [markdown](https://github.com/anthropics/skills/tree/main/document-skills/markdown) - Parse, generate, and format Markdown documents.
|
||||
|
||||
|
||||
|
||||
## 🛠 Development & Code Tools
|
||||
- [code-execution](https://github.com/anthropics/skills/tree/main/code-execution) - Run code snippets securely and return outputs.
|
||||
- [code-review](https://github.com/anthropics/skills/tree/main/code-review) - Analyze code diffs, detect bugs, suggest improvements.
|
||||
- [code-explanation](https://github.com/anthropics/skills/tree/main/code-explanation) - Explain logic and behavior of code step by step.
|
||||
- [test-generation](https://github.com/anthropics/skills/tree/main/test-generation) - Auto-generate unit/integration tests from code or descriptions.
|
||||
|
||||
|
||||
|
||||
## 📊 Data & Analysis
|
||||
- [csv-analysis](https://github.com/anthropics/skills/tree/main/data-skills/csv-analysis) - Summarize and visualize CSV data statistically.
|
||||
- [json-parser](https://github.com/anthropics/skills/tree/main/data-skills/json-parser) - Parse and transform JSON into structured forms.
|
||||
- [csv-data-summarizer-claude-skill](https://github.com/coffeefuelbump/csv-data-summarizer-claude-skill) - Automatically analyzes CSVs: columns, distributions, missing data, correlations.
|
||||
|
||||
|
||||
|
||||
## ✍️ Writing & Research
|
||||
- [research-assistant](https://github.com/anthropics/skills/tree/main/research-assistant) - Multi-step web research and structured summaries.
|
||||
- [summarization](https://github.com/anthropics/skills/tree/main/summarization) - Condense long documents into clear summaries preserving key points.
|
||||
- [article-extractor](https://github.com/michalparkola/tapestry-skills-for-claude-code/tree/main/article-extractor) - Extract full article text and metadata from web pages.
|
||||
|
||||
|
||||
|
||||
## 📘 Learning & Knowledge
|
||||
- [tapestry](https://github.com/michalparkola/tapestry-skills-for-claude-code/tree/main/tapestry) - Interlink and summarize related documents into knowledge networks.
|
||||
- [ship-learn-next](https://github.com/michalparkola/tapestry-skills-for-claude-code/tree/main/ship-learn-next) - Skill to help iterate on what to build or learn next, based on feedback loops.
|
||||
|
||||
|
||||
|
||||
## 🎬 Media & Content
|
||||
- [youtube-transcript](https://github.com/michalparkola/tapestry-skills-for-claude-code/tree/main/youtube-transcript) - Fetch transcripts from YouTube videos and prepare summaries.
|
||||
- [audio-transcription](https://github.com/anthropics/skills/tree/main/audio-transcription) - Convert audio to text using speech models.
|
||||
- [image-captioning](https://github.com/anthropics/skills/tree/main/image-captioning) - Create descriptive captions for images via multimodal models.
|
||||
- [claude-epub-skill](https://github.com/smerchek/claude-epub-skill) - Parse and analyze EPUB ebook contents for querying or summarizing.
|
||||
|
||||
|
||||
|
||||
## 🤝 Collaboration & Project Management
|
||||
- [git-pushing](https://github.com/mhattingpete/claude-skills-marketplace/tree/main/git-pushing) - Automate git operations and repository interactions.
|
||||
- [review-implementing](https://github.com/mhattingpete/claude-skills-marketplace/tree/main/review-implementing) - Evaluate code implementation plans and align with specs.
|
||||
- [test-fixing](https://github.com/mhattingpete/claude-skills-marketplace/tree/main/test-fixing) - Detect failing tests and propose patches or fixes.
|
||||
|
||||
|
||||
|
||||
## 🛡 Security & Web Testing
|
||||
- [ffuf_claude_skill](https://github.com/jthack/ffuf_claude_skill) - Integrate Claude with FFUF (fuzzing) and analyze results for vulnerabilities.
|
||||
|
||||
|
||||
|
||||
## 🔧 Utility & Automation
|
||||
- [file-manager](https://github.com/anthropics/skills/tree/main/file-manager) - List, read, write local or cloud files.
|
||||
- [task-runner](https://github.com/anthropics/skills/tree/main/task-runner) - Chain multiple skills into automated workflows.
|
||||
- [email-parser](https://github.com/anthropics/skills/tree/main/email-parser) - Parse email content into structured summaries or data.
|
||||
- [skill-creator](https:// https://github.com/anthropics/skills/tree/main/skill-creator) - Template / helper to build new Claude skills.
|
||||
- [template-skill](https://github.com/anthropics/skills/tree/main/template-skill) - Minimal skeleton for a new skill project structure.
|
||||
|
||||
## 🤝 Contribution
|
||||
|
||||
If you have suggestions, improvements, or new resources to add:
|
||||
|
||||
1. Fork this repo
|
||||
2. Make your changes
|
||||
3. Submit a Pull Request
|
||||
|
||||
You can also open an **Issue** 🐛 if you spot something that needs fixing.
|
||||
|
||||
## 📬 Contact
|
||||
|
||||
If you want to contact me, you can reach me on [X](https://x.com/Behi_Sec).
|
||||
|
|
|
|||
Loading…
Reference in a new issue