Development skills

Browse reusable Agent Skills, each with a clear purpose and practical guidance.

ce-commit

Create a git commit with a clear, value-communication message. Use when the user asks to commit/save staged or unstaged changes with a repo-appropriate, value-communicating message.

23.22k repo starsObserved in 3 repos
Development

ce-commit-push-pr

Commit, push, and open a PR. Use when asked to ship/open a PR, or for PR-description-only flows like writing, rewriting, or describing a PR body.

23.22k repo starsObserved in 3 repos
Development

ce-resolve-pr-feedback

Resolve PR review feedback. Use when addressing review comments, resolving review threads, or fixing code-review feedback.

23.22k repo starsObserved in 2 repos
Development

ce-worktree

Set up isolated git worktrees — create a new branch for fresh work, or attach a worktree to an existing branch/PR/commit to work on it in isolation. Use when starting isolated work or isolating an existing ref; detects existing isolation first.

23.22k repo starsObserved in 2 repos
Development

minimalist

Use when the user asks to write code efficiently, avoid over-engineering, reduce dependencies, or prevent unnecessary abstractions. Enforces a strict efficiency ladder: YAGNI, reuse, stdlib, native platform, existing deps — before writing any new code.

22.66k repo starsObserved in 3 repos
Development

vueuse-functions

Apply VueUse composables where appropriate to build concise, maintainable Vue.js / Nuxt features.

22.31k repo starsObserved in 1 repos
Development

rustpython-capi-expansion

Implement missing RustPython C-API functions in crates/capi using the pyo3-ffi header split mapping (`pyo3-ffi/src/*.rs`, mirroring CPython C API headers). Use this whenever the user asks to add or port C-API functions (for example from setobject.h, dictobject.h, unicodeobject.h) or add capi tests.

22.19k repo starsObserved in 1 repos
Development

upgrade-pylib

Upgrade a Python standard library module from CPython into RustPython using scripts/update_lib and then triage and mark remaining failures.

22.19k repo starsObserved in 1 repos
Development

telegram-dev

Telegram 生态开发全栈指南 - 涵盖 Bot API、Mini Apps (Web Apps)、MTProto 客户端开发。包括消息处理、支付、内联模式、Webhook、认证、存储、传感器 API 等完整开发资源。

22.15k repo starsObserved in 13 repos
Development

claude-cookbooks

Claude AI cookbooks - code examples, tutorials, and best practices for using Claude API. Use when learning Claude API integration, building Claude-powered applications, or exploring Claude capabilities.

22.15k repo starsObserved in 11 repos
Development