Python engineering
python engineering guidance for structured Harness Forge language packs.From its SKILL.md
npx -y skills add ldilov/harness-forge --skill python-engineeringAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 3 stars3 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.9 KB, 390 tokens by cl100k_base, as published. Nobody here has run it
Python Engineering
Use this skill when the repository is primarily Python or when the task touches .py, pyproject.toml, or requirements.txt.
Activation
- Python files dominate the task or repository
- the work touches packaging, services, automation, or framework code
Load Order
rules/common/rules/python/knowledge-bases/structured/python/docs/knowledge-bases/structured/python/examples/skills/python-engineering/references/
Execution Contract
- orient on module boundaries, entrypoints, and the active framework
- select the Python and common rule files that constrain the change
- implement with explicit typing, validation, and dependency choices
- verify with the repo test path and the structured review checklist
Outputs
- touched-file plan
- implementation summary
- validation result or blocker note
Validation
- run the repo's Python verification path when available
- consult
knowledge-bases/structured/python/docs/review-checklist.md - use the supplemental reference pack when the task needs ecosystem, async, or debugging heuristics not covered in the structured pack
Supplemental Engineering References
skills/python-engineering/references/repo-exploration.mdskills/python-engineering/references/output-templates.mdskills/python-engineering/references/agent-patterns.mdskills/python-engineering/references/debugging-playbook.mdskills/python-engineering/references/ecosystem-guide.mdskills/python-engineering/references/async-and-concurrency.mdskills/python-engineering/references/testing-and-quality.mdskills/python-engineering/references/examples.md
Escalation
- escalate when a framework pattern is missing from the structured pack
- escalate when deployment, dependency, or typing constraints conflict with the repo
What ships with it: 8 files
7.0 KB alongside SKILL.md
references/
- agent-patterns.md869 B
- async-and-concurrency.md749 B
- debugging-playbook.md880 B
- ecosystem-guide.md1.0 KB
- examples.md777 B
- output-templates.md563 B
- repo-exploration.md1.7 KB
- testing-and-quality.md533 B