base-cookbook
Practical, task‑oriented guides for building on Base: use cases, AI workflows, and MiniKit quickstarts.
Best use case
base-cookbook is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Practical, task‑oriented guides for building on Base: use cases, AI workflows, and MiniKit quickstarts.
Teams using base-cookbook should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/base-cookbook/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How base-cookbook Compares
| Feature / Agent | base-cookbook | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Practical, task‑oriented guides for building on Base: use cases, AI workflows, and MiniKit quickstarts.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# https://docs.base.org/cookbook/llms.txt > Practical, task‑oriented guides for building on Base: use cases, AI workflows, and MiniKit quickstarts. Practical, task‑oriented guides for building on Base: use cases, AI workflows, and MiniKit quickstarts. ## Available Resources ### Cookbook Documentation ### Use Cases - **Onboard Any User** - URL: https://docs.base.org/cookbook/onboard-any-user.md - **Accept Crypto Payments** - URL: https://docs.base.org/cookbook/accept-crypto-payments.md - **Launch AI Agents** - URL: https://docs.base.org/cookbook/launch-ai-agents.md - **Launch Tokens** - URL: https://docs.base.org/cookbook/launch-tokens.md - **Deploy a Chain** - URL: https://docs.base.org/cookbook/deploy-a-chain.md - **Onchain Social** - URL: https://docs.base.org/cookbook/onchain-social.md - **DeFi Your App** - URL: https://docs.base.org/cookbook/defi-your-app.md - **Go Gasless** - URL: https://docs.base.org/cookbook/go-gasless.md - **Base App Coins** - URL: https://docs.base.org/cookbook/base-app-coins.md - **Testing Onchain Apps** - URL: https://docs.base.org/cookbook/testing-onchain-apps.md ### Build with AI - **AI Prompting** - URL: https://docs.base.org/cookbook/ai-prompting.md - **Base Builder MCP** - URL: https://docs.base.org/cookbook/base-builder-mcp.md ### Vibe Code a Mini App - **Foundations** - URL: https://docs.base.org/cookbook/introduction-to-mini-apps.md - **AI Fundamentals** - URL: https://docs.base.org/cookbook/ai-powered-development-fundamentals.md - **Prompt Engineering** - URL: https://docs.base.org/cookbook/mastering-ai-prompt-engineering.md - **Docs & Reading** - URL: https://docs.base.org/cookbook/essential-documentation-resources.md - **AI‑Assisted Reading** - URL: https://docs.base.org/cookbook/ai-assisted-documentation-reading.md - **Successful MiniApps in TBA** - URL: https://docs.base.org/cookbook/successful-miniapps-in-tba.md - **Build with Prompt** - URL: https://docs.base.org/cookbook/minikit/build-your-mini-app-with-prompt.md - **Convert & Customize** - URL: https://docs.base.org/cookbook/converting-customizing-mini-apps.md - **Fork & Customize** - URL: https://docs.base.org/cookbook/minikit/fork-and-customize.md - **MiniKit: Install** - URL: https://docs.base.org/cookbook/minikit/install.md - **MiniKit: Add** - URL: https://docs.base.org/cookbook/minikit/add-minikit.md - **MiniKit: Configure Env** - URL: https://docs.base.org/cookbook/minikit/configure-environment.md - **MiniKit: Manifest CLI** - URL: https://docs.base.org/cookbook/minikit/manifest-cli.md - **MiniKit: Create Manifest** - URL: https://docs.base.org/cookbook/minikit/create-manifest.md - **MiniKit: Add Frame Metadata** - URL: https://docs.base.org/cookbook/minikit/add-frame-metadata.md - **MiniKit: Test & Deploy** - URL: https://docs.base.org/cookbook/minikit/test-and-deploy.md ## Additional Resources (Optional) ### Optional - **Deploy a Chain** - URL: https://docs.base.org/cookbook/deploy-a-chain.md ## How to Use This Skill Reference these resources when working with https://docs.base.org/cookbook/llms.txt.
Related Skills
browserbase-tool-automation
Automate Browserbase Tool tasks via Rube MCP (Composio). Always search tools first for current schemas.
baserow-automation
Automate Baserow tasks via Rube MCP (Composio). Always search tools first for current schemas.
baselinker-automation
Automate Baselinker tasks via Rube MCP (Composio). Always search tools first for current schemas.
Cookbook Audit
Audit an Anthropic Cookbook notebook based on a rubric. Use whenever a notebook review or audit is requested.
Configure Firebase admin-only write rules
Guide to create an admin user in Firebase and set security rules so only admins can write to a collection while all users can read and register.
codebase-cleanup-deps-audit
You are a dependency security expert specializing in vulnerability scanning, license compliance, and supply chain security. Analyze project dependencies for known vulnerabilities, licensing issues,...
codebase-audit
Performs comprehensive codebase audit checking architecture, tech debt, security, test coverage, documentation, dependencies, and maintainability. Use when auditing a project, assessing codebase health, or asked to audit/analyze the entire codebase.
tag-based-search
Code tagging system using @FEAT, @COMP, @TYPE tags for easy discovery and navigation. Use when adding documentation tags or searching for related code across the codebase.
relational-database-web-cloudbase
Use when building frontend Web apps that talk to CloudBase Relational Database via @cloudbase/js-sdk – provides the canonical init pattern so you can then use Supabase-style queries from the browser.
nextjs-supabase-auth
Expert integration of Supabase Auth with Next.js App Router Use when: supabase auth next, authentication next.js, login supabase, auth middleware, protected route.
knowledge-base-cache
Create and manage a layered knowledge base with hot/cold/warm cache tiers. Provides component-based architecture with Working Memory layer, automatic caching, semantic retrieval, and intelligent context assembly. Reduces API costs and supports unlimited knowledge scale.
class-based-state-management
Enforces the use of classes for complex state management (state machines) in Svelte components. Applies specifically to `.svelte.ts` files.