Favicon of python-development

python-development Skill

AI Agent SkillPythonOpen source

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. Published by microsoft in agent-framework.

Decision snapshot

Is this a fit?

Best for

Writing, Includes SKILL.md, Reusable instructions

Works with

Compatibility not yet detected.

Access

Permission behavior not yet detected.

Setup

Copy skill directory

Project health

2 months ago · MIT license

Considerations

No specific cautions were detected. Review the source and requested permissions before installing.

What is python-development Skill?

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. Published by microsoft in agent-framework. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.

Trust signal
95/100
Maintenance signal
90/100
Adoption signal
100/100

Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement. See how SkillIndex evaluates profiles.

Key capabilities

  • Includes SKILL.md support
  • Reusable instructions support
  • Writing
  • Writing use cases

Declared skill metadata

  • Source file: python/.github/skills/python-development/SKILL.md

These fields retain source and confidence evidence from the indexed SKILL.md.

Compatibility and setup

Copy skill directory
  • Install or run with Copy skill directory

When to use python-development Skill

  • Use it for writing.

Built with

PythonCopy skill directory

Editorial notes

Source

  • Creator: microsoft
  • Repository: microsoft/agent-framework
  • Skill file: python/.github/skills/python-development/SKILL.md

What it does

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.

Skill instructions

Python Development Standards File Header Every .py file must start with: python Copyright (c) Microsoft. All rights reserved. Type Annotations - Always specify return types and parameter types - Use Type | None instead of Optional[Type] - Use from future import annotations to enable postponed evaluation - Use suffix T for TypeVar names: ChatResponseT = TypeVar("ChatResponseT", bound=ChatResponse) - Use Mapping instead of MutableMapping for read-only input parameters - Prefer type: ignore[...] over unnecessary casts, or isinstance checks, when these are internally called and executed methods But make sure the ignore is specific for both mypy and pyright so that we don't miss other mistakes - Internal private helpers may be used across agentframework modules when intentional; use a targeted pyright: ignore[reportPrivateUsage] instead of making the helper public just to satisfy pyright. - Do not add trivial pass-through or one-line helper functions solely to appease typing. Prefer targete

Verified compatibility and discovery

Frequently asked questions

What is python-development?

python-development is a open-source AI agent skill with Copy skill directory. 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.

Who is python-development best for?

python-development is best for reusing agent instructions, scripts, and references, writing workflows.

How do I install python-development?

Install or run python-development using Copy skill directory. Check python-development for the latest setup command.

Is python-development actively maintained?

python-development may need a closer maintenance check before production use.

Share:

Stars
12,108
Forks
2,028
Last commit
2 months ago
Last verified
Aug 21, 2026
Metadata fetched
Aug 21, 2026
Repository age
1 year
License
MIT

Project health auto-fetched from the source repository.

Maintain this resource?

Review this source-backed profile, send a correction with evidence, or link to it from your documentation. Claims verify your relationship to the project; profile facts still require source evidence and editorial review.

Alternatives to python-development