From be23fff8767d88e45cb39dffb0c319eb5e374823 Mon Sep 17 00:00:00 2001 From: Necati Ozmen Date: Mon, 12 Jan 2026 10:34:30 +0300 Subject: [PATCH 1/4] Add skills from Sentry team for development tasks --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index e460875..d183b73 100644 --- a/README.md +++ b/README.md @@ -171,6 +171,17 @@ See the [official repo](https://github.com/anthropics/skills) and [creation guid - **[SHADOWPR0/security-bluebook-builder](https://github.com/SHADOWPR0/security-bluebook-builder)** - Build a concise, normative security Blue Book for sensitive apps (threat model, data classes, auth/session, logging/audit, retention, IR, security gates) - **[obra/defense-in-depth](https://github.com/obra/superpowers/blob/main/skills/defense-in-depth/SKILL.md)** - Multi-layered security approaches +### Skills by Sentry team for their dev team. + +- **[getsentry/agents-md](https://github.com/getsentry/skills/tree/main/plugins/sentry-skills/skills/agents-md)** - Generate and manage AGENTS.md files +- **[getsentry/claude-settings-audit](https://github.com/getsentry/skills/tree/main/plugins/sentry-skills/skills/claude-settings-audit)** - Audit Claude settings configuration +- **[getsentry/code-review](https://github.com/getsentry/skills/tree/main/plugins/sentry-skills/skills/code-review)** - Perform code reviews +- **[getsentry/commit](https://github.com/getsentry/skills/tree/main/plugins/sentry-skills/skills/commit)** - Create commits with best practices +- **[getsentry/create-pr](https://github.com/getsentry/skills/tree/main/plugins/sentry-skills/skills/create-pr)** - Create pull requests +- **[getsentry/deslop](https://github.com/getsentry/skills/tree/main/plugins/sentry-skills/skills/deslop)** - Clean up sloppy code +- **[getsentry/find-bugs](https://github.com/getsentry/skills/tree/main/plugins/sentry-skills/skills/find-bugs)** - Find and identify bugs in code +- **[getsentry/iterate-pr](https://github.com/getsentry/skills/tree/main/plugins/sentry-skills/skills/iterate-pr)** - Iterate on pull request feedback + ### n8n Automation - **[czlonkowski/n8n-code-javascript](https://github.com/czlonkowski/n8n-skills/tree/main/skills/n8n-code-javascript)** - JavaScript in n8n Code nodes with data access patterns From 16f74f3509495885927ddced8aa905e0fe1908e5 Mon Sep 17 00:00:00 2001 From: Sanjay Ramadugu Date: Mon, 12 Jan 2026 12:17:46 -0500 Subject: [PATCH 2/4] Add deep-research skill --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d183b73..bd6deab 100644 --- a/README.md +++ b/README.md @@ -128,6 +128,7 @@ See the [official repo](https://github.com/anthropics/skills) and [creation guid - **[zxkane/aws-skills](https://github.com/zxkane/aws-skills)** - AWS development with infrastructure automation and cloud architecture patterns - **[conorluddy/ios-simulator-skill](https://github.com/conorluddy/ios-simulator-skill)** - Control iOS Simulator - **[sanjay3290/postgres](https://github.com/sanjay3290/ai-skills/tree/main/skills/postgres)** - Execute safe read-only SQL queries against PostgreSQL databases with multi-connection support +- **[sanjay3290/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 and literature reviews - **[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 - **[scarletkc/vexor](https://github.com/scarletkc/vexor)** - Vector-powered CLI for semantic file search with a Claude/Codex skill From c1456f45b564b89d1d1bf58278d12ff495feae31 Mon Sep 17 00:00:00 2001 From: frmoretto <47558125+frmoretto@users.noreply.github.com> Date: Tue, 13 Jan 2026 18:58:33 +0100 Subject: [PATCH 3/4] Add skill: frmoretto/clarity-gate Pre-ingestion verification for epistemic quality in RAG systems. Features: - 9-point verification system for document quality - Two-Round HITL (Human-In-The-Loop) workflow - Produces Clarity-Gated Documents (CGD) - Prevents LLMs from mistaking assumptions for facts --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d183b73..c2308ce 100644 --- a/README.md +++ b/README.md @@ -170,6 +170,7 @@ See the [official repo](https://github.com/anthropics/skills) and [creation guid - **[jeffersonwarrior/claudisms](https://github.com/jeffersonwarrior/claudisms)** - SMS messaging integration - **[SHADOWPR0/security-bluebook-builder](https://github.com/SHADOWPR0/security-bluebook-builder)** - Build a concise, normative security Blue Book for sensitive apps (threat model, data classes, auth/session, logging/audit, retention, IR, security gates) - **[obra/defense-in-depth](https://github.com/obra/superpowers/blob/main/skills/defense-in-depth/SKILL.md)** - Multi-layered security approaches +- **[frmoretto/clarity-gate](https://github.com/frmoretto/clarity-gate)** - Pre-ingestion verification for epistemic quality in RAG systems with 9-point verification and Two-Round HITL workflow ### Skills by Sentry team for their dev team. From 066b4f8f668ac29d8f5df44b978de1b7be95b3b2 Mon Sep 17 00:00:00 2001 From: Necati Ozmen Date: Wed, 14 Jan 2026 22:49:16 +0300 Subject: [PATCH 4/4] Add skills from Vercel Engineering Team to README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index b0eeb32..7123b10 100644 --- a/README.md +++ b/README.md @@ -104,6 +104,11 @@ See the [official repo](https://github.com/anthropics/skills) and [creation guid - **[anthropics/skill-creator](https://github.com/anthropics/skills/tree/main/skills/skill-creator)** - Guide for creating skills that extend Claude's capabilities - **[anthropics/template](https://github.com/anthropics/skills/tree/main/template)** - Basic template for creating new skills +## Skills by Vercel Engineering Team + +- **[vercel-labs/react-best-practices](https://github.com/vercel-labs/agent-skills/tree/main/skills/react-best-practices)** - React best practices and patterns +- **[vercel-labs/vercel-deploy-claimable](https://github.com/vercel-labs/agent-skills/tree/main/skills/claude.ai/vercel-deploy-claimable)** - Deploy projects to Vercel + ## Community Skills ### Productivity and Collaboration