From 6229f1912abceca1a1f1ec80877e2eb732b0100a Mon Sep 17 00:00:00 2001 From: EchoingCactus Date: Sat, 10 Jan 2026 20:01:42 +0800 Subject: [PATCH 1/7] Add skill: glitternetwork/pinme Added a new section for Deployment with PinMe tool. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 2f73475..d9d4f14 100644 --- a/README.md +++ b/README.md @@ -99,6 +99,11 @@ - [skill-creator](https://github.com/anthropics/skills/tree/main/skills/skill-creator) - Template / helper to build new Claude skills. - [template-skill](https://github.com/anthropics/skills/tree/main/template) - Minimal skeleton for a new skill project structure. +### Deployment + +**[glitternetwork/pinme](https://github.com/glitternetwork/skills/tree/main/pinme)** - PinMe is a zero-config frontend deployment tool. No servers. No accounts. No setup. + + ## 🤝 Contribution If you have suggestions, improvements, or new resources to add: From f49d1d14cc98448e803b2b1b998c87992a893ea0 Mon Sep 17 00:00:00 2001 From: Zen Huifer Date: Mon, 12 Jan 2026 14:15:20 +0800 Subject: [PATCH 2/7] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 2f73475..a504162 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ - [✍️ Writing \& Research](#️-writing--research) - [📘 Learning \& Knowledge](#-learning--knowledge) - [🎬 Media \& Content](#-media--content) + - [🏥 Health & Life Sciences](#-health--life-sciences) - [🤝 Collaboration \& Project Management](#-collaboration--project-management) - [🛡 Security \& Web Testing](#-security--web-testing) - [🔧 Utility \& Automation](#-utility--automation) @@ -74,6 +75,9 @@ - [claude-epub-skill](https://github.com/smerchek/claude-epub-skill) - Parse and analyze EPUB ebook contents for querying or summarizing. +## 🏥 Health & Life Sciences +- [claude-ally-health](https://github.com/huifer/Claude-Ally-Health) - A comprehensive health assistant for Claude to analyze medical reports, track health metrics, and provide personalized wellness suggestions. + ## 🤝 Collaboration & Project Management - [git-pushing](https://github.com/mhattingpete/claude-skills-marketplace/tree/main/engineering-workflow-plugin/skills/git-pushing) - Automate git operations and repository interactions. From a72c90e8f2129565d99e6213c2be5706895644d6 Mon Sep 17 00:00:00 2001 From: Sanjay Ramadugu Date: Mon, 12 Jan 2026 12:17:46 -0500 Subject: [PATCH 3/7] Add deep-research skill --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2f73475..36cb77f 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,7 @@ ## 🔬 Scientific & Research Tools - [claude-scientific-skills](https://github.com/K-Dense-AI/claude-scientific-skills) - 125+ scientific skills for bioinformatics, cheminformatics, clinical research, and machine learning. - [materials-simulation-skills](https://github.com/HeshamFS/materials-simulation-skills) - Agent skills for computational materials science: numerical stability, time-stepping, linear solvers, mesh generation, simulation validation, parameter optimization, and post-processing. +- [deep-research](https://github.com/sanjay3290/ai-skills/tree/main/skills/deep-research) - Execute autonomous multi-step research using Gemini Deep Research Agent for market analysis, competitive landscaping, and literature reviews. ## ✍️ Writing & Research From 983b381c7eaedd084f28e4a6eb1f610ef90f330f Mon Sep 17 00:00:00 2001 From: Dan Guido Date: Thu, 15 Jan 2026 17:59:12 -0500 Subject: [PATCH 4/7] Add Trail of Bits Security Skills --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d4d58ae..b726338 100644 --- a/README.md +++ b/README.md @@ -93,6 +93,7 @@ - [defense-in-depth](https://github.com/obra/superpowers/blob/main/skills/defense-in-depth) - Implement multi-layered testing and security best practices. - [ffuf_claude_skill](https://github.com/jthack/ffuf_claude_skill) - Integrate Claude with FFUF (fuzzing) and analyze results for vulnerabilities. - [systematic-debugging](https://github.com/obra/superpowers/blob/main/skills/systematic-debugging) - Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes +- [Trail of Bits Security Skills](https://github.com/trailofbits/skills) - Security skills for static analysis with CodeQL/Semgrep, variant analysis, code auditing, and fix verification. - [varlock-claude-skill](https://github.com/wrsmith108/varlock-claude-skill) - Secure environment variable management ensuring secrets never appear in Claude sessions, terminals, logs, or git commits. - [webapp-testing](https://github.com/anthropics/skills/tree/main/skills/webapp-testing) - Toolkit for interacting with and testing local web applications using Playwright. From 72f78ee80d321bfea96513e3810b0e3d09237067 Mon Sep 17 00:00:00 2001 From: Square-Zero-Labs Date: Fri, 16 Jan 2026 20:53:17 -0800 Subject: [PATCH 5/7] Add video prompting skill to README Video prompting skill that uses best practices and correct formats to craft prompts for: - Veo3 - LTX-2 - Sora - Wan 2.2 - Ovi --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b726338..f5c0537 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,7 @@ - [image-enhancer](https://github.com/ComposioHQ/awesome-claude-skills/tree/master/image-enhancer) - Improves the quality of images, especially screenshots. - [imagen](https://github.com/sanjay3290/ai-skills/tree/main/skills/imagen) - Generate images using Google Gemini's image generation API for UI mockups, icons, and visual assets. - [claude-epub-skill](https://github.com/smerchek/claude-epub-skill) - Parse and analyze EPUB ebook contents for querying or summarizing. +- [video-prompting-skill](https://github.com/Square-Zero-Labs/video-prompting-skill) - Draft and refine prompts for video generation models (LTX-2, Sora, Veo 3, etc.) ## 🏥 Health & Life Sciences From e728a84d76e90ebf61f163b78c524de2da475f44 Mon Sep 17 00:00:00 2001 From: Jeff Smolinski Date: Sun, 18 Jan 2026 19:50:50 -0600 Subject: [PATCH 6/7] Adds jeffallan/claude-skills collection and workflow commands Co-Authored-By: Claude Opus 4.5 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b726338..2d5858a 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,7 @@ - [move-code-quality-skill](https://github.com/1NickPappas/move-code-quality-skill) - Analyzes Move language packages against the official Move Book Code Quality Checklist for Move 2024 Edition compliance and best practices. - [claude-code-terminal-title](https://github.com/bluzername/claude-code-terminal-title) - Gives each Claud Code terminal window a dynamic title that describes the work being done so you don't lose track of what terminal window is doing what. - [plugin-authoring](https://github.com/ivan-magda/claude-code-plugin-template/tree/main/plugins/plugin-development/skills/plugin-authoring) - Ambient guidance for creating, modifying, and debugging Claude Code plugins with schemas, templates, validation workflows, and troubleshooting. +- [claude-skills](https://github.com/jeffallan/claude-skills) - 65 full-stack development skills with progressive disclosure, covering React, NestJS, Python, DevOps, and 30+ frameworks. @@ -87,6 +88,7 @@ - [meeting-insights-analyzer](https://github.com/ComposioHQ/awesome-claude-skills/blob/master/meeting-insights-analyzer/) - Transforms your meeting transcripts into actionable insights about your communication patterns - [review-implementing](https://github.com/mhattingpete/claude-skills-marketplace/tree/main/engineering-workflow-plugin/skills/review-implementing) - Evaluate code implementation plans and align with specs. - [test-fixing](https://github.com/mhattingpete/claude-skills-marketplace/tree/main/engineering-workflow-plugin/skills/test-fixing) - Detect failing tests and propose patches or fixes. +- [claude-skills](https://github.com/jeffallan/claude-skills) - 9 project workflow commands (discovery, planning, execution, retrospectives) with Jira/Confluence integration. ## 🛡 Security & Web Testing From 6e627becdc35f4dbc09a5901ffcdc5f629c63e70 Mon Sep 17 00:00:00 2001 From: Sanjay Ramadugu Date: Tue, 20 Jan 2026 10:01:45 -0500 Subject: [PATCH 7/7] Add outline skill --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b726338..bdb0a66 100644 --- a/README.md +++ b/README.md @@ -87,6 +87,7 @@ - [meeting-insights-analyzer](https://github.com/ComposioHQ/awesome-claude-skills/blob/master/meeting-insights-analyzer/) - Transforms your meeting transcripts into actionable insights about your communication patterns - [review-implementing](https://github.com/mhattingpete/claude-skills-marketplace/tree/main/engineering-workflow-plugin/skills/review-implementing) - Evaluate code implementation plans and align with specs. - [test-fixing](https://github.com/mhattingpete/claude-skills-marketplace/tree/main/engineering-workflow-plugin/skills/test-fixing) - Detect failing tests and propose patches or fixes. +- [outline](https://github.com/sanjay3290/ai-skills/tree/main/skills/outline) - Search, read, create, and manage documents in Outline wiki instances (cloud or self-hosted). ## 🛡 Security & Web Testing