abstract-quickstart

abstract-quickstart is a command for Claude Code from Abstract-Foundation/abstract-skills. It costs 22 tokens per session (625 once invoked), scanned A, original, MIT.

A project generator for building applications and smart contracts on Abstract, an Ethereum scaling network based on ZK Stack. It sets up the selected project type and the basic development configuration.

In plain words
What is it for?
Use it to scaffold a React app, a smart-contract project, or both, with the relevant wallet tools, libraries, network settings, and framework setup.
Why use it?
It avoids assembling the initial project structure and blockchain settings by hand. It gives React applications and contract projects a prepared starting point.

Command for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: names the AskUserQuestion tool.

Part of the abstract-skills plugin — 7 skills, 1 command shipped together

Good fit Use it to scaffold a React app, a smart-contract project, or both…

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/abstract-foundation/abstract-skills/abstract-quickstart
Install

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.

Clone the repo
git clone --depth 1 https://github.com/Abstract-Foundation/abstract-skills

Made for: Claude Code.

Or install abstract-skills, the plugin that ships this one along with the rest of its 7 skills, 1 command.

Wrote 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.

agentmods badge for abstract-quickstart

README.md
[![agentmods](https://agentmods.dev/badge/commands/abstract-foundation/abstract-skills/abstract-quickstart.svg)](https://agentmods.dev/commands/abstract-foundation/abstract-skills/abstract-quickstart)
Your own site
<a href="https://agentmods.dev/commands/abstract-foundation/abstract-skills/abstract-quickstart"><img src="https://agentmods.dev/badge/commands/abstract-foundation/abstract-skills/abstract-quickstart.svg" alt="Measured on agentmods" height="20"></a>
Per session 22 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 625 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00022 $0.00625
Opus 5 $0.00011 $0.00313
Sonnet 5 $0.00004 $0.00125
Haiku 4.5 $0.00002 $0.00063

Measured 6d ago against content hash 9c90c755a9cb, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

abstract-quickstart scanned grade A with 0 findings 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 6d 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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

commands/abstract-quickstart.md · 79 lines

How it starts

The opening of the file, as written. The whole thing — 79 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Abstract Quickstart

You are scaffolding a new project on Abstract (Ethereum L2, ZK Stack).

Step 1: Ask what they're building

Step 2: For React apps

If the user chose react-app or both:

  1. Run the official scaffolder:
npx @abstract-foundation/create-abstract-app@latest <project-name>
  1. Confirm the generated project has:

    • @abstract-foundation/agw-react and @abstract-foundation/agw-client installed
    • AbstractWalletProvider wrapping the app
    • useLoginWithAbstract hook ready to use
    • [email protected] (not 1.x)
    • Chain set to abstractTestnet for development
  2. Share quick tips:

    • Switch to abstract (mainnet) chain when ready for production
    • Use useWriteContractSponsored for gas-free transactions
    • See abstract-global-wallet skill for session keys and advanced features

Step 3: For smart contracts

If the user chose smart-contract or both:

  1. Ask about framework preference (default to Foundry):
  1. Follow the setup steps from the deploying-contracts-on-abstract skill for the chosen framework (Foundry or Hardhat). That skill has the complete install, config, compile, and deploy workflow.

  2. Remind them:

    • All forge commands need --zksync flag
    • Compiled output goes to zkout/ (Foundry) or artifacts-zk/ (Hardhat)
    • Get testnet ETH from faucets: https://docs.abs.xyz/tooling/faucets
    • See deploying-contracts-on-abstract skill for deployment workflow

Read the full file on GitHub · 79 lines

Changes

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.

  1. 6d ago First seen · 79 lines · 22 tokens per session scan A 9c90c755a9cb

Subscribe to this mod's changes

abstract-quickstart is a command published in the GitHub repository Abstract-Foundation/abstract-skills (10 stars, last pushed 6mo ago), licensed MIT. It adds 22 tokens to every session and 625 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.