technology-stack-modernization-phase-6-modern-python-features

Sub-skill of technology-stack-modernization: Phase 6: Modern Python Features.

5 stars

Best use case

technology-stack-modernization-phase-6-modern-python-features is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Sub-skill of technology-stack-modernization: Phase 6: Modern Python Features.

Teams using technology-stack-modernization-phase-6-modern-python-features should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/phase-6-modern-python-features/SKILL.md --create-dirs "https://raw.githubusercontent.com/vamseeachanta/workspace-hub/main/.agents/skills/_archive/business/admin/technology-stack-modernization/phase-6-modern-python-features/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/phase-6-modern-python-features/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How technology-stack-modernization-phase-6-modern-python-features Compares

Feature / Agenttechnology-stack-modernization-phase-6-modern-python-featuresStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Sub-skill of technology-stack-modernization: Phase 6: Modern Python Features.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# Phase 6: Modern Python Features

## Phase 6: Modern Python Features


- [ ] Update type hints to use built-in types (list, dict vs List, Dict)
- [ ] Adopt Python 3.11+ features where beneficial
- [ ] Update f-strings and error handling
- [ ] Remove Python 3.9 compatibility workarounds

Related Skills

python-import-path-mismatch-debugging

5
from vamseeachanta/workspace-hub

Diagnose and fix ModuleNotFoundError when a package is installed but imports still fail due to environment/path mismatches

python-import-path-debugging

5
from vamseeachanta/workspace-hub

Diagnose ModuleNotFoundError when a package is installed but still fails to import

gtm-prospect-pipeline-phased-execution

5
from vamseeachanta/workspace-hub

Phased execution pattern for

python-debugpy

5
from vamseeachanta/workspace-hub

Debug Python: pdb REPL + debugpy remote (DAP).

python-project-template

5
from vamseeachanta/workspace-hub

Generate standardized Python project structure with pyproject.toml, UV environment, pytest configuration, and workspace-hub compliance. Creates production-ready project scaffolding.

xlsx-to-python

5
from vamseeachanta/workspace-hub

Convert Excel calculation spreadsheets to Python code — extract formulas, build dependency graphs, generate pytest tests using cell values as assertions, and produce dark-intelligence archive YAMLs.

excel-workbook-to-python-v2

5
from vamseeachanta/workspace-hub

Convert engineering Excel workbooks to Python code using Codex Desktop cowork on Windows. Proven superior quality vs Linux openpyxl extraction (24 vs 7 functions, 81 vs 53 tests). Validated on Ballymore jumper installation analysis.

technology-stack-modernization

5
from vamseeachanta/workspace-hub

Systematically modernize technology stacks by updating dependencies, replacing deprecated packages, and ensuring workspace-hub standards compliance.

discipline-refactor-phase-4-validation

5
from vamseeachanta/workspace-hub

Sub-skill of discipline-refactor: Phase 4: Validation.

discipline-refactor-phase-3-execution

5
from vamseeachanta/workspace-hub

Sub-skill of discipline-refactor: Phase 3: Execution.

discipline-refactor-phase-2-planning

5
from vamseeachanta/workspace-hub

Sub-skill of discipline-refactor: Phase 2: Planning.

discipline-refactor-phase-1-analysis

5
from vamseeachanta/workspace-hub

Sub-skill of discipline-refactor: Phase 1: Analysis.