Claude Skill
glebis/claude-skills
A community-driven collection of Claude Code skills to enhance AI-assisted development. Includes modular, reusable capabilities for code generation, automation, and more.
Overview
Repository
Install this Skill
pip install flask groq python-dotenvRegistry
pip install flask groq python-dotenvpip install requests python-dotenvnpm install playwrightpip install google-api-python-client google-auth-httplib2 google-auth-oauthlibpip install telethon
Summary
A curated collection of Claude Code skills designed to enhance AI-assisted development workflows, providing reusable, modular capabilities for Claude Code users.
用于增强AI工作流的Claude Code技能合集
Key features
- Modular skill architecture for easy integration
- Covers diverse development tasks and utilities
- Community-driven collection with 150+ stars
- Python-based implementation for broad compatibility
Use cases
- Streamlining code generation and review
- Automating repetitive development tasks
- Enhancing Claude Code with specialized skills
- Building custom AI workflows for projects
README excerpt
# Claude Skills A collection of skills for [Claude Code](https://claude.com/claude-code) that extend AI capabilities with specialized workflows, tools, and domain expertise. ## Intro from author [Gleb](https://glebkalinin.com/) is a Berlin-based technologist, AI educator, solopreneur and artist. He teaches in-depth agentic skills and workflows, productivity and values-based project management using AI tools as a support tool. Join my [Claude code labs](https://claude.salient.community/) and community (coming soon!). ## 📦 Available Skills ### [Release (tiered compatibility & releases)](./release/) ⭐ NEW Cut a software release and maintain a **tiered compatibility policy** from one command. Config-driven (`release.config.json`): bumps every version file, runs your readiness gate, drafts a Keep-a-Changelog section from conventional commits, updates a `COMPATIBILITY.md` (surfaces × maturity tiers + deprecations), tags (→ your CI release workflow), and reports closed issues. Teaches the standards as it runs. **Features:** - 🎚️ **Surfaces × tiers** (`experimental → preview → stable`) with compatibility modes — a breaking change to a `stable` surface is *forced* to a major bump - 🧱 Stdlib-only engine (`scripts/release.py`) with **27 unit tests**; safe version-file rewrites (key + exact-value match, errors on ambiguity) - 📓 `COMPATIBILITY.md` updated every release; deprecation windows (RFC 9745/8594) - 📐 Grows into **Contracts & Modes**: golden/contract tests in the gate (worked DB round-trip example) - 📚 Encodes SemVer · Go 1 promise · Kubernetes deprecation · SRE PRR · Schema-Registry modes · Pact · MCP `protocolVersion` - ✅ Reference-validated on a Tauri + Rust + SvelteKit app ([Cull](https://github.com/glebis/cull)); generic by config **Quick Start:** ```bash cp -
Topics
No topics yet.