Sub-skill of technology-stack-modernization: Success Criteria.
Scanned 9/9/2026
Install to Claude Code
npx -y skills add vamseeachanta/workspace-hub --skill success-criteria --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Success Criteria?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/vamseeachanta-success-criteria-46f96f05)More formats (shields.io, HTML) on the badges page.
---
name: technology-stack-modernization-success-criteria
description: 'Sub-skill of technology-stack-modernization: Success Criteria.'
version: 1.0.0
category: business
type: reference
scripts_exempt: true
---
# Success Criteria
## Success Criteria
✅ **Modernization Complete When:**
- [ ] Python version is 3.11+
- [ ] UV package manager configured (no Conda/Poetry)
- [ ] All dependencies at current stable versions
- [ ] PyPDF2 replaced with pypdf
- [ ] Matplotlib replaced with Plotly (all charts interactive)
- [ ] Ruff configured (replaces Black+isort+flake8)
- [ ] pyproject.toml complete with all sections
- [ ] Pre-commit hooks configured
- [ ] Full test suite passes
- [ ] Documentation updated
- [ ] Workspace-hub compliance verified
---
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Understand the components, mechanics, and constraints of context in agent systems. Use when designing agent architectures, debugging context-related failures, or optimizing context usage.