AIAny
AI Coding2025
Icon for item

Claude Code Skills & Plugins

Provides 223 production-ready agent skills and plugins plus 298 stdlib Python CLI tools to add domain expertise to coding agents. Includes cross-tool conversion (11 platforms supported), personas, orchestration patterns, and a skill security auditor.

Introduction

Most coding agents are generalists; they need structured, reusable instruction packages to behave like domain experts. This repository packages hundreds of such packages — SKILL.md files, zero-dependency Python utilities, personas and orchestration patterns — so teams can drop domain-specific behaviors into Claude Code, Codex, Gemini CLI, Cursor and other agents without rebuilding workflows.

What Sets It Apart
  • Multi-tool coverage: the repo targets 11 AI coding platforms and includes conversion scripts to translate the same skills into platform-native formats, lowering integration overhead when you switch providers.
  • Rich, production-ready bundles: 223 skills across engineering, marketing, product, compliance and C-level advisory, plus a POWERFUL tier for deep automation (agent designers, RAG architects, CI/CD builders, etc.). This is curated as instruction packages (SKILL.md) rather than raw code templates.
  • Zero-dependency tooling: 298 Python CLI scripts that run with the standard library only — useful for constrained environments and easy CI integration.
  • Safety-first features: ships a Skill Security Auditor to scan for prompt injection, command injection, data exfiltration and other risks before installing a skill.
Who It's For & Trade-offs

Great fit if you need to embed repeatable domain workflows inside coding agents (teams building automated PR reviewers, RAG pipelines, marketing content pipelines, compliance checks, or multi-agent orchestrations). It speeds up adoption by providing ready-made skills and personas. Look elsewhere if you want a minimal library (the repo is large and opinionated), require strict third‑party certification for each script (you should still audit code even though a security auditor is included), or need GUI-driven plugin marketplaces rather than CLI/markdown-first workflows.

Where It Fits

Think of this repo as an opinionated, engineering-first skill factory: higher on repeatability and cross-platform portability than single-vendor plugin markets, and more immediately usable than building skills from scratch. Use it to bootstrap agent capabilities, then pare or rewrite sensitive components to match your security posture.

Information

  • Websitegithub.com
  • AuthorsAlireza Rezvani
  • Published date2025/10/19

More Items

GitHub
AI Agent2025

Autonomous Red Team agent that plans and executes realistic attack chains (reconnaissance, exploitation, pivoting, C2) while producing Rules of Engagement and an OPPLAN and running actions inside a hardened sandbox; intended for authorized red-team engagements and defensive verification.

GitHub
AI Agent2026

Provides modular, AI-optimized SKILL.md instructions that ground LLMs in Android development workflows and can be installed into agent environments via the Android CLI; focuses on tasks where LLMs underperform.

GitHub
AI Agent2026

Build native desktop apps authored with declarative .native markup and TypeScript (or Zig) compiled to native code, with no browser or JS runtime in the binary. Ships a component catalog, deterministic rendering, hot reload, and an embedded automation server for AI agent workflows.