Git commit/push discipline specific to Target Pathogen Web — fetch-and-compare before committing, exact-filename staging (never git add -A), commit message format, and push behavior. Load before committing or pushing changes in this repo.
sndg-arg/targetpathogenweb
SkillsMP has collected 5 skills from sndg-arg/targetpathogenweb. Open a skill to review its source and details.
- Latest recorded source activity
- SkillsMP catalog refreshed
- skills collected
- 5
- GitHub stars
- 5
- GitHub forks
- 1
Skills in this repository
Showing 5 of 5 collected skills.
Layout-fusion standard for Target Pathogen Web — removes the "stacked separately-boxed cards floating on a gray canvas" pattern by merging page-level sections onto one continuous white background with hairline dividers, while keeping the site's rounded-corner…
Django view/service architecture conventions for Target Pathogen Web — service-layer separation, prefetch reuse, the genome-scoped caching pattern, safe deduplication of copy-pasted helpers, and how to verify backend changes without a local execution…
Design-token, CSS, and Django-template conventions for Target Pathogen Web. Load before editing any file under static/css/pages/, static/css/components/, or tpweb/templates/ — covers the hex-color rule, the token inventory, reusable component idioms (stat…
Cytoscape.js conventions for Target Pathogen Web's metabolic pathway/network diagrams — safe dynamic restyling vs. dangerous DOM/CSS resizing, dynamic (not fixed-guess) sizing philosophy, the standardized shape/color legend language, and label-legibility…