From 1cafd67d39235635b15b3f523d42bcb24517ecb9 Mon Sep 17 00:00:00 2001 From: CrlSccMtys Date: Thu, 29 Jan 2026 10:55:21 +0100 Subject: [PATCH 1/3] Add HashiCorp Terraform Claude skill --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c0805f5..e96119d 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,7 @@ - [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. - [jules](https://github.com/sanjay3290/ai-skills/tree/main/skills/jules) - Delegate coding tasks to Google Jules AI agent for async bug fixes, documentation, tests, and feature implementation on GitHub repos. +- [hashicorp-agent-skills](https://github.com/hashicorp/agent-skills) - HashiCorp-maintained Claude skills for Terraform workflows and infrastructure automation. From e5f09f38bf4f6596bdf0a77b49d62d77b1399de5 Mon Sep 17 00:00:00 2001 From: Agam More Date: Sat, 31 Jan 2026 18:02:24 -0600 Subject: [PATCH 2/3] Add owasp-security skill to Security & Web Testing Adds OWASP security skill covering: - OWASP Top 10:2025 quick reference - ASVS 5.0 verification requirements - OWASP Agentic AI Security (2026) ASI01-ASI10 risks - Security code review checklists - Language-specific security quirks for 20+ languages Co-Authored-By: Claude Opus 4.5 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c0805f5..5bd8fd7 100644 --- a/README.md +++ b/README.md @@ -100,6 +100,7 @@ ## 🛡 Security & Web Testing - [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. +- [owasp-security](https://github.com/agamm/claude-code-owasp) - OWASP Top 10:2025, ASVS 5.0, and Agentic AI security (2026) with code review checklists, secure patterns, and language-specific quirks for 20+ languages. - [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. From 9ef6cbfdeca1383028e2ac1ea6f7c63b0ec8d788 Mon Sep 17 00:00:00 2001 From: Behi Date: Mon, 2 Feb 2026 11:04:43 +0330 Subject: [PATCH 3/3] Revise claude-epub-skill description in README Updated the description of the claude-epub-skill to clarify its functionality. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c0805f5..b77a5d2 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ - [video-downloader](https://github.com/ComposioHQ/awesome-claude-skills/tree/master/video-downloader) - Downloads videos from YouTube and other platforms for offline viewing, editing, or archival. - [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. +- [claude-epub-skill](https://github.com/smerchek/claude-epub-skill) - Convert markdown documents, chat summaries, or research reports into a downloadable epub file that can be sent to Kindle. - [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.)