Skip to content

Releases: Alexmacapple/claude-workflow-template

v1.1 - Skill /review + Hook linting MD

Choose a tag to compare

@Alexmacapple Alexmacapple released this 10 Feb 14:22

Nouveautes v1.1

Skill /review

  • Evaluation de skills, PRD et rules avec score /100
  • Grilles de notation integrees (PRD, Skill, Rule)
  • Actions correctives avec priorites
  • Usage : /review .claude/skills/mon-skill/SKILL.md

Hook PostToolUse - Linting Markdown

  • Verification automatique apres chaque edition de fichier .md
  • Configuration dans .claude/settings.json (chemin dynamique)
  • Sortie compacte pour integration hooks

Autres

  • check-markdown-rules.sh : support mode fichier unique (argument $1)
  • CLAUDE.MD : documentation /review ajoutee

v1.0 - Template initial

Choose a tag to compare

@Alexmacapple Alexmacapple released this 10 Feb 09:59

Release initiale du template Claude Code

Contenu

  • Architecture 3 niveaux : Skills, Rules, Commands
  • 8 rules techniques : markdown, git, naming, typescript, api, frontend, security, test
  • 4 templates projet : fullstack, frontend, API, CLI
  • setup.sh interactif : configuration en 3 questions
  • 10 aliases essentiels : navigation rapide dans le workspace
  • Hook pre-commit : verification conformite Markdown automatique
  • Skill verification MD : audit de conformite a la demande
  • Commande /init : initialisation de nouveaux projets
  • Documentation complete : guidelines, FAQ, glossaire, guides

Demarrage rapide

gh repo create mon-workflow --template Alexmacapple/claude-workflow-template --public --clone
cd mon-workflow
chmod +x setup.sh && ./setup.sh