source-driven

Installation
SKILL.md
Contains Shell Commands

This skill contains shell command directives (!`command`) that may execute system commands. Review carefully before installing.

Source-Driven Development

Never rely on training data for API usage. Read the actual source of truth.

Pre-loaded context

  • Dependencies: !cat package.json | grep -E '"dependencies"|"devDependencies"' -A 50 | head -60

Workflow

1. Identify Dependencies

  • Read package.json (or equivalent manifest) for exact versions
  • Note the exact version of each library involved in the task

2. Fetch Official Docs

For each dependency involved:

Installs
6
GitHub Stars
10
First Seen
Apr 10, 2026
source-driven — helderberto/skills