🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@tmonier/create-effract

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tmonier/create-effract

Scaffold effract into a Vite / Next / TanStack Start app — idempotent, non-interactive, and it teaches your coding agent.

latest
Source
npmnpm
Version
0.8.0
Version published
Weekly downloads
4
Maintainers
1
Weekly downloads
 
Created
Source

@tmonier/create-effract

Scaffold effract into an existing app — non-interactive, idempotent, and it teaches your coding agent.

npm create @tmonier/effract
# or, in an existing project, non-interactively:
npx @tmonier/create-effract --yes

It:

  • detects your framework (Vite / Next / TanStack Start) from package.json;
  • drops an effract AGENTS.md fragment between <!-- BEGIN:effract --> / <!-- END:effract --> markers (creating or appending to AGENTS.md) — so your agent reads the version-matched bundled docs and the REC rules it otherwise gets wrong. A re-run rewrites exactly that block in place;
  • writes a first service + REC + mount example (src/effract-example.tsx) if one isn't there yet.

Re-running is a no-op: the AGENTS.md fragment is replaced in place and the example is never duplicated.

Flags: --yes / -y (assume yes), --dir <path> (target a directory other than the cwd).

Keywords

create

FAQs

Package last updated on 02 Jul 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts