Add skill entry to React component
add-skillcommandsetup L1★0
sh3r4rd/sh3r4rd.com ↗What it does
Add skill entry to SkillsSection array
Best for
Incrementally building a curated skills portfolio without manual array formatting
Inputs
- · skill name
- · skill description
Outputs
- · new entry in skills array
- · JSX fragment with formatted description
Preconditions
- · src/components/sections/SkillsSection.jsx exists
- · skills array is open
Failure modes
- · skill name not bolded on first mention
- · JSX fragment syntax incorrect
- · closing bracket missing
Trust signals
- · enforces consistent formatting
- · requires bold skill names on first mention
- · appends at end not middle