Development skills

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

python-development

Coding standards, conventions, and patterns for developing Python code in the Agent Framework repository. Use this when writing or modifying Python source files in the python/ directory.

12.14k repo starsObserved in 1 repos
Development

python-package-management

Guide for managing packages in the Agent Framework Python monorepo, including creating new connector packages, versioning, and the lazy-loading pattern. Use this when adding, modifying, or releasing packages.

12.14k repo starsObserved in 1 repos
Development

compose:worktree

Use when starting feature work that needs isolation from current workspace or before executing implementation plans - ensures an isolated workspace exists via native tools or git worktree fallback

12.12k repo starsObserved in 2 repos
Development

claude-code

Delegate coding tasks to Claude Code CLI (v2.1+) via the terminal. Use this skill whenever the task involves writing/fixing/refactoring code, reviewing diffs or PRs, running tests, git workflows, or any multi-step change to a codebase — even if the user doesn't say 'Claude Code'. Covers print mode (-p), interactive tmux sessions, and background (--bg) orchestration.

12.12k repo starsObserved in 1 repos
Development

compose:merge

Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup

12.12k repo starsObserved in 1 repos
Development

compose:tdd

Use when implementing any feature or bugfix, before writing implementation code

12.12k repo starsObserved in 1 repos
Development

modern-python-toolchain

Modern Python project setup with uv, ruff, and pyright. Use when initializing a new Python project, configuring the Python environment, setting up linting/formatting, or when a project needs uv (the fast Python package manager). Trigger on: 'set up Python', 'new Python project', 'configure uv', 'install uv', 'ruff', 'pyright', 'Python linting', 'Python formatting', or when a task requires Python and no pyproject.toml exists yet.

12.12k repo starsObserved in 1 repos
Development

prisma

How to use Prisma

11.64k repo starsObserved in 2 repos
Development

update-go-version

Update Go version across the Pyroscope codebase (go.mod, go.work, CI workflows, Dockerfiles, goreleaser, examples). Use when bumping Go to a new patch or minor version.

11.55k repo starsObserved in 1 repos
Development

gs-quant-overview

Quick-start guide for gs_quant: session setup with GsSession, constructing portfolios, resolving instruments. Start here for any coding task that uses the gs_quant library

11.53k repo starsObserved in 1 repos
Development