Index of available skills with triggers. Use FIRST when starting any task to check which skill might help.
Routes tasks to appropriate skills by matching user requests with skill triggers.
/plugin marketplace add theflysurfer/claude-skills-marketplace/plugin install theflysurfer-claude-skills-marketplace@theflysurfer/claude-skills-marketplaceThis skill is limited to using the following tools:
Consulte cette skill au début de chaque tâche pour identifier si une skill existante peut t'aider.
| Skill | Triggers | Description |
|---|---|---|
julien-dev-tools-claude-md-documenter | CLAUDE.md, document project, project instructions | Créer/améliorer CLAUDE.md |
julien-dev-tools-skill-creator | create skill, new skill, SKILL.md, skill template | Créer/modifier une skill |
julien-dev-tools-skill-reviewer | review skill, check skill, improve skill, skill quality | Évaluer qualité d'une skill |
julien-dev-tools-hook-creator | create hook, new hook, hook template | Créer un hook Claude Code |
| Skill | Triggers | Description |
|---|---|---|
julien-workflow-check-loaded-skills | loaded skills, check skills, list skills | Vérifier les skills chargées |
julien-workflow-sync-personal-skills | sync skills, synchronize | Synchroniser skills au marketplace |
| Skill | Triggers | Description |
|---|---|---|
anthropic-office-pdf | PDF, form, document | Manipuler fichiers PDF |
anthropic-office-xlsx | Excel, spreadsheet, xlsx | Manipuler fichiers Excel |
anthropic-office-docx | Word, document, docx | Manipuler fichiers Word |
anthropic-office-pptx | PowerPoint, presentation, pptx | Manipuler présentations |
| Skill | Triggers | Description |
|---|---|---|
anthropic-web-frontend-design | frontend, UI, web design, React | Créer interfaces web |
anthropic-design-canvas | poster, art, visual, infographic | Créer visuels/posters |
anthropic-web-artifacts-builder | prototype, demo, artifact | Créer prototypes web |
anthropic-web-testing | test, playwright, webapp | Tester applications web |
anthropic-dev-tools-mcp-builder | MCP, server, integration | Créer serveurs MCP |
| Skill | Triggers | Description |
|---|---|---|
julien-infra-hostinger-ssh | SSH, server, connect | Connexion SSH au VPS |
julien-infra-hostinger-docker | Docker, container | Gérer containers Docker |
julien-infra-hostinger-nginx | Nginx, proxy, SSL | Configurer Nginx |
julien-infra-hostinger-database | database, PostgreSQL, Redis | Gérer bases de données |
julien-infra-hostinger-deployment | deploy, production | Déployer sur VPS |
Skill("nom-de-la-skill")User: "crée moi un CLAUDE.md"
→ Match: "CLAUDE.md" → Skill("julien-dev-tools-claude-md-documenter")
User: "je veux créer une nouvelle skill"
→ Match: "create skill" → Skill("julien-dev-tools-skill-creator")
User: "déploie sur le serveur"
→ Match: "deploy" → Skill("julien-infra-hostinger-deployment")
This skill should be used when the user asks to "create an agent", "add an agent", "write a subagent", "agent frontmatter", "when to use description", "agent examples", "agent tools", "agent colors", "autonomous agent", or needs guidance on agent structure, system prompts, triggering conditions, or agent development best practices for Claude Code plugins.
This skill should be used when the user asks to "create a slash command", "add a command", "write a custom command", "define command arguments", "use command frontmatter", "organize commands", "create command with file references", "interactive command", "use AskUserQuestion in command", or needs guidance on slash command structure, YAML frontmatter fields, dynamic arguments, bash execution in commands, user interaction patterns, or command development best practices for Claude Code.
This skill should be used when the user asks to "create a hook", "add a PreToolUse/PostToolUse/Stop hook", "validate tool use", "implement prompt-based hooks", "use ${CLAUDE_PLUGIN_ROOT}", "set up event-driven automation", "block dangerous commands", or mentions hook events (PreToolUse, PostToolUse, Stop, SubagentStop, SessionStart, SessionEnd, UserPromptSubmit, PreCompact, Notification). Provides comprehensive guidance for creating and implementing Claude Code plugin hooks with focus on advanced prompt-based hooks API.