Notre avis
Ajoute une nouvelle compétence à la section Compétences d'un composant React en suivant exactement le modèle existant.
Points forts
- Reproduit précisément le style JSX existant, garantissant la cohérence visuelle.
- Met en évidence les noms de technologies avec la classe CSS appropriée.
- Ne modifie pas les entrées existantes, réduisant les risques de régression.
Limites
- Fonctionne uniquement avec le fichier SkillsSection.jsx spécifié.
- Nécessite que le nom de la compétence soit mentionné en gras dès la première occurrence.
- La description doit respecter un ton et une longueur définis, ce qui limite la flexibilité.
Utilisez cette compétence pour ajouter une nouvelle compétence à la section Compétences d'un portfolio React existant.
Ne l'utilisez pas pour modifier d'autres sections du portfolio ou pour une refonte plus large du composant.
Analyse de sécurité
SûrThe skill only modifies a specific known JSX file by appending a new entry to an array, following a strict pattern without executing external commands or accessing sensitive data. No destructive actions, network calls, or dangerous operations are involved.
Aucun point d'attention détecté
Exemples
Add a new skill entry for 'TypeScript' to the skills array in src/components/sections/SkillsSection.jsx. Follow the existing pattern and mention TypeScript in bold on first mention.Please add 'Node.js' to the skills section in SkillsSection.jsx, using the same JSX fragment style and bold span formatting as the other entries.Insert a new skill 'Figma' at the end of the skills array in src/components/sections/SkillsSection.jsx, following the existing description format with bolded technology names.Add a new skill entry to the skills array in src/components/sections/SkillsSection.jsx.
The skill to add: $ARGUMENTS
Follow the exact pattern used by existing entries:
{
name: "Skill Name",
description: (<>Description text with <span className="font-semibold dark:text-white">Skill Name</span> highlighted on first mention. Additional detail about experience and usage.</>)
}
Rules:
- Bold the skill name on first mention using
<span className="font-semibold dark:text-white">Skill Name</span> - Bold other technology names mentioned using the same span pattern
- Write 2-4 sentences in a first-person professional tone matching existing entries
- Use JSX fragment syntax (
<>...</>) for the description value - Add the new entry at the end of the
skillsarray, before the closing] - Do not modify any existing entries
Expert Next.js App Router
Developpement
Un skill qui transforme Claude en expert Next.js App Router.
Générateur de README
Developpement
Crée des README.md professionnels et complets pour vos projets.
Rédacteur de Documentation API
Developpement
Génère de la documentation API complète au format OpenAPI/Swagger.