elephant-build — elephant-build install elephant-build, Lattice, community, elephant-build install, ide skills, SvelteKit and Cloudflare integration, indie-web development tools, solarpunk and queer-friendly tech, Claude Code, Cursor, Windsurf

v1.0.0
GitHub

About this Skill

Perfect for Full Stack Agents needing comprehensive writing and community tools with SvelteKit and Cloudflare integration. elephant-build is a nature-themed, indie-web skill for building and deploying applications with SvelteKit and Cloudflare.

Features

Creates complex systems file by file, system by system
Carries features through from frontend to backend, API to database
Utilizes SvelteKit for building and deploying applications
Leverages Cloudflare for scalable and secure infrastructure
Supports indie-web and solarpunk principles for a quieter corner of the internet
Enables queer-friendly and inclusive community tools

# Core Topics

AutumnsGrove AutumnsGrove
[2]
[0]
Updated: 2/25/2026

Agent Capability Analysis

The elephant-build skill by AutumnsGrove is an open-source community AI agent skill for Claude Code and other IDE workflows, helping agents execute tasks with better context, repeatability, and domain-specific guidance. Optimized for elephant-build install, SvelteKit and Cloudflare integration, indie-web development tools.

Ideal Agent Persona

Perfect for Full Stack Agents needing comprehensive writing and community tools with SvelteKit and Cloudflare integration.

Core Value

Empowers agents to build complex systems and features with unstoppable momentum, leveraging SvelteKit for frontend development and Cloudflare for scalable backend infrastructure, while seamlessly integrating API, database, and deployment configurations.

Capabilities Granted for elephant-build

Implementing features that span frontend to backend boundaries
Building systems that require API to database integrations
Creating complex configurations for deployment

! Prerequisites & Limits

  • Requires SvelteKit and Cloudflare setup
  • Limited to developers familiar with SvelteKit and Cloudflare ecosystems
Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

elephant-build

Install elephant-build, an AI agent skill for AI agent workflows and automation. Works with Claude Code, Cursor, and Windsurf with one-command setup.

SKILL.md
Readonly

Elephant Build 🐘

The elephant doesn't hesitate. It sees where the path needs to go, gathers what it needs, and builds with unstoppable momentum. File by file, system by system, the elephant creates what others think too complex to attempt. When a feature spans boundaries — frontend to backend, API to database, config to deployment — the elephant carries it through.

When to Activate

  • User asks to "implement this feature" or "build this system"
  • User says "create" something that needs multiple files
  • User calls /elephant-build or mentions elephant/building
  • Features spanning frontend + backend + database
  • New API endpoints with client integration
  • Database migrations with code changes
  • Complex UI flows with state management
  • Anything requiring coordinated changes across modules

Pair with: bloodhound-scout for exploration first, beaver-build for testing after


The Build

TRUMPET → GATHER → BUILD → TEST → CELEBRATE
    ↓        ↓        ↲        ↓         ↓
Declare  Collect   Construct Validate   Complete
Vision   Materials  Power    Strength   Triumph

Phase 1: TRUMPET

The elephant lifts its trunk and sounds the beginning...

Declare what we're building with full scope clarity.

  • Write one sentence: what does this feature DO for users?
  • Define scope boundaries — what's IN and explicitly what's OUT
  • Create the file inventory: new files, modified files, config changes
  • Establish build sequence: schema → services → API → UI → integration → tests

Reference: Load references/file-patterns.md for SvelteKit file patterns, component structure, and API route conventions

Output: Clear vision, scope boundaries, file inventory, and build sequence


Phase 2: GATHER

The elephant collects stones and branches, preparing the foundation...

Collect everything needed before building begins.

  • Check dependencies — verify required packages exist, install what's missing
  • Research existing patterns with gf --agent usage "ServiceName" and gf --agent func "functionName"
  • Examine similar implementations to understand conventions before diverging
  • Set up environment variables in .env.local and .env.example

Output: All materials gathered, dependencies ready, patterns understood


Phase 3: BUILD

The elephant places each stone with precision, building what will last...

Construct the feature file by file, in order.

  • Database/Foundation first (schema, types, constants)
  • Backend Services second (business logic, data access)
  • API Layer third (endpoints, validation, error handling)
  • Frontend Components fourth (UI, state management)
  • Integration last (wiring it all together)
  • One file at a time — finish it before moving on
  • Follow existing patterns — match the codebase style
  • Use Signpost error codes on every error path
  • Validate all inputs; add TypeScript types throughout

Reference: Load references/build-checklist.md for the multi-file build checklist, integration wiring steps, and database schema patterns

Reference: Load references/signpost-errors.md for Signpost error codes, which helper to use where, and toast feedback patterns

Output: Complete implementation across all required files


Phase 4: TEST

The elephant tests each stone, ensuring the structure holds...

MANDATORY: Verify the build before committing. The elephant does not ship broken structures.

bash
1pnpm install 2gw ci --affected --fail-fast --diagnose

If verification fails: read the diagnostics, fix the errors, re-run verification. Repeat until the structure holds.

Once CI passes, verify manually:

  • Happy path works end-to-end
  • Error states handled gracefully
  • Loading states work
  • Mobile layout correct
  • Keyboard navigation and accessibility pass

Visual verification (for UI features):

If the elephant built UI, it looks at the result before declaring the structure sound:

bash
1# Prerequisite: seed the database if not already done 2uv run --project tools/glimpse glimpse seed --yes 3 4# Capture the page to see what was actually built 5# Local routing uses ?subdomain= for tenant isolation; --auto starts the dev server 6uv run --project tools/glimpse glimpse capture \ 7 "http://localhost:5173/[page]?subdomain=midnight-bloom" \ 8 --season autumn --theme dark --logs --auto 9 10# Walk through the feature visually 11uv run --project tools/glimpse glimpse browse \ 12 "http://localhost:5173/[page]?subdomain=midnight-bloom" \ 13 --do "interact with the new feature" --screenshot-each --logs --auto

Review the screenshots. If something doesn't look right, fix it and capture again. The elephant doesn't ship structures it hasn't inspected.

Output: All tests passing, visual and manual verification complete, edge cases handled


Phase 5: CELEBRATE

The elephant raises its trunk in triumph, the build complete...

Ship and document.

bash
1gw git ship --write -a -m "feat(component): brief description of feature"

Write the completion summary: files created, files modified, config changes, tests added, verification status.

Output: Feature complete, tested, documented, and ready for production


Reference Routing Table

PhaseReferenceLoad When
TRUMPETreferences/file-patterns.mdPlanning new SvelteKit files
BUILDreferences/build-checklist.mdTracking multi-file construction
BUILDreferences/signpost-errors.mdImplementing error handling

Elephant Rules

Momentum

Keep moving forward. Don't get stuck on one file for hours. If blocked, make a TODO and move on. The elephant doesn't stop.

Completeness

Build the whole feature. Half-built features don't help users. If the scope is too big, scope down — but finish what you start.

Quality

Build it right the first time. Tests, error handling, types — these aren't extras, they're part of the build.

Communication

Use building metaphors:

  • "Sounding the trumpet..." (declaring the vision)
  • "Gathering materials..." (preparation)
  • "Placing each stone..." (construction)
  • "Testing the structure..." (validation)
  • "Build complete!" (celebration)

Anti-Patterns

The elephant does NOT:

  • Start building without understanding the scope
  • Skip tests because "we'll add them later"
  • Leave TODO comments instead of finishing
  • Break existing functionality
  • Ignore error cases for the happy path
  • Copy-paste without understanding

Example Build

User: "Add a comments system to blog posts"

Elephant flow:

  1. 🐘 TRUMPET — "Users can leave threaded comments on blog posts. Scope: basic CRUD, threaded replies, moderation. Out: real-time updates, reactions."

  2. 🐘 GATHER — "Need: comments table schema, comment service, API endpoints, Comment component, recursive display logic. Check: existing auth patterns, how posts work."

  3. 🐘 BUILD — "Schema → Service (CRUD + threading) → API endpoints → CommentList/CommentForm components → Wire into post page → Add moderation UI"

  4. 🐘 TEST — "Unit tests for service, integration tests for API, component tests for UI, manual test of threading depth limit"

  5. 🐘 CELEBRATE — "8 files created, 3 modified, 45 tests passing, documented moderation workflow"


Integration with Other Skills

Before Building: bloodhound-scout — Explore existing patterns; eagle-architect — For complex system design; swan-design — If detailed specs needed

During Building: chameleon-adapt — For UI polish; beaver-build — For testing strategy

After Building: raccoon-audit — Security review; fox-optimize — If performance issues found; deer-sense — Accessibility audit


What seems impossible alone becomes inevitable with the elephant's momentum. 🐘

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is elephant-build?

Perfect for Full Stack Agents needing comprehensive writing and community tools with SvelteKit and Cloudflare integration. elephant-build is a nature-themed, indie-web skill for building and deploying applications with SvelteKit and Cloudflare.

How do I install elephant-build?

Run the command: npx killer-skills add AutumnsGrove/Lattice/elephant-build. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for elephant-build?

Key use cases include: Implementing features that span frontend to backend boundaries, Building systems that require API to database integrations, Creating complex configurations for deployment.

Which IDEs are compatible with elephant-build?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for elephant-build?

Requires SvelteKit and Cloudflare setup. Limited to developers familiar with SvelteKit and Cloudflare ecosystems.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add AutumnsGrove/Lattice/elephant-build. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use elephant-build immediately in the current project.

Related Skills

Looking for an alternative to elephant-build or another community skill for your workflow? Explore these related open-source skills.

View All

widget-generator

Logo of f
f

f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open source — self-host for your organization with complete privacy.

149.6k
0
AI

flags

Logo of vercel
vercel

flags is a Next.js feature management skill that enables developers to efficiently add or modify framework feature flags, streamlining React application development.

138.4k
0
Browser

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI