chore: update README
This commit is contained in:
129
CONTRIBUTING.md
Normal file
129
CONTRIBUTING.md
Normal file
@@ -0,0 +1,129 @@
|
||||
# Contributing
|
||||
|
||||
**This is a curated collection of links** to Claude Skills, articles, and videos. We organize links to existing resources, we don't host skills or content.
|
||||
|
||||
## How to Contribute
|
||||
|
||||
1. Fork the repository
|
||||
2. Create a branch (`git checkout -b add-new-skill`)
|
||||
3. Edit `README.md`
|
||||
4. Commit (`git commit -m 'Add skill: author/skill-name'`)
|
||||
5. Push (`git push origin add-new-skill`)
|
||||
6. Open a Pull Request
|
||||
|
||||
## Adding a Skill
|
||||
|
||||
### Format
|
||||
|
||||
```markdown
|
||||
| **author/skill-name** | [](https://github.com/author/repo/path) | Description |
|
||||
```
|
||||
|
||||
|
||||
### Requirements
|
||||
|
||||
- ✅ Public repository
|
||||
- ✅ Working skill
|
||||
- ✅ Has documentation
|
||||
- ✅ Relevant to Claude Skills
|
||||
- ✅ Author prefix included
|
||||
|
||||
## Adding Articles
|
||||
|
||||
### Format
|
||||
|
||||
```markdown
|
||||
| **Title** | [](https://url) | Description |
|
||||
```
|
||||
|
||||
### Badges
|
||||
|
||||
**Docs:**
|
||||
```markdown
|
||||
[](https://url)
|
||||
```
|
||||
|
||||
**GitHub Docs:**
|
||||
```markdown
|
||||
[](https://url)
|
||||
```
|
||||
|
||||
**Blog:**
|
||||
```markdown
|
||||
[](https://url)
|
||||
```
|
||||
|
||||
**Article:**
|
||||
```markdown
|
||||
[](https://url)
|
||||
```
|
||||
|
||||
### Requirements
|
||||
|
||||
- ✅ Public (no paywall)
|
||||
- ✅ Relevant to Claude Skills
|
||||
- ✅ Accurate and current
|
||||
|
||||
## Adding Videos
|
||||
|
||||
### Format
|
||||
|
||||
```markdown
|
||||
| **Title** | [](https://youtube.com/watch?v=ID) | |
|
||||
```
|
||||
|
||||
### Requirements
|
||||
|
||||
- ✅ Public on YouTube
|
||||
- ✅ Relevant to Claude Skills
|
||||
- ✅ Good quality
|
||||
|
||||
## Pull Request
|
||||
|
||||
### Title Format
|
||||
|
||||
- Skill: `Add skill: author/skill-name`
|
||||
- Article: `Add article: Title`
|
||||
- Video: `Add video: Title`
|
||||
- Update: `Update: author/skill-name`
|
||||
- Fix: `Fix: description`
|
||||
|
||||
### Template
|
||||
|
||||
```markdown
|
||||
## Type
|
||||
- [ ] Skill
|
||||
- [ ] Article
|
||||
- [ ] Video
|
||||
- [ ] Fix
|
||||
|
||||
## Checklist
|
||||
- [ ] Link works
|
||||
- [ ] Relevant to Claude Skills
|
||||
- [ ] Formatting correct
|
||||
- [ ] Added to correct section
|
||||
- [ ] (Skills) Author prefix included
|
||||
```
|
||||
|
||||
|
||||
## Important
|
||||
|
||||
⭐ This repository:
|
||||
- Curates links only
|
||||
- Doesn't host skill code
|
||||
- Each skill lives in its own repo
|
||||
|
||||
📝 Before submitting:
|
||||
- Verify links work
|
||||
- Check documentation exists
|
||||
- Ensure public access
|
||||
|
||||
## Help
|
||||
|
||||
- Check existing issues/PRs
|
||||
- Open new issue for questions
|
||||
- Visit skill's repo for skill-specific help
|
||||
|
||||
---
|
||||
|
||||
Thank you for contributing! 🎉
|
||||
135
README.md
135
README.md
@@ -73,41 +73,41 @@ See the [official repo](https://github.com/anthropics/skills) and [creation guid
|
||||
|
||||
| | | |
|
||||
| ----- | -------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------- |
|
||||
| **docx** | [](https://github.com/anthropics/skills/tree/main/docx) | Create, edit, and analyze Word documents |
|
||||
| **pptx** | [](https://github.com/anthropics/skills/tree/main/pptx) | Create, edit, and analyze PowerPoint presentations |
|
||||
| **xlsx** | [](https://github.com/anthropics/skills/tree/main/xlsx) | Create, edit, and analyze Excel spreadsheets |
|
||||
| **pdf** | [](https://github.com/anthropics/skills/tree/main/pdf) | Extract text, create PDFs, and handle forms |
|
||||
| **anthropics/docx** | [](https://github.com/anthropics/skills/tree/main/document-skills/docx) | Create, edit, and analyze Word documents |
|
||||
| **anthropics/pptx** | [](https://github.com/anthropics/skills/tree/main/document-skills/pptx) | Create, edit, and analyze PowerPoint presentations |
|
||||
| **anthropics/xlsx** | [](https://github.com/anthropics/skills/tree/main/document-skills/xlsx) | Create, edit, and analyze Excel spreadsheets |
|
||||
| **anthropics/pdf** | [](https://github.com/anthropics/skills/tree/main/document-skills/pdf) | Extract text, create PDFs, and handle forms |
|
||||
|
||||
### Creative and Design
|
||||
|
||||
| | | |
|
||||
| ----- | --------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------ |
|
||||
| **algorithmic-art** | [](https://github.com/anthropics/skills/tree/main/algorithmic-art) | Create generative art using p5.js with seeded randomness |
|
||||
| **canvas-design** | [](https://github.com/anthropics/skills/tree/main/canvas-design) | Design visual art in PNG and PDF formats |
|
||||
| **slack-gif-creator** | [](https://github.com/anthropics/skills/tree/main/slack-gif-creator) | Create animated GIFs optimized for Slack size constraints |
|
||||
| **theme-factory** | [](https://github.com/anthropics/skills/tree/main/theme-factory) | Style artifacts with professional themes or generate custom themes |
|
||||
| **anthropics/algorithmic-art** | [](https://github.com/anthropics/skills/tree/main/algorithmic-art) | Create generative art using p5.js with seeded randomness |
|
||||
| **anthropics/canvas-design** | [](https://github.com/anthropics/skills/tree/main/canvas-design) | Design visual art in PNG and PDF formats |
|
||||
| **anthropics/slack-gif-creator** | [](https://github.com/anthropics/skills/tree/main/slack-gif-creator) | Create animated GIFs optimized for Slack size constraints |
|
||||
| **anthropics/theme-factory** | [](https://github.com/anthropics/skills/tree/main/theme-factory) | Style artifacts with professional themes or generate custom themes |
|
||||
|
||||
### Development
|
||||
|
||||
| | | |
|
||||
| ----- | --------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------- |
|
||||
| **artifacts-builder** | [](https://github.com/anthropics/skills/tree/main/artifacts-builder) | Build complex claude.ai HTML artifacts with React and Tailwind |
|
||||
| **mcp-builder** | [](https://github.com/anthropics/skills/tree/main/mcp-builder) | Create MCP servers to integrate external APIs and services |
|
||||
| **webapp-testing** | [](https://github.com/anthropics/skills/tree/main/webapp-testing) | Test local web applications using Playwright |
|
||||
| **anthropics/artifacts-builder** | [](https://github.com/anthropics/skills/tree/main/artifacts-builder) | Build complex claude.ai HTML artifacts with React and Tailwind |
|
||||
| **anthropics/mcp-builder** | [](https://github.com/anthropics/skills/tree/main/mcp-builder) | Create MCP servers to integrate external APIs and services |
|
||||
| **anthropics/webapp-testing** | [](https://github.com/anthropics/skills/tree/main/webapp-testing) | Test local web applications using Playwright |
|
||||
|
||||
### Branding and Communication
|
||||
|
||||
| | | |
|
||||
| ----- | -------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------- |
|
||||
| **brand-guidelines** | [](https://github.com/anthropics/skills/tree/main/brand-guidelines) | Apply Anthropic's brand colors and typography to artifacts |
|
||||
| **internal-comms** | [](https://github.com/anthropics/skills/tree/main/internal-comms) | Write status reports, newsletters, and FAQs |
|
||||
| **anthropics/brand-guidelines** | [](https://github.com/anthropics/skills/tree/main/brand-guidelines) | Apply Anthropic's brand colors and typography to artifacts |
|
||||
| **anthropics/internal-comms** | [](https://github.com/anthropics/skills/tree/main/internal-comms) | Write status reports, newsletters, and FAQs |
|
||||
|
||||
### Meta
|
||||
|
||||
| | | |
|
||||
| ----- | ------------------------------------------------------------------------------------------------------------------------------------------ | ----------------------------------------------------------- |
|
||||
| **skill-creator** | [](https://github.com/anthropics/skills/tree/main/skill-creator) | Guide for creating skills that extend Claude's capabilities |
|
||||
| **template-skill** | [](https://github.com/anthropics/skills/tree/main/template-skill) | Basic template for creating new skills |
|
||||
| **anthropics/skill-creator** | [](https://github.com/anthropics/skills/tree/main/skill-creator) | Guide for creating skills that extend Claude's capabilities |
|
||||
| **anthropics/template-skill** | [](https://github.com/anthropics/skills/tree/main/template-skill) | Basic template for creating new skills |
|
||||
|
||||
## Community Skills
|
||||
|
||||
@@ -115,62 +115,50 @@ See the [official repo](https://github.com/anthropics/skills) and [creation guid
|
||||
|
||||
| | | |
|
||||
| ----- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------ |
|
||||
| **Notion Skills for Claude** | - | Skills for working with Notion |
|
||||
| **superpowers-lab** | [](https://github.com/obra/superpowers-lab) | Lab environment for Claude superpowers |
|
||||
| **brainstorming** | [](https://github.com/obra/superpowers/tree/main/skills/brainstorming) | Generate and explore ideas |
|
||||
| **writing-plans** | [](https://github.com/obra/superpowers/tree/main/skills/writing-plans) | Create strategic documentation |
|
||||
| **executing-plans** | [](https://github.com/obra/superpowers/tree/main/skills/executing-plans) | Implement and run strategic plans |
|
||||
| **dispatching-parallel-agents** | [](https://github.com/obra/superpowers/tree/main/skills/dispatching-parallel-agents) | Coordinate multiple simultaneous agents |
|
||||
| **sharing-skills** | [](https://github.com/obra/superpowers/tree/main/skills/sharing-skills) | Distribute and communicate capabilities |
|
||||
| **using-superpowers** | [](https://github.com/obra/superpowers/tree/main/skills/using-superpowers) | Leverage core platform capabilities |
|
||||
| **csv-data-summarizer** | [](https://github.com/ComposioHQ/awesome-claude-skills/tree/main/csv-data-summarizer) | Analyze and visualize CSV files (by ComposioHQ) |
|
||||
| **domain-name-brainstormer** | [](https://github.com/ComposioHQ/awesome-claude-skills/tree/main/domain-name-brainstormer) | Generate and check domain ideas (by ComposioHQ) |
|
||||
| **lead-research-assistant** | [](https://github.com/ComposioHQ/awesome-claude-skills/tree/main/lead-research-assistant) | Identify and qualify business leads (by ComposioHQ) |
|
||||
| **article-extractor** | [](https://github.com/ComposioHQ/awesome-claude-skills/tree/main/article-extractor) | Extract web article content (by ComposioHQ) |
|
||||
| **content-research-writer** | [](https://github.com/ComposioHQ/awesome-claude-skills/tree/main/content-research-writer) | Enhance writing with research (by ComposioHQ) |
|
||||
| **meeting-insights-analyzer** | [](https://github.com/ComposioHQ/awesome-claude-skills/tree/main/meeting-insights-analyzer) | Analyze meeting communication patterns (by ComposioHQ) |
|
||||
| **competitive-ads-extractor** | [](https://github.com/ComposioHQ/awesome-claude-skills/tree/main/competitive-ads-extractor) | Analyze competitor advertising (by ComposioHQ) |
|
||||
| **family-history-research** | [](https://github.com/ComposioHQ/awesome-claude-skills/tree/main/family-history-research) | Genealogy research assistance (by ComposioHQ) |
|
||||
| **notebooklm-integration** | [](https://github.com/ComposioHQ/awesome-claude-skills/tree/main/notebooklm-integration) | Source-based document interaction (by ComposioHQ) |
|
||||
| **markdown-to-epub-converter** | [](https://github.com/ComposioHQ/awesome-claude-skills/tree/main/markdown-to-epub-converter) | Convert markdown to ebook format (by ComposioHQ) |
|
||||
| **image-enhancer** | [](https://github.com/ComposioHQ/awesome-claude-skills/tree/main/image-enhancer) | Improve image quality (by ComposioHQ) |
|
||||
| **notiondevs/Notion Skills for Claude** | [](https://www.notion.so/notiondevs/Notion-Skills-for-Claude-28da4445d27180c7af1df7d8615723d0) | Skills for working with Notion |
|
||||
| **obra/superpowers-lab** | [](https://github.com/obra/superpowers-lab) | Lab environment for Claude superpowers |
|
||||
| **obra/brainstorming** | [](https://github.com/obra/superpowers/blob/main/skills/brainstorming/SKILL.md) | Generate and explore ideas |
|
||||
| **obra/writing-plans** | [](https://github.com/obra/superpowers/blob/main/skills/writing-plans/SKILL.md) | Create strategic documentation |
|
||||
| **obra/executing-plans** | [](https://github.com/obra/superpowers/blob/main/skills/executing-plans/SKILL.md) | Implement and run strategic plans |
|
||||
| **obra/dispatching-parallel-agents** | [](https://github.com/obra/superpowers/blob/main/skills/dispatching-parallel-agents/SKILL.md) | Coordinate multiple simultaneous agents |
|
||||
| **obra/sharing-skills** | [](https://github.com/obra/superpowers/blob/main/skills/sharing-skills/SKILL.md) | Distribute and communicate capabilities |
|
||||
| **obra/using-superpowers** | [](https://github.com/obra/superpowers/blob/main/skills/using-superpowers/SKILL.md) | Leverage core platform capabilities |
|
||||
| **ComposioHQ/content-research-writer** | [](https://github.com/ComposioHQ/awesome-claude-skills/tree/master/content-research-writer) | Enhance writing with research |
|
||||
| **ComposioHQ/meeting-insights-analyzer** | [](https://github.com/ComposioHQ/awesome-claude-skills/tree/master/meeting-insights-analyzer) | Analyze meeting communication patterns |
|
||||
| **ComposioHQ/competitive-ads-extractor** | [](https://github.com/ComposioHQ/awesome-claude-skills/tree/master/competitive-ads-extractor) | Analyze competitor advertising |
|
||||
| **ComposioHQ/image-enhancer** | [](https://github.com/ComposioHQ/awesome-claude-skills/tree/master/image-enhancer) | Improve image quality |
|
||||
|
||||
### Development and Testing
|
||||
|
||||
| | | |
|
||||
| ----- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | --------------------------------------------------------- |
|
||||
| **ios-simulator-skill** | [](https://github.com/conorluddy/ios-simulator-skill) | Control iOS Simulator (also by ComposioHQ) |
|
||||
| **ffuf-claude-skill** | [](https://github.com/jthack/ffuf_claude_skill) | Web fuzzing with ffuf (also by ComposioHQ) |
|
||||
| **playwright-skill** | [](https://github.com/lackeyjb/playwright-skill) | Browser automation with Playwright (also by ComposioHQ) |
|
||||
| **test-driven-development** | [](https://github.com/obra/superpowers) | Write tests before implementing code (also by ComposioHQ) |
|
||||
| **aws-skills** | [](https://github.com/ComposioHQ/awesome-claude-skills/tree/main/aws-skills) | AWS development and architecture patterns (by ComposioHQ) |
|
||||
| **changelog-generator** | [](https://github.com/ComposioHQ/awesome-claude-skills/tree/main/changelog-generator) | Transform git commits into release notes (by ComposioHQ) |
|
||||
| **d3js-visualization** | [](https://github.com/ComposioHQ/awesome-claude-skills/tree/main/d3js-visualization) | Generate interactive data charts (by ComposioHQ) |
|
||||
| **move-code-quality-skill** | [](https://github.com/ComposioHQ/awesome-claude-skills/tree/main/move-code-quality-skill) | Analyze Move language code quality (by ComposioHQ) |
|
||||
| **pypict-claude-skill** | [](https://github.com/ComposioHQ/awesome-claude-skills/tree/main/pypict-claude-skill) | Generate comprehensive test cases (by ComposioHQ) |
|
||||
| **skill-seekers** | [](https://github.com/ComposioHQ/awesome-claude-skills/tree/main/skill-seekers) | Convert documentation to Claude skills (by ComposioHQ) |
|
||||
| **subagent-driven-development** | [](https://github.com/obra/superpowers) | Development using multiple sub-agents |
|
||||
| **systematic-debugging** | [](https://github.com/obra/superpowers) | Methodical problem-solving in code |
|
||||
| **root-cause-tracing** | [](https://github.com/obra/superpowers) | Investigate and identify fundamental problems |
|
||||
| **testing-skills-with-subagents** | [](https://github.com/obra/superpowers) | Collaborative testing approaches |
|
||||
| **testing-anti-patterns** | [](https://github.com/obra/superpowers) | Identify ineffective testing practices |
|
||||
| **finishing-a-development-branch** | [](https://github.com/obra/superpowers) | Complete Git code branches |
|
||||
| **requesting-code-review** | [](https://github.com/obra/superpowers) | Initiate code review processes |
|
||||
| **receiving-code-review** | [](https://github.com/obra/superpowers) | Process and incorporate code feedback |
|
||||
| **using-git-worktrees** | [](https://github.com/obra/superpowers) | Manage multiple Git working trees |
|
||||
| **verification-before-completion** | [](https://github.com/obra/superpowers) | Validate work before finalizing |
|
||||
| **condition-based-waiting** | [](https://github.com/obra/superpowers) | Manage conditional pauses or delays |
|
||||
| **commands** | [](https://github.com/obra/superpowers) | Create and manage command structures |
|
||||
| **writing-skills** | [](https://github.com/obra/superpowers) | Develop and document capabilities |
|
||||
| **conorluddy/ios-simulator-skill** | [](https://github.com/conorluddy/ios-simulator-skill) | Control iOS Simulator |
|
||||
| **jthack/ffuf-claude-skill** | [](https://github.com/jthack/ffuf_claude_skill) | Web fuzzing with ffuf |
|
||||
| **lackeyjb/playwright-skill** | [](https://github.com/lackeyjb/playwright-skill) | Browser automation with Playwright |
|
||||
| **obra/test-driven-development** | [](https://github.com/obra/superpowers/blob/main/skills/test-driven-development/SKILL.md) | Write tests before implementing code |
|
||||
| **ComposioHQ/changelog-generator** | [](https://github.com/ComposioHQ/awesome-claude-skills/tree/master/changelog-generator) | Transform git commits into release notes |
|
||||
| **obra/subagent-driven-development** | [](https://github.com/obra/superpowers/blob/main/skills/subagent-driven-development/SKILL.md) | Development using multiple sub-agents |
|
||||
| **obra/systematic-debugging** | [](https://github.com/obra/superpowers/blob/main/skills/systematic-debugging/SKILL.md) | Methodical problem-solving in code |
|
||||
| **obra/root-cause-tracing** | [](https://github.com/obra/superpowers/blob/main/skills/root-cause-tracing/SKILL.md) | Investigate and identify fundamental problems |
|
||||
| **obra/testing-skills-with-subagents** | [](https://github.com/obra/superpowers/blob/main/skills/testing-skills-with-subagents/SKILL.md) | Collaborative testing approaches |
|
||||
| **obra/testing-anti-patterns** | [](https://github.com/obra/superpowers/blob/main/skills/testing-anti-patterns/SKILL.md) | Identify ineffective testing practices |
|
||||
| **obra/finishing-a-development-branch** | [](https://github.com/obra/superpowers/blob/main/skills/finishing-a-development-branch/SKILL.md) | Complete Git code branches |
|
||||
| **obra/requesting-code-review** | [](https://github.com/obra/superpowers/blob/main/skills/requesting-code-review/SKILL.md) | Initiate code review processes |
|
||||
| **obra/receiving-code-review** | [](https://github.com/obra/superpowers/blob/main/skills/receiving-code-review/SKILL.md) | Process and incorporate code feedback |
|
||||
| **obra/using-git-worktrees** | [](https://github.com/obra/superpowers/blob/main/skills/using-git-worktrees/SKILL.md) | Manage multiple Git working trees |
|
||||
| **obra/verification-before-completion** | [](https://github.com/obra/superpowers/blob/main/skills/verification-before-completion/SKILL.md) | Validate work before finalizing |
|
||||
| **obra/condition-based-waiting** | [](https://github.com/obra/superpowers/blob/main/skills/condition-based-waiting/SKILL.md) | Manage conditional pauses or delays |
|
||||
| **obra/commands** | [](https://github.com/obra/superpowers/tree/main/skills/commands) | Create and manage command structures |
|
||||
| **obra/writing-skills** | [](https://github.com/obra/superpowers/blob/main/skills/writing-skills/SKILL.md) | Develop and document capabilities |
|
||||
|
||||
### Specialized Domains
|
||||
|
||||
| | | |
|
||||
| ----- | ------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------- |
|
||||
| **claude-scientific-skills** | [](https://github.com/K-Dense-AI/claude-scientific-skills) | Scientific research and analysis skills |
|
||||
| **claude-win11-speckit-update-skill** | [](https://github.com/NotMyself/claude-win11-speckit-update-skill) | Windows 11 system management |
|
||||
| **claudisms** | [](https://github.com/jeffersonwarrior/claudisms) | SMS messaging integration |
|
||||
| **defense-in-depth** | [](https://github.com/obra/superpowers) | Multi-layered security approaches |
|
||||
| **K-Dense-AI/claude-scientific-skills** | [](https://github.com/K-Dense-AI/claude-scientific-skills) | Scientific research and analysis skills |
|
||||
| **NotMyself/claude-win11-speckit-update-skill** | [](https://github.com/NotMyself/claude-win11-speckit-update-skill) | Windows 11 system management |
|
||||
| **jeffersonwarrior/claudisms** | [](https://github.com/jeffersonwarrior/claudisms) | SMS messaging integration |
|
||||
| **obra/defense-in-depth** | [](https://github.com/obra/superpowers/blob/main/skills/defense-in-depth/SKILL.md) | Multi-layered security approaches |
|
||||
|
||||
## Articles and Tutorials
|
||||
|
||||
@@ -201,22 +189,21 @@ See the [official repo](https://github.com/anthropics/skills) and [creation guid
|
||||
|
||||
| Video | | |
|
||||
|-------|---|---|
|
||||
| [**Video 1**](https://www.youtube.com/watch?v=421T2iWTQio) | [](https://www.youtube.com/watch?v=421T2iWTQio) | |
|
||||
| [**Video 2**](https://www.youtube.com/watch?v=G-5bInklwRQ) | [](https://www.youtube.com/watch?v=G-5bInklwRQ) | |
|
||||
| [**Video 3**](https://www.youtube.com/watch?v=46zQX7PSHfU) | [](https://www.youtube.com/watch?v=46zQX7PSHfU) | |
|
||||
| [**Video 4**](https://www.youtube.com/watch?v=IoqpBKrNaZI) | [](https://www.youtube.com/watch?v=IoqpBKrNaZI) | |
|
||||
| [**Video 5**](https://www.youtube.com/watch?v=QpGWaWH1DxY) | [](https://www.youtube.com/watch?v=QpGWaWH1DxY) | |
|
||||
| [**Video 6**](https://www.youtube.com/watch?v=WKFFFumnzYI) | [](https://www.youtube.com/watch?v=WKFFFumnzYI) | |
|
||||
| [**Video 7**](https://www.youtube.com/watch?v=FOqbS_llAms) | [](https://www.youtube.com/watch?v=FOqbS_llAms) | |
|
||||
| [**Video 8**](https://www.youtube.com/watch?v=v1y5EUSQ8WA) | [](https://www.youtube.com/watch?v=v1y5EUSQ8WA) | |
|
||||
| [**Video 9**](https://www.youtube.com/watch?v=M8yaR-wNGj0) | [](https://www.youtube.com/watch?v=M8yaR-wNGj0) | |
|
||||
| [**Video 10**](https://www.youtube.com/watch?v=MZZCW179nKM) | [](https://www.youtube.com/watch?v=MZZCW179nKM) | |
|
||||
| **Claude Skills Just 10x'd My AI Agents by Greg Isenberg** | [](https://www.youtube.com/watch?v=G-5bInklwRQ) | |
|
||||
| **Claude Skills: Build Your Own AI Experts (Full Breakdown)** | [](https://www.youtube.com/watch?v=46zQX7PSHfU) | |
|
||||
| **Agent Skills: Specialized capabilities you can customize** | [](https://www.youtube.com/watch?v=IoqpBKrNaZI) | |
|
||||
| **Claude Skills—From TOY to TOOL: Grab My Tutorial** | [](https://www.youtube.com/watch?v=WKFFFumnzYI) | |
|
||||
| **Claude Skills: Glimpse of Continual Learning?** | [](https://www.youtube.com/watch?v=FOqbS_llAms) | |
|
||||
| **Stop Using MCP... Use NEW Claude Skills Instead** | [](https://www.youtube.com/watch?v=M8yaR-wNGj0) | |
|
||||
| **Claude Skills explained: How to create reusable AI workflows** | [](https://www.youtube.com/watch?v=MZZCW179nKM) | |
|
||||
|
||||
|
||||
|
||||
## 🤝 Contributing
|
||||
|
||||
- Submit new subagents via PR
|
||||
We welcome contributions! See CONTRIBUTING.md for guidelines.
|
||||
|
||||
- Submit new skills via PR
|
||||
- Improve existing definitions
|
||||
- Add new Skills & docs & videos & articles
|
||||
|
||||
- Add new docs & videos & articles
|
||||
|
||||
|
||||
Reference in New Issue
Block a user