agentsclimarketplace

Apex

Skill GlamgarOnDiscord/claude-saas-blueprint/.claude/skills/apex

Workflow APEX — Analyze, Plan, Execute, Examine. À invoquer avant une tâche non triviale ou quand le contexte est flou.From its SKILL.md

Install
npx -y skills add GlamgarOnDiscord/claude-saas-blueprint --skill apex

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

1.5 KB, 381 tokens by cl100k_base, as published. Nobody here has run it

APEX — Cadre d’exécution

Utilise ce skill quand la tâche n’est pas un one-liner (sinon /oneshot ou /fix).

A — Analyze

  • Définir le blast radius (fichiers / modules touchés).
  • Lire les types ou interfaces existantes qui seront modifiées.
  • Charger une rule .claude/rules/ pertinente (api, db, auth, ui, tests, config) — pas toutes.
  • Consulter .claude/rules/_learned.md pour erreurs déjà vues.

P — Plan

  • Répondre en 3 lignes : QUOI · POURQUOI · COMMENT.
  • Si plus de 5 fichiers ou incertitude forte → Plan Mode / validation utilisateur avant code.

E — Execute

  • Un diff par intention ; pas de refactor gratuit hors scope.
  • Paralléliser seulement ce qui est indépendant (fichiers sans dépendance croisée).

X — Examine

  • tsc --noEmit (ou équivalent stack).
  • Tests sur le blast radius (pas toute la suite si inutile).
  • Revue sécurité minimale sur les changements (auth, inputs, secrets).
  • UI modifiée → capture ou description visuelle des écarts.

Fail-stop

  • 2 échecs consécutifs sur la même étape → arrêt, diagnostic, demande à l’utilisateur.

Références projet

  • CLAUDE.md (workflow APEX), docs/workflow-pragmatique.md (niveaux d’usage).

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.