python-scientific-computing-performance-tips
Sub-skill of python-scientific-computing: Performance Tips.
Best use case
python-scientific-computing-performance-tips is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Sub-skill of python-scientific-computing: Performance Tips.
Teams using python-scientific-computing-performance-tips 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
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/performance-tips/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How python-scientific-computing-performance-tips Compares
| Feature / Agent | python-scientific-computing-performance-tips | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Sub-skill of python-scientific-computing: Performance Tips.
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.
Related Guides
SKILL.md Source
# Performance Tips ## Performance Tips 1. **Use NumPy's built-in functions** - They're optimized in C 2. **Avoid Python loops** - Use vectorization 3. **Use views instead of copies** when possible 4. **Choose appropriate algorithms** - O(n) vs O(n²) 5. **Profile your code** - Find bottlenecks with `cProfile` --- **Use this skill for all numerical engineering calculations in DigitalModel!**
Related Skills
python-import-path-mismatch-debugging
Diagnose and fix ModuleNotFoundError when a package is installed but imports still fail due to environment/path mismatches
python-import-path-debugging
Diagnose ModuleNotFoundError when a package is installed but still fails to import
python-debugpy
Debug Python: pdb REPL + debugpy remote (DAP).
scientific-problem-selection
Systematic framework for scientific problem selection, project ideation, troubleshooting stuck projects, and strategic research decisions.
python-project-template
Generate standardized Python project structure with pyproject.toml, UV environment, pytest configuration, and workspace-hub compliance. Creates production-ready project scaffolding.
xlsx-to-python
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
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.
performance-analytics
Analyze marketing performance with key metrics, trend analysis, and optimization recommendations
mkdocs-integration-with-python-package
Sub-skill of mkdocs: Integration with Python Package (+2).
scientific-problem-selection-the-central-insight
Sub-skill of scientific-problem-selection: The Central Insight (+5).
scientific-problem-selection-the-9-skills-overview
Sub-skill of scientific-problem-selection: The 9 Skills Overview.
scientific-problem-selection-skill-workflow
Sub-skill of scientific-problem-selection: Skill Workflow.