elephant-build — blogging elephant-build, Lattice, community, blogging, ide skills, cloudflare, indie-web, nature-themed, solarpunk, sveltekit, Claude Code

v1.0.0

About this Skill

Perfect for Full Stack Agents needing comprehensive writing and community tools with SvelteKit and Cloudflare integration. Build multi-file features with unstoppable momentum. Trumpet the vision, gather materials, construct with strength, test thoroughly, and celebrate completion. Use when implementing features that span

# Core Topics

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

Killer-Skills Review

Decision support comes first. Repository text comes second.

Reference-Only Page Review Score: 7/11

This page remains useful for operators, but Killer-Skills treats it as reference material instead of a primary organic landing page.

Original recommendation layer Concrete use-case guidance Explicit limitations and caution Locale and body language aligned
Review Score
7/11
Quality Score
45
Canonical Locale
en
Detected Body Locale
en

Perfect for Full Stack Agents needing comprehensive writing and community tools with SvelteKit and Cloudflare integration. Build multi-file features with unstoppable momentum. Trumpet the vision, gather materials, construct with strength, test thoroughly, and celebrate completion. Use when implementing features that span

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.

Ideal Agent Persona

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

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

Why this page is reference-only

  • - The underlying skill quality score is below the review floor.

Source Boundary

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

After The Review

Decide The Next Action Before You Keep Reading Repository Material

Killer-Skills should not stop at opening repository instructions. It should help you decide whether to install this skill, when to cross-check against trusted collections, and when to move into workflow rollout.

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

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. Build multi-file features with unstoppable momentum. Trumpet the vision, gather materials, construct with strength, test thoroughly, and celebrate completion. Use when implementing features that span

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.

! Reference-Only Mode

This page remains useful for installation and reference, but Killer-Skills no longer treats it as a primary indexable landing page. Read the review above before relying on the upstream repository instructions.

Upstream Repository Material

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

Upstream Source

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
Upstream Repository Material
The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.
Supporting Evidence

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

Related Skills

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

View All

openclaw-release-maintainer

Logo of openclaw
openclaw

Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞

333.8k
0
AI

widget-generator

Logo of f
f

Generate customizable widget plugins for the prompts.chat feed system

149.6k
0
AI

flags

Logo of vercel
vercel

The React Framework

138.4k
0
Browser

pr-review

Logo of pytorch
pytorch

Tensors and Dynamic neural networks in Python with strong GPU acceleration

98.6k
0
Developer