Markdown linting for non-legacy TeslaCANModder docs. Triggers on any .md edit in docs/, *.md at root, or markdown-touching commits. Prevents CI markdown-lint failures (MD001 heading-increment etc.) by enforcing pre-commit lint, common gotchas, and config…
babico/TeslaCANModder
SkillsMP has collected 13 skills from babico/TeslaCANModder. Open a skill to review its source and details.
- Latest recorded source activity
- SkillsMP catalog refreshed
- skills collected
- 13
- GitHub stars
- 4
- GitHub forks
- 0
Skills in this repository
Showing 13 of 13 collected skills.
Workflow for the TeslaCANModder legacy submodule sweep — fetch all 95+ submodules, identify those with new upstream commits, re-review the actual code (not just commit messages) for relevance to TeslaCANModder, skip the two repo-omitted upstreams, and handle…
Enforce asking the user for explicit permission before any git mutation in the TeslaCANModder repo (commit, push, merge, PR create, PR merge, release, force operations). Codifies the project's strict no-surprise git policy.
Detect when adding a new variant/case to existing firmware code would duplicate established patterns, and require a refactor into a common pipeline before adding the new case. Prevents the "4th copy-paste apply function" anti-pattern in TeslaCANModder nag,…
Identify and exclude TeslaCANModder's auto-generated files from feature commits and PRs. The user has explicitly rejected auto-generated diffs twice — they obscure the actual change in code review.
Comprehensive guide for creating software diagrams using Mermaid syntax. Use when users need to create, visualize, or document software through diagrams including class diagrams (domain modeling, object-oriented design), sequence diagrams (application flows,…
Safety guidelines for modifying Tesla CAN bus frame behavior including DLC guards, checksums, variant-specific logic, and bus routing
Expo React Native client app development for TeslaCANModder including UI components, state management, hardware connections, and in-app documentation
PlatformIO ESP32 firmware development for TeslaCANModder including build environments, MCP2515 CAN bus configuration, feature handlers, and C++ coding standards
Shared TypeScript ESM package for TeslaCANModder command definitions, CAN decoder data, and serial contract validation
Prepare releases and run QA quality gates for TeslaCANModder including version alignment, artifact building, and rollback drills
Run tests and validation across all TeslaCANModder workspaces including firmware, protocol, client, and tools
Debug CLI and serial-to-HTTP bridge development for TeslaCANModder bench work and validation