From 33f4a3a9b5a8fede7836f0c7556bc4b6e83a75d0 Mon Sep 17 00:00:00 2001 From: Necati Ozmen Date: Tue, 28 Oct 2025 20:27:21 +0300 Subject: [PATCH] chore: update README --- CONTRIBUTING.md | 129 +++++++++++++++++++++++++++++++++++++++++++++ README.md | 135 ++++++++++++++++++++++-------------------------- 2 files changed, 190 insertions(+), 74 deletions(-) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..f09c717 --- /dev/null +++ b/CONTRIBUTING.md @@ -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** | [![Source Code](https://img.shields.io/badge/source-code-blue?logo=github)](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** | [![Badge](https://img.shields.io/badge/type-blue?logo=icon&logoColor=white)](https://url) | Description | +``` + +### Badges + +**Docs:** +```markdown +[![Docs](https://img.shields.io/badge/docs-blue?logo=readthedocs&logoColor=white)](https://url) +``` + +**GitHub Docs:** +```markdown +[![Docs](https://img.shields.io/badge/docs-blue?logo=github&logoColor=white)](https://url) +``` + +**Blog:** +```markdown +[![Blog](https://img.shields.io/badge/blog-blue?logo=rss&logoColor=white)](https://url) +``` + +**Article:** +```markdown +[![Article](https://img.shields.io/badge/article-blue?logo=medium&logoColor=white)](https://url) +``` + +### Requirements + +- ✅ Public (no paywall) +- ✅ Relevant to Claude Skills +- ✅ Accurate and current + +## Adding Videos + +### Format + +```markdown +| **Title** | [![YouTube](https://img.shields.io/badge/YouTube-red?logo=youtube&logoColor=white)](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! 🎉 diff --git a/README.md b/README.md index 1ebb990..9500bc9 100644 --- a/README.md +++ b/README.md @@ -73,41 +73,41 @@ See the [official repo](https://github.com/anthropics/skills) and [creation guid | | | | | ----- | -------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------- | -| **docx** | [![Source Code](https://img.shields.io/badge/source-code-blue?logo=github)](https://github.com/anthropics/skills/tree/main/docx) | Create, edit, and analyze Word documents | -| **pptx** | [![Source Code](https://img.shields.io/badge/source-code-blue?logo=github)](https://github.com/anthropics/skills/tree/main/pptx) | Create, edit, and analyze PowerPoint presentations | -| **xlsx** | [![Source Code](https://img.shields.io/badge/source-code-blue?logo=github)](https://github.com/anthropics/skills/tree/main/xlsx) | Create, edit, and analyze Excel spreadsheets | -| **pdf** | [![Source Code](https://img.shields.io/badge/source-code-blue?logo=github)](https://github.com/anthropics/skills/tree/main/pdf) | Extract text, create PDFs, and handle forms | +| **anthropics/docx** | [![Source Code](https://img.shields.io/badge/source-code-blue?logo=github)](https://github.com/anthropics/skills/tree/main/document-skills/docx) | Create, edit, and analyze Word documents | +| **anthropics/pptx** | [![Source Code](https://img.shields.io/badge/source-code-blue?logo=github)](https://github.com/anthropics/skills/tree/main/document-skills/pptx) | Create, edit, and analyze PowerPoint presentations | +| **anthropics/xlsx** | [![Source Code](https://img.shields.io/badge/source-code-blue?logo=github)](https://github.com/anthropics/skills/tree/main/document-skills/xlsx) | Create, edit, and analyze Excel spreadsheets | +| **anthropics/pdf** | [![Source Code](https://img.shields.io/badge/source-code-blue?logo=github)](https://github.com/anthropics/skills/tree/main/document-skills/pdf) | Extract text, create PDFs, and handle forms | ### Creative and Design | | | | | ----- | --------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------ | -| **algorithmic-art** | [![Source Code](https://img.shields.io/badge/source-code-blue?logo=github)](https://github.com/anthropics/skills/tree/main/algorithmic-art) | Create generative art using p5.js with seeded randomness | -| **canvas-design** | [![Source Code](https://img.shields.io/badge/source-code-blue?logo=github)](https://github.com/anthropics/skills/tree/main/canvas-design) | Design visual art in PNG and PDF formats | -| **slack-gif-creator** | [![Source Code](https://img.shields.io/badge/source-code-blue?logo=github)](https://github.com/anthropics/skills/tree/main/slack-gif-creator) | Create animated GIFs optimized for Slack size constraints | -| **theme-factory** | [![Source Code](https://img.shields.io/badge/source-code-blue?logo=github)](https://github.com/anthropics/skills/tree/main/theme-factory) | Style artifacts with professional themes or generate custom themes | +| **anthropics/algorithmic-art** | [![Source Code](https://img.shields.io/badge/source-code-blue?logo=github)](https://github.com/anthropics/skills/tree/main/algorithmic-art) | Create generative art using p5.js with seeded randomness | +| **anthropics/canvas-design** | [![Source Code](https://img.shields.io/badge/source-code-blue?logo=github)](https://github.com/anthropics/skills/tree/main/canvas-design) | Design visual art in PNG and PDF formats | +| **anthropics/slack-gif-creator** | [![Source Code](https://img.shields.io/badge/source-code-blue?logo=github)](https://github.com/anthropics/skills/tree/main/slack-gif-creator) | Create animated GIFs optimized for Slack size constraints | +| **anthropics/theme-factory** | [![Source Code](https://img.shields.io/badge/source-code-blue?logo=github)](https://github.com/anthropics/skills/tree/main/theme-factory) | Style artifacts with professional themes or generate custom themes | ### Development | | | | | ----- | --------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------- | -| **artifacts-builder** | [![Source Code](https://img.shields.io/badge/source-code-blue?logo=github)](https://github.com/anthropics/skills/tree/main/artifacts-builder) | Build complex claude.ai HTML artifacts with React and Tailwind | -| **mcp-builder** | [![Source Code](https://img.shields.io/badge/source-code-blue?logo=github)](https://github.com/anthropics/skills/tree/main/mcp-builder) | Create MCP servers to integrate external APIs and services | -| **webapp-testing** | [![Source Code](https://img.shields.io/badge/source-code-blue?logo=github)](https://github.com/anthropics/skills/tree/main/webapp-testing) | Test local web applications using Playwright | +| **anthropics/artifacts-builder** | [![Source Code](https://img.shields.io/badge/source-code-blue?logo=github)](https://github.com/anthropics/skills/tree/main/artifacts-builder) | Build complex claude.ai HTML artifacts with React and Tailwind | +| **anthropics/mcp-builder** | [![Source Code](https://img.shields.io/badge/source-code-blue?logo=github)](https://github.com/anthropics/skills/tree/main/mcp-builder) | Create MCP servers to integrate external APIs and services | +| **anthropics/webapp-testing** | [![Source Code](https://img.shields.io/badge/source-code-blue?logo=github)](https://github.com/anthropics/skills/tree/main/webapp-testing) | Test local web applications using Playwright | ### Branding and Communication | | | | | ----- | -------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------- | -| **brand-guidelines** | [![Source Code](https://img.shields.io/badge/source-code-blue?logo=github)](https://github.com/anthropics/skills/tree/main/brand-guidelines) | Apply Anthropic's brand colors and typography to artifacts | -| **internal-comms** | [![Source Code](https://img.shields.io/badge/source-code-blue?logo=github)](https://github.com/anthropics/skills/tree/main/internal-comms) | Write status reports, newsletters, and FAQs | +| **anthropics/brand-guidelines** | [![Source Code](https://img.shields.io/badge/source-code-blue?logo=github)](https://github.com/anthropics/skills/tree/main/brand-guidelines) | Apply Anthropic's brand colors and typography to artifacts | +| **anthropics/internal-comms** | [![Source Code](https://img.shields.io/badge/source-code-blue?logo=github)](https://github.com/anthropics/skills/tree/main/internal-comms) | Write status reports, newsletters, and FAQs | ### Meta | | | | | ----- | ------------------------------------------------------------------------------------------------------------------------------------------ | ----------------------------------------------------------- | -| **skill-creator** | [![Source Code](https://img.shields.io/badge/source-code-blue?logo=github)](https://github.com/anthropics/skills/tree/main/skill-creator) | Guide for creating skills that extend Claude's capabilities | -| **template-skill** | [![Source Code](https://img.shields.io/badge/source-code-blue?logo=github)](https://github.com/anthropics/skills/tree/main/template-skill) | Basic template for creating new skills | +| **anthropics/skill-creator** | [![Source Code](https://img.shields.io/badge/source-code-blue?logo=github)](https://github.com/anthropics/skills/tree/main/skill-creator) | Guide for creating skills that extend Claude's capabilities | +| **anthropics/template-skill** | [![Source Code](https://img.shields.io/badge/source-code-blue?logo=github)](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** | [![Source Code](https://img.shields.io/badge/source-code-blue?logo=github)](https://github.com/obra/superpowers-lab) | Lab environment for Claude superpowers | -| **brainstorming** | [![Source Code](https://img.shields.io/badge/source-code-blue?logo=github)](https://github.com/obra/superpowers/tree/main/skills/brainstorming) | Generate and explore ideas | -| **writing-plans** | [![Source Code](https://img.shields.io/badge/source-code-blue?logo=github)](https://github.com/obra/superpowers/tree/main/skills/writing-plans) | Create strategic documentation | -| **executing-plans** | [![Source Code](https://img.shields.io/badge/source-code-blue?logo=github)](https://github.com/obra/superpowers/tree/main/skills/executing-plans) | Implement and run strategic plans | -| **dispatching-parallel-agents** | [![Source Code](https://img.shields.io/badge/source-code-blue?logo=github)](https://github.com/obra/superpowers/tree/main/skills/dispatching-parallel-agents) | Coordinate multiple simultaneous agents | -| **sharing-skills** | [![Source Code](https://img.shields.io/badge/source-code-blue?logo=github)](https://github.com/obra/superpowers/tree/main/skills/sharing-skills) | Distribute and communicate capabilities | -| **using-superpowers** | [![Source Code](https://img.shields.io/badge/source-code-blue?logo=github)](https://github.com/obra/superpowers/tree/main/skills/using-superpowers) | Leverage core platform capabilities | -| **csv-data-summarizer** | [![Source Code](https://img.shields.io/badge/source-code-blue?logo=github)](https://github.com/ComposioHQ/awesome-claude-skills/tree/main/csv-data-summarizer) | Analyze and visualize CSV files (by ComposioHQ) | -| **domain-name-brainstormer** | [![Source Code](https://img.shields.io/badge/source-code-blue?logo=github)](https://github.com/ComposioHQ/awesome-claude-skills/tree/main/domain-name-brainstormer) | Generate and check domain ideas (by ComposioHQ) | -| **lead-research-assistant** | [![Source Code](https://img.shields.io/badge/source-code-blue?logo=github)](https://github.com/ComposioHQ/awesome-claude-skills/tree/main/lead-research-assistant) | Identify and qualify business leads (by ComposioHQ) | -| **article-extractor** | [![Source Code](https://img.shields.io/badge/source-code-blue?logo=github)](https://github.com/ComposioHQ/awesome-claude-skills/tree/main/article-extractor) | Extract web article content (by ComposioHQ) | -| **content-research-writer** | [![Source Code](https://img.shields.io/badge/source-code-blue?logo=github)](https://github.com/ComposioHQ/awesome-claude-skills/tree/main/content-research-writer) | Enhance writing with research (by ComposioHQ) | -| **meeting-insights-analyzer** | [![Source Code](https://img.shields.io/badge/source-code-blue?logo=github)](https://github.com/ComposioHQ/awesome-claude-skills/tree/main/meeting-insights-analyzer) | Analyze meeting communication patterns (by ComposioHQ) | -| **competitive-ads-extractor** | [![Source Code](https://img.shields.io/badge/source-code-blue?logo=github)](https://github.com/ComposioHQ/awesome-claude-skills/tree/main/competitive-ads-extractor) | Analyze competitor advertising (by ComposioHQ) | -| **family-history-research** | [![Source Code](https://img.shields.io/badge/source-code-blue?logo=github)](https://github.com/ComposioHQ/awesome-claude-skills/tree/main/family-history-research) | Genealogy research assistance (by ComposioHQ) | -| **notebooklm-integration** | [![Source Code](https://img.shields.io/badge/source-code-blue?logo=github)](https://github.com/ComposioHQ/awesome-claude-skills/tree/main/notebooklm-integration) | Source-based document interaction (by ComposioHQ) | -| **markdown-to-epub-converter** | [![Source Code](https://img.shields.io/badge/source-code-blue?logo=github)](https://github.com/ComposioHQ/awesome-claude-skills/tree/main/markdown-to-epub-converter) | Convert markdown to ebook format (by ComposioHQ) | -| **image-enhancer** | [![Source Code](https://img.shields.io/badge/source-code-blue?logo=github)](https://github.com/ComposioHQ/awesome-claude-skills/tree/main/image-enhancer) | Improve image quality (by ComposioHQ) | +| **notiondevs/Notion Skills for Claude** | [![Article](https://img.shields.io/badge/article-blue?logo=medium&logoColor=white)](https://www.notion.so/notiondevs/Notion-Skills-for-Claude-28da4445d27180c7af1df7d8615723d0) | Skills for working with Notion | +| **obra/superpowers-lab** | [![Source Code](https://img.shields.io/badge/source-code-blue?logo=github)](https://github.com/obra/superpowers-lab) | Lab environment for Claude superpowers | +| **obra/brainstorming** | [![Source Code](https://img.shields.io/badge/source-code-blue?logo=github)](https://github.com/obra/superpowers/blob/main/skills/brainstorming/SKILL.md) | Generate and explore ideas | +| **obra/writing-plans** | [![Source Code](https://img.shields.io/badge/source-code-blue?logo=github)](https://github.com/obra/superpowers/blob/main/skills/writing-plans/SKILL.md) | Create strategic documentation | +| **obra/executing-plans** | [![Source Code](https://img.shields.io/badge/source-code-blue?logo=github)](https://github.com/obra/superpowers/blob/main/skills/executing-plans/SKILL.md) | Implement and run strategic plans | +| **obra/dispatching-parallel-agents** | [![Source Code](https://img.shields.io/badge/source-code-blue?logo=github)](https://github.com/obra/superpowers/blob/main/skills/dispatching-parallel-agents/SKILL.md) | Coordinate multiple simultaneous agents | +| **obra/sharing-skills** | [![Source Code](https://img.shields.io/badge/source-code-blue?logo=github)](https://github.com/obra/superpowers/blob/main/skills/sharing-skills/SKILL.md) | Distribute and communicate capabilities | +| **obra/using-superpowers** | [![Source Code](https://img.shields.io/badge/source-code-blue?logo=github)](https://github.com/obra/superpowers/blob/main/skills/using-superpowers/SKILL.md) | Leverage core platform capabilities | +| **ComposioHQ/content-research-writer** | [![Source Code](https://img.shields.io/badge/source-code-blue?logo=github)](https://github.com/ComposioHQ/awesome-claude-skills/tree/master/content-research-writer) | Enhance writing with research | +| **ComposioHQ/meeting-insights-analyzer** | [![Source Code](https://img.shields.io/badge/source-code-blue?logo=github)](https://github.com/ComposioHQ/awesome-claude-skills/tree/master/meeting-insights-analyzer) | Analyze meeting communication patterns | +| **ComposioHQ/competitive-ads-extractor** | [![Source Code](https://img.shields.io/badge/source-code-blue?logo=github)](https://github.com/ComposioHQ/awesome-claude-skills/tree/master/competitive-ads-extractor) | Analyze competitor advertising | +| **ComposioHQ/image-enhancer** | [![Source Code](https://img.shields.io/badge/source-code-blue?logo=github)](https://github.com/ComposioHQ/awesome-claude-skills/tree/master/image-enhancer) | Improve image quality | ### Development and Testing | | | | | ----- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | --------------------------------------------------------- | -| **ios-simulator-skill** | [![Source Code](https://img.shields.io/badge/source-code-blue?logo=github)](https://github.com/conorluddy/ios-simulator-skill) | Control iOS Simulator (also by ComposioHQ) | -| **ffuf-claude-skill** | [![Source Code](https://img.shields.io/badge/source-code-blue?logo=github)](https://github.com/jthack/ffuf_claude_skill) | Web fuzzing with ffuf (also by ComposioHQ) | -| **playwright-skill** | [![Source Code](https://img.shields.io/badge/source-code-blue?logo=github)](https://github.com/lackeyjb/playwright-skill) | Browser automation with Playwright (also by ComposioHQ) | -| **test-driven-development** | [![Source Code](https://img.shields.io/badge/source-code-blue?logo=github)](https://github.com/obra/superpowers) | Write tests before implementing code (also by ComposioHQ) | -| **aws-skills** | [![Source Code](https://img.shields.io/badge/source-code-blue?logo=github)](https://github.com/ComposioHQ/awesome-claude-skills/tree/main/aws-skills) | AWS development and architecture patterns (by ComposioHQ) | -| **changelog-generator** | [![Source Code](https://img.shields.io/badge/source-code-blue?logo=github)](https://github.com/ComposioHQ/awesome-claude-skills/tree/main/changelog-generator) | Transform git commits into release notes (by ComposioHQ) | -| **d3js-visualization** | [![Source Code](https://img.shields.io/badge/source-code-blue?logo=github)](https://github.com/ComposioHQ/awesome-claude-skills/tree/main/d3js-visualization) | Generate interactive data charts (by ComposioHQ) | -| **move-code-quality-skill** | [![Source Code](https://img.shields.io/badge/source-code-blue?logo=github)](https://github.com/ComposioHQ/awesome-claude-skills/tree/main/move-code-quality-skill) | Analyze Move language code quality (by ComposioHQ) | -| **pypict-claude-skill** | [![Source Code](https://img.shields.io/badge/source-code-blue?logo=github)](https://github.com/ComposioHQ/awesome-claude-skills/tree/main/pypict-claude-skill) | Generate comprehensive test cases (by ComposioHQ) | -| **skill-seekers** | [![Source Code](https://img.shields.io/badge/source-code-blue?logo=github)](https://github.com/ComposioHQ/awesome-claude-skills/tree/main/skill-seekers) | Convert documentation to Claude skills (by ComposioHQ) | -| **subagent-driven-development** | [![Source Code](https://img.shields.io/badge/source-code-blue?logo=github)](https://github.com/obra/superpowers) | Development using multiple sub-agents | -| **systematic-debugging** | [![Source Code](https://img.shields.io/badge/source-code-blue?logo=github)](https://github.com/obra/superpowers) | Methodical problem-solving in code | -| **root-cause-tracing** | [![Source Code](https://img.shields.io/badge/source-code-blue?logo=github)](https://github.com/obra/superpowers) | Investigate and identify fundamental problems | -| **testing-skills-with-subagents** | [![Source Code](https://img.shields.io/badge/source-code-blue?logo=github)](https://github.com/obra/superpowers) | Collaborative testing approaches | -| **testing-anti-patterns** | [![Source Code](https://img.shields.io/badge/source-code-blue?logo=github)](https://github.com/obra/superpowers) | Identify ineffective testing practices | -| **finishing-a-development-branch** | [![Source Code](https://img.shields.io/badge/source-code-blue?logo=github)](https://github.com/obra/superpowers) | Complete Git code branches | -| **requesting-code-review** | [![Source Code](https://img.shields.io/badge/source-code-blue?logo=github)](https://github.com/obra/superpowers) | Initiate code review processes | -| **receiving-code-review** | [![Source Code](https://img.shields.io/badge/source-code-blue?logo=github)](https://github.com/obra/superpowers) | Process and incorporate code feedback | -| **using-git-worktrees** | [![Source Code](https://img.shields.io/badge/source-code-blue?logo=github)](https://github.com/obra/superpowers) | Manage multiple Git working trees | -| **verification-before-completion** | [![Source Code](https://img.shields.io/badge/source-code-blue?logo=github)](https://github.com/obra/superpowers) | Validate work before finalizing | -| **condition-based-waiting** | [![Source Code](https://img.shields.io/badge/source-code-blue?logo=github)](https://github.com/obra/superpowers) | Manage conditional pauses or delays | -| **commands** | [![Source Code](https://img.shields.io/badge/source-code-blue?logo=github)](https://github.com/obra/superpowers) | Create and manage command structures | -| **writing-skills** | [![Source Code](https://img.shields.io/badge/source-code-blue?logo=github)](https://github.com/obra/superpowers) | Develop and document capabilities | +| **conorluddy/ios-simulator-skill** | [![Source Code](https://img.shields.io/badge/source-code-blue?logo=github)](https://github.com/conorluddy/ios-simulator-skill) | Control iOS Simulator | +| **jthack/ffuf-claude-skill** | [![Source Code](https://img.shields.io/badge/source-code-blue?logo=github)](https://github.com/jthack/ffuf_claude_skill) | Web fuzzing with ffuf | +| **lackeyjb/playwright-skill** | [![Source Code](https://img.shields.io/badge/source-code-blue?logo=github)](https://github.com/lackeyjb/playwright-skill) | Browser automation with Playwright | +| **obra/test-driven-development** | [![Source Code](https://img.shields.io/badge/source-code-blue?logo=github)](https://github.com/obra/superpowers/blob/main/skills/test-driven-development/SKILL.md) | Write tests before implementing code | +| **ComposioHQ/changelog-generator** | [![Source Code](https://img.shields.io/badge/source-code-blue?logo=github)](https://github.com/ComposioHQ/awesome-claude-skills/tree/master/changelog-generator) | Transform git commits into release notes | +| **obra/subagent-driven-development** | [![Source Code](https://img.shields.io/badge/source-code-blue?logo=github)](https://github.com/obra/superpowers/blob/main/skills/subagent-driven-development/SKILL.md) | Development using multiple sub-agents | +| **obra/systematic-debugging** | [![Source Code](https://img.shields.io/badge/source-code-blue?logo=github)](https://github.com/obra/superpowers/blob/main/skills/systematic-debugging/SKILL.md) | Methodical problem-solving in code | +| **obra/root-cause-tracing** | [![Source Code](https://img.shields.io/badge/source-code-blue?logo=github)](https://github.com/obra/superpowers/blob/main/skills/root-cause-tracing/SKILL.md) | Investigate and identify fundamental problems | +| **obra/testing-skills-with-subagents** | [![Source Code](https://img.shields.io/badge/source-code-blue?logo=github)](https://github.com/obra/superpowers/blob/main/skills/testing-skills-with-subagents/SKILL.md) | Collaborative testing approaches | +| **obra/testing-anti-patterns** | [![Source Code](https://img.shields.io/badge/source-code-blue?logo=github)](https://github.com/obra/superpowers/blob/main/skills/testing-anti-patterns/SKILL.md) | Identify ineffective testing practices | +| **obra/finishing-a-development-branch** | [![Source Code](https://img.shields.io/badge/source-code-blue?logo=github)](https://github.com/obra/superpowers/blob/main/skills/finishing-a-development-branch/SKILL.md) | Complete Git code branches | +| **obra/requesting-code-review** | [![Source Code](https://img.shields.io/badge/source-code-blue?logo=github)](https://github.com/obra/superpowers/blob/main/skills/requesting-code-review/SKILL.md) | Initiate code review processes | +| **obra/receiving-code-review** | [![Source Code](https://img.shields.io/badge/source-code-blue?logo=github)](https://github.com/obra/superpowers/blob/main/skills/receiving-code-review/SKILL.md) | Process and incorporate code feedback | +| **obra/using-git-worktrees** | [![Source Code](https://img.shields.io/badge/source-code-blue?logo=github)](https://github.com/obra/superpowers/blob/main/skills/using-git-worktrees/SKILL.md) | Manage multiple Git working trees | +| **obra/verification-before-completion** | [![Source Code](https://img.shields.io/badge/source-code-blue?logo=github)](https://github.com/obra/superpowers/blob/main/skills/verification-before-completion/SKILL.md) | Validate work before finalizing | +| **obra/condition-based-waiting** | [![Source Code](https://img.shields.io/badge/source-code-blue?logo=github)](https://github.com/obra/superpowers/blob/main/skills/condition-based-waiting/SKILL.md) | Manage conditional pauses or delays | +| **obra/commands** | [![Source Code](https://img.shields.io/badge/source-code-blue?logo=github)](https://github.com/obra/superpowers/tree/main/skills/commands) | Create and manage command structures | +| **obra/writing-skills** | [![Source Code](https://img.shields.io/badge/source-code-blue?logo=github)](https://github.com/obra/superpowers/blob/main/skills/writing-skills/SKILL.md) | Develop and document capabilities | ### Specialized Domains | | | | | ----- | ------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------- | -| **claude-scientific-skills** | [![Source Code](https://img.shields.io/badge/source-code-blue?logo=github)](https://github.com/K-Dense-AI/claude-scientific-skills) | Scientific research and analysis skills | -| **claude-win11-speckit-update-skill** | [![Source Code](https://img.shields.io/badge/source-code-blue?logo=github)](https://github.com/NotMyself/claude-win11-speckit-update-skill) | Windows 11 system management | -| **claudisms** | [![Source Code](https://img.shields.io/badge/source-code-blue?logo=github)](https://github.com/jeffersonwarrior/claudisms) | SMS messaging integration | -| **defense-in-depth** | [![Source Code](https://img.shields.io/badge/source-code-blue?logo=github)](https://github.com/obra/superpowers) | Multi-layered security approaches | +| **K-Dense-AI/claude-scientific-skills** | [![Source Code](https://img.shields.io/badge/source-code-blue?logo=github)](https://github.com/K-Dense-AI/claude-scientific-skills) | Scientific research and analysis skills | +| **NotMyself/claude-win11-speckit-update-skill** | [![Source Code](https://img.shields.io/badge/source-code-blue?logo=github)](https://github.com/NotMyself/claude-win11-speckit-update-skill) | Windows 11 system management | +| **jeffersonwarrior/claudisms** | [![Source Code](https://img.shields.io/badge/source-code-blue?logo=github)](https://github.com/jeffersonwarrior/claudisms) | SMS messaging integration | +| **obra/defense-in-depth** | [![Source Code](https://img.shields.io/badge/source-code-blue?logo=github)](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) | [![YouTube](https://img.shields.io/badge/YouTube-red?logo=youtube&logoColor=white)](https://www.youtube.com/watch?v=421T2iWTQio) | | -| [**Video 2**](https://www.youtube.com/watch?v=G-5bInklwRQ) | [![YouTube](https://img.shields.io/badge/YouTube-red?logo=youtube&logoColor=white)](https://www.youtube.com/watch?v=G-5bInklwRQ) | | -| [**Video 3**](https://www.youtube.com/watch?v=46zQX7PSHfU) | [![YouTube](https://img.shields.io/badge/YouTube-red?logo=youtube&logoColor=white)](https://www.youtube.com/watch?v=46zQX7PSHfU) | | -| [**Video 4**](https://www.youtube.com/watch?v=IoqpBKrNaZI) | [![YouTube](https://img.shields.io/badge/YouTube-red?logo=youtube&logoColor=white)](https://www.youtube.com/watch?v=IoqpBKrNaZI) | | -| [**Video 5**](https://www.youtube.com/watch?v=QpGWaWH1DxY) | [![YouTube](https://img.shields.io/badge/YouTube-red?logo=youtube&logoColor=white)](https://www.youtube.com/watch?v=QpGWaWH1DxY) | | -| [**Video 6**](https://www.youtube.com/watch?v=WKFFFumnzYI) | [![YouTube](https://img.shields.io/badge/YouTube-red?logo=youtube&logoColor=white)](https://www.youtube.com/watch?v=WKFFFumnzYI) | | -| [**Video 7**](https://www.youtube.com/watch?v=FOqbS_llAms) | [![YouTube](https://img.shields.io/badge/YouTube-red?logo=youtube&logoColor=white)](https://www.youtube.com/watch?v=FOqbS_llAms) | | -| [**Video 8**](https://www.youtube.com/watch?v=v1y5EUSQ8WA) | [![YouTube](https://img.shields.io/badge/YouTube-red?logo=youtube&logoColor=white)](https://www.youtube.com/watch?v=v1y5EUSQ8WA) | | -| [**Video 9**](https://www.youtube.com/watch?v=M8yaR-wNGj0) | [![YouTube](https://img.shields.io/badge/YouTube-red?logo=youtube&logoColor=white)](https://www.youtube.com/watch?v=M8yaR-wNGj0) | | -| [**Video 10**](https://www.youtube.com/watch?v=MZZCW179nKM) | [![YouTube](https://img.shields.io/badge/YouTube-red?logo=youtube&logoColor=white)](https://www.youtube.com/watch?v=MZZCW179nKM) | | +| **Claude Skills Just 10x'd My AI Agents by Greg Isenberg** | [![YouTube](https://img.shields.io/badge/YouTube-red?logo=youtube&logoColor=white)](https://www.youtube.com/watch?v=G-5bInklwRQ) | | +| **Claude Skills: Build Your Own AI Experts (Full Breakdown)** | [![YouTube](https://img.shields.io/badge/YouTube-red?logo=youtube&logoColor=white)](https://www.youtube.com/watch?v=46zQX7PSHfU) | | +| **Agent Skills: Specialized capabilities you can customize** | [![YouTube](https://img.shields.io/badge/YouTube-red?logo=youtube&logoColor=white)](https://www.youtube.com/watch?v=IoqpBKrNaZI) | | +| **Claude Skills—From TOY to TOOL: Grab My Tutorial** | [![YouTube](https://img.shields.io/badge/YouTube-red?logo=youtube&logoColor=white)](https://www.youtube.com/watch?v=WKFFFumnzYI) | | +| **Claude Skills: Glimpse of Continual Learning?** | [![YouTube](https://img.shields.io/badge/YouTube-red?logo=youtube&logoColor=white)](https://www.youtube.com/watch?v=FOqbS_llAms) | | +| **Stop Using MCP... Use NEW Claude Skills Instead** | [![YouTube](https://img.shields.io/badge/YouTube-red?logo=youtube&logoColor=white)](https://www.youtube.com/watch?v=M8yaR-wNGj0) | | +| **Claude Skills explained: How to create reusable AI workflows** | [![YouTube](https://img.shields.io/badge/YouTube-red?logo=youtube&logoColor=white)](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