agentsclimarketplace

Apex

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

Plug-and-play AI workflow that turns Claude Code, Cursor, Copilot or any AI agent into a senior SaaS engineer. Hexagonal architecture, multi-tenant by default, 31 skills + APEX workflow.

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

  • 0 stars0 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.

What its author says it does

Copied from the file, not written here

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

SKILL.md

1.5 KB, 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).

Keep looking

Skills are one crate of 328,083. 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.