fork

fork is a skill for Claude Code from GlamgarOnDiscord/claude-saas-blueprint. It costs 32 tokens per session (605 once invoked), scanned C, original, MIT.

A workflow for copying an existing open-source GitHub project and adapting it for a new purpose. It first checks the project's licence, activity, compatibility, features, and setup.

In plain words
What is it for?
Use it to evaluate a repository, clone it, understand its structure, plan customisations, and modify it for a specific need.
Why use it?
Starting from an existing project can save work, but unsuitable licences, stale code, or incompatible dependencies create risks. The workflow helps identify what to keep, change, add, or remove.

Skill for Claude Code

Written for Claude Code: disable-model-invocation in frontmatter.

Good fit Use it to evaluate a repository, clone it, understand its structure, plan customisations, and modify it for a specific need.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/glamgarondiscord/claude-saas-blueprint/fork
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add GlamgarOnDiscord/claude-saas-blueprint --skill fork
Clone the repo
git clone --depth 1 https://github.com/GlamgarOnDiscord/claude-saas-blueprint

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for fork

README.md
[![agentmods](https://agentmods.dev/badge/skills/glamgarondiscord/claude-saas-blueprint/fork/github.svg)](https://agentmods.dev/skills/glamgarondiscord/claude-saas-blueprint/fork)
Your own site
<a href="https://agentmods.dev/skills/glamgarondiscord/claude-saas-blueprint/fork"><img src="https://agentmods.dev/badge/skills/glamgarondiscord/claude-saas-blueprint/fork/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for fork

Your own site · 80×15
<a href="https://agentmods.dev/skills/glamgarondiscord/claude-saas-blueprint/fork"><img src="https://agentmods.dev/badge/skills/glamgarondiscord/claude-saas-blueprint/fork.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 32 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 605 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00032 $0.00605
Opus 5 $0.00016 $0.00302
Sonnet 5 $0.00006 $0.00121
Haiku 4.5 $0.00003 $0.00060

Measured 11d ago against content hash 514570fe7462, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade C, and why

fork scanned grade C with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Recursive force deletehighDestructive command

rm -rf with a variable or a broad path is one typo away from removing the wrong tree.

1. Supprimer l'historique git du projet original : `rm -rf .git && git init`
.claude/skills/fork/SKILL.md · 72 lines

What it actually says

Arguments

  • repo : URL GitHub du repo à forker (ou nom court ex: "shadcn/ui")
  • goal : Ce qu'on veut en faire / les modifications à apporter

Instructions

Phase 1 — Évaluer le Repo

Avant de cloner, vérifier via sous-agents :

Agent WebSearch :

  • License compatible ? (MIT, Apache = OK, GPL = attention)
  • Dernière activité ? (> 6 mois sans commit = risque)
  • Stars / forks / issues ouvertes ?
  • Stack compatible avec la nôtre ?

Agent WebFetch (README du repo) :

  • Quelles features sont déjà implémentées ?
  • Quelles sont les dépendances ?
  • Comment le setup ?

Phase 2 — Cloner et Explorer

  1. git clone [repo] [nom-projet]
  2. Lancer /onboard pour scanner le projet cloné
  3. Lancer /onboard pour comprendre la structure
  4. Identifier les fichiers à modifier vs ceux à garder tel quel

Phase 3 — Plan de Customisation

Via EnterPlanMode, planifier :

## Ce qu'on garde
- [liste des features/fichiers à conserver]

## Ce qu'on modifie
- [feature] → [modification]
- [UI] → [nouveau design]

## Ce qu'on ajoute
- [nouvelle feature]
- [intégration]

## Ce qu'on supprime
- [feature inutile]
- [pages/routes non nécessaires]

Phase 4 — Exécuter

  1. Supprimer le code inutile d'abord (réduire la surface)
  2. Rebrander (nom, logo, couleurs, textes)
  3. Modifier les features existantes
  4. Ajouter les nouvelles features
  5. Tester le tout

Phase 5 — Nettoyer

  1. Supprimer l'historique git du projet original : rm -rf .git && git init
  2. Mettre à jour le README
  3. Mettre à jour le package.json (nom, version, description)
  4. Vérifier les licenses et attributions
  5. /deploy-check

Anti-Patterns

  • Ne PAS forker un projet plus complexe que ce qu'on a besoin
  • Ne PAS garder du code qu'on ne comprend pas
  • Ne PAS ignorer la license
  • Préférer les projets avec une architecture propre (plus facile à modifier)
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 72 lines · 32 tokens per session scan C 514570fe7462

Subscribe to this mod's changes

fork is a skill published in the GitHub repository GlamgarOnDiscord/claude-saas-blueprint (2 stars, last pushed 3mo ago), licensed MIT. It adds 32 tokens to every session and 605 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it C with 1 finding (recursive force delete). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.