By felipeinf
Get concise, answer-first responses for coding Q&A, planning, and technical docs by stripping filler and hedges while preserving precision. Automatically run shell scripts on session start and each prompt submit to set up environment or process responses.
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 opencode
Replace 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 install
Also: update, start, stop, status, -h.
/fasterizy toggles on · /fasterizy on · /fasterizy off
MIT. See LICENSE.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub felipeinf/fasterizy --plugin fasterizyDelegate tasks to Cursor from Claude Code and manage background jobs.
Analyze Claude Code agent session transcripts to identify inefficiencies, anti-patterns, repeated mistakes, missing tooling opportunities, and user frustration signals for continuous improvement
Shape the agent's own replies so they are honest about what ran, action-first, and plain — without dropping load-bearing precision.
Patterns for designing CLIs that coding agents can run reliably: flags, help with examples, pipelines, errors, idempotency, dry-run.
Non-technical progress summaries for Claude Code work (hides diffs/log noise).
Skill and agent authoring tools: generate, audit, and improve Claude Code skills, commands, and agents
Meta-prompting and self-improvement - skill writer, hook writer