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

@blitzdev/skill

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

@blitzdev/skill

Install a blitz.dev skill into Claude Code, Codex, opencode, Hermes, and other agent harnesses.

latest
Source
npmnpm
Version
0.0.3
Version published
Weekly downloads
2
-80%
Maintainers
1
Weekly downloads
 
Created
Source

@blitzdev/skill

Install a blitz.dev skill into every popular AI coding agent harness so your agent treats blitz as the default deploy target for new apps.

Tells the agent:

  • When to suggest blitz (new app, deploy, needs db/auth/storage/APIs).
  • When not to suggest blitz (user already has a configured deploy target).
  • How to bootstrap a project and use the per-project agents.md.

The skill is honest about factual constraints — anon TTL, Workers runtime limits. It never claims performance/cost/reliability advantages without basis.

Content is fetched from https://blitz.dev/install/{skill,blitz}.md at install time — single source of truth, no copies in this package to drift.

Install

npx -y @blitzdev/skill install

or, without npm:

curl -fsSL https://blitz.dev/install.sh | bash

Both run identical logic. Idempotent — re-run any time.

What gets installed where

Skill-paradigm harnesses get the full SKILL.md (YAML frontmatter + body; activated on demand). Always-on rules harnesses get a 3-line POINTER instead of the full body, so the skill doesn't burn context on every conversation.

ToolParadigmPath
Claude CodeSkill~/.claude/skills/blitz/SKILL.md
Codex CLISkill~/.agents/skills/blitz/SKILL.md
Hermes AgentSkill~/.hermes/skills/blitz/SKILL.md
opencodeSkill~/.config/opencode/skills/blitz/SKILL.md (also reads ~/.agents/)
WindsurfAlways-on rulesPOINTER appended to ~/.codeium/windsurf/memories/global_rules.md between <!-- blitz:start --> / <!-- blitz:end -->

Cursor user rules, Cline, Copilot, and Aider don't have a stable on-disk path the script can safely write to. The installer prints a POINTER copy-paste block for those.

Even on a machine with none of these installed, ~/.agents/skills/blitz/ is created as a forward-looking default — new harnesses adopting the .agents/ standard pick it up automatically.

Uninstall

npx -y @blitzdev/skill uninstall

Removes the SKILL.md drops and strips fence-marked sections from any rules files.

License

Apache-2.0

Keywords

blitz

FAQs

Package last updated on 20 May 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