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.
npx agentmods add skills/fledgeling-co/fledgeling-plugins/create-swe-projectnpx skills add fledgeling-co/fledgeling-plugins --skill create-swe-projectgit clone --depth 1 https://github.com/fledgeling-co/fledgeling-pluginsWrote 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.
[](https://agentmods.dev/skills/fledgeling-co/fledgeling-plugins/create-swe-project)<a href="https://agentmods.dev/skills/fledgeling-co/fledgeling-plugins/create-swe-project"><img src="https://agentmods.dev/badge/skills/fledgeling-co/fledgeling-plugins/create-swe-project.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00355 | $0.05593 |
| Opus 5 | $0.00178 | $0.02797 |
| Sonnet 5 | $0.00071 | $0.01119 |
| Haiku 4.5 | $0.00036 | $0.00559 |
Grade B, and why
create-swe-project scanned grade B 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 5d 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.
Asks for rootmediumPrivilege escalation
A mod that escalates privileges can change anything on the machine, not only the project.
- Walk the user through `SETUP-NEXT-STEPS.md` — the only manual parts: the `/etc/hosts` + Caddy `conf.d` mirror commands (need sudo — suggest they run them with the `!` prefix), `vercel link`, `DEVELOPMENT_TEAM` for rele How it starts
The opening of the file, as written. The whole thing — 116 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Slipway — launch a new project
Take a project idea to a completely set-up, working project in ~/Dev/<codename>: gate-green, git-initialised, native projects generated, conventions wired. The trick is that scripts/scaffold.sh + templates/ already contain everything common between projects (distilled from zephyr, perch, fledgeling-app, dAIolog and the team-files operating specs) — so your job is the decisions, and the script's job is the files. Do not hand-write files the templates cover; that is what makes setup cheap.
Running as a Gemini model? Read gemini.md in this directory first, then follow this file with the overrides it names. It converts §5's launch-pipeline phases into a chain of files (DESIGN.md, UX.md, INDEX.md) with a filled mock-inventory ledger, a bound ledger read back off the built marketing page, and a route-out for the static-page and brownfield work the corpus measures this family collapsing on. Other models skip it.
0 — Doctor
Run <skill-dir>/scripts/doctor.sh (read-only JSON) before the interview so recommendations match the machine: no macos/ios module without xcodegen, no 1Password seeding without op, no rust without cargo. Mention anything missing that the chosen modules would need.
1 — Understand the idea, generate codenames
From the user's idea, decide which modules fit and generate three codename options: single word, lowercase, evocative rather than descriptive — the portfolio precedent is zephyr, perch, anvil, loupe, tare, sift, margin. Check ls ~/Dev first and never propose a name that collides with an existing directory.
2 — Ask the clarifying questions up front (one round)
One AskUserQuestion call, all questions together, before anything is created:
- Codename — the 3 generated options (put your recommended one first, marked "(Recommended)"); the built-in Other lets them type their own. Show what each implies:
~/Dev/<codename>,<codename>.local. - Modules (multiSelect) —
webNext.js app ·apiNestJS API ·macosSwiftUI app ·iosSwiftUI iOS app ·rnReact Native (Expo) mobile app ·tokensdesign-tokens package ·dataMongoose+Redis layer ·authsign-in + emails + dev login ·adminallowlisted admin console ·pushAPNs notifications ·waitlistreferral-loop pre-launch waitlist ·observabilitySentry wiring (inert until DSN) ·rustcross-OS core crate. Infer before asking: a product with accounts implies auth (which implies data); "admin", "back office", "moderation" implies admin; a native/mobile app with alerts implies push; a SaaS gets web+tokens+data+auth by default; a marketing site gets web+tokens only; an unvalidated/pre-launch idea adds waitlist. Put the inferred set in the options as the recommended choice and let the user adjust — ask rather than guess only when the idea genuinely doesn't settle it. Implications are automatic in the script (push→auth→data→web; admin→data). - Mobile approach (only when the idea implies a mobile app and the modules answer hasn't settled it) — native Swift/SwiftUI (
ios, XcodeGen, simulator-first) vs React Native/Expo (rn, one codebase for iOS+Android, hoisted pnpm + monorepo Metro per BP §18). Recommend Swift when the app is Apple-only or needs deep platform integration; Expo when Android matters or the team iterates fastest in React. - macOS style (only when macos selected) — window (Recommended): native NavigationSplitView shell with sidebar + top nav with search · menubar: MenuBarExtra agent app, no Dock icon (LSUIElement). Passed as
--macos-style window|menubar. - Bundle-id prefix (only when macos/ios/rn selected) —
app.<codename>(Recommended) ·dev.<codename>·com.<codename>· custom. Apps get.mac/.ios/.mobilesuffixes — distinct identity per sibling app from day one (BP §18). - GitHub org — where the repo will live:
fledgeling-co(personal-product studio) ·lprhodes(experiments/personal) ·Diolog26/DiologIR(Diolog work) · none for now. Infer from the idea (a Diolog feature → Diolog org; a product → fledgeling-co; a quick experiment → lprhodes) and put the inferred org first. Passed as--github-org: the remote is set and thegh repo create --pushcommand lands in next-steps — nothing is pushed without the user running it. - macOS distribution (only when macos selected) — direct (Recommended): Developer ID + notarized DMG, no sandbox · mas: Mac App Store / TestFlight, App Sandbox on (a review requirement). Passed as
--macos-dist; it selects the entitlements file, so it must be asked up front, not retrofitted. - Design reference (only when a UI surface is selected) — a site or brand to bootstrap
DESIGN.mdfrom (via design-md-from-website, which measures real computed styles), or skip to design fresh later. Passed as--design-ref; recorded in the manifest and next-steps. - 1Password — which account/team id and vault this project's secrets live in. Run
op account listandop vault list --account <id>first and present the real values as options (plus "skip"). The chosen pair is passed as--op-account/--op-vaultand seeded intoapps/web/.env.local(identifiers only — actual secret values are resolved later byscripts/env-pull.shvia the op CLI, straight into the file, never through your context).
What ships with it
60 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- gemini.md 20 KB
- references/apple-commercialization.md 3.2 KB
- references/launch-pipeline.md 16 KB
- references/research-notes.md 7.6 KB
- scripts/canary.sh 2.3 KB runs code
- scripts/doctor.sh 1.8 KB runs code
- scripts/drift.sh 1.6 KB runs code
- scripts/scaffold.sh 25 KB runs code
- scripts/upgrade.sh 6.8 KB runs code
- templates/admin/app/api/admin-auth/request-code/route.ts 612 B runs code
- templates/admin/app/api/admin-auth/signout/route.ts 260 B runs code
- templates/admin/app/api/admin-auth/verify/route.ts 735 B runs code
- templates/admin/app/api/health/route.ts 331 B runs code
- templates/admin/app/layout.tsx.tmpl 328 B
- templates/admin/app/login/page.tsx.tmpl 1.6 KB
- templates/admin/app/page.tsx.tmpl 719 B
- templates/admin/dot_env.example.tmpl 264 B
- templates/admin/eslint.config.mjs 486 B runs code
- templates/admin/lib/auth-admin.ts.tmpl 3.4 KB
- templates/admin/lib/redis.ts 351 B runs code
- templates/admin/next-env.d.ts 211 B runs code
- templates/admin/next.config.ts.tmpl 648 B
- templates/admin/package.json.tmpl 760 B
- templates/admin/tsconfig.json 385 B
- templates/admin/vercel.json 194 B
- templates/api/Dockerfile.tmpl 577 B
- templates/api/dot_swcrc 326 B
- templates/api/eslint.config.mjs 156 B runs code
- templates/api/jest.config.js 729 B runs code
- templates/api/nest-cli.json 203 B
- templates/api/package.json.tmpl 1.1 KB
- templates/api/src/ai.ts.tmpl 1.3 KB
- templates/api/src/app.module.ts 831 B runs code
- templates/api/src/health.controller.ts 353 B runs code
- templates/api/src/main.ts.tmpl 1.2 KB
- templates/api/test/health.controller.spec.ts 292 B runs code
- templates/api/tsconfig.json 372 B
- templates/auth/app/api/auth/dev-login/route.ts.tmpl 903 B
- templates/auth/app/api/auth/me/route.ts 353 B runs code
- templates/auth/app/api/auth/refresh/route.ts 508 B runs code
- templates/auth/app/api/auth/request-code/route.ts 983 B runs code
- templates/auth/app/api/auth/signout/route.ts 251 B runs code
- templates/auth/app/api/auth/verify/route.ts 1.0 KB runs code
- templates/auth/app/login/page.tsx.tmpl 2.3 KB
- templates/auth/emails/sign-in-code.tsx.tmpl 1.1 KB
- templates/auth/emails/welcome.tsx.tmpl 734 B
- templates/auth/lib/auth-server.ts.tmpl 4.2 KB
- templates/auth/lib/email.ts.tmpl 993 B
- templates/auth/lib/models.ts 706 B runs code
- templates/auth/lib/types.ts 260 B runs code
- templates/auth/lib/users.ts 603 B runs code
- templates/base/design/icon/audit.html.tmpl 2.7 KB
- templates/base/docs/AI-MODEL-USAGE.md.tmpl 1.2 KB
- templates/base/docs/features-to-triage/BRIEF-TEMPLATE.md.tmpl 738 B
- templates/base/docs/features-to-triage/README.md.tmpl 1.6 KB
- templates/base/docs/LAUNCH.md.tmpl 1.8 KB
- templates/base/docs/MARKETING-FEATURES.md.tmpl 826 B
- templates/base/dot_claude/settings.json 522 B
- templates/base/dot_gitignore 579 B
- templates/base/dot_husky/pre-push 195 B
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.
- 5d ago First seen · 116 lines · 355 tokens per session scan B e9789f78d4fa
create-swe-project is a skill published in the GitHub repository fledgeling-co/fledgeling-plugins (2 stars, last pushed today), licensed MIT. It adds 355 tokens to every session and 5,593 once invoked, about $0.0018 per session on Opus 5. A static security scan graded it B with 1 finding (asks for root). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
systematic-debugging
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.
local-ai-agents
Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…
next-cache-components-adoption
Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…
next-partial-prefetching-adoption
Turn on Partial Prefetching in a Next.js app and work through the insights it surfaces. Use when the user wants to enable or adopt Partial Prefetching, flip the partialPrefetching flag, opt routes in with export const prefetch = 'partial', audit Link prefetch={true} behavior, preserve existing prefetched UI with…
chronicle
Analyze Copilot session history for standup reports, usage tips, session search, and session reindexing. Use when the user asks for a standup, daily summary, usage tips, workflow recommendations, wants to search or find past sessions by keyword/file/PR, wants to reindex their session store, or asks about deleting…
imagegen
Generate or edit raster images when the task benefits from AI-created bitmap visuals such as photos, illustrations, textures, sprites, mockups, or transparent-background cutouts. Use when Codex should create a brand-new image, transform an existing image, or derive visual variants from references, and the output…