Fasterizy is a multi-agent skill (one SKILL.md). It speeds up work in agent-assisted workflows by shortening the time between turns. Tuned for Q&A, planning, and technical documentation with technical accuracy and exact terminology.
Use vercel-labs/skills and npx skills add. The same skill ships to many agents (for example Claude Code, Codex, Cursor, OpenCode, Windsurf, Copilot, Antigravity, Cline, and others the toolchain supports).
npx skills add felipeinf/fasterizy -a opencodeReplace opencode with your agent flag.
Claude Code
/plugin marketplace add felipeinf/fasterizy
/plugin install fasterizy@fasterizy
Codex
npx fasterizy install --agents codex only installs hooks under the Codex config (including hooks.json and codex_hooks in config.toml). It does not add a card to the Plugin directory. For that, use the commands below (requires this repo to include .agents/plugins/marketplace.json on the branch you track). Restart Codex after any plugin or marketplace change.
/plugin marketplace add felipeinf/fasterizy
/plugin install fasterizy@fasterizy
npx fasterizy installAlso: update, start, stop, status, -h.
/fasterizy toggles on · /fasterizy on · /fasterizy off
MIT. See LICENSE.