---
title: "Core"
description: "Base Blyp skill for package install, config files, /inngest ingestion, and safe runtime selection."
canonical_url: "https://www.blyp.dev/docs/skills/core"
markdown_url: "https://www.blyp.dev/docs/skills/core.md"
last_updated: "2018-10-20"
x_farming_labs_generated_preamble: true
---

# Core
URL: /docs/skills/core
LLM index: /llms.txt
Description: Base Blyp skill for package install, config files, /inngest ingestion, and safe runtime selection.

import { SkillInstall } from "@/app/components/skill-install";
import { SkillSource } from "@/app/components/skill-source";

# Blyp Core

Install `blyp-core` in any repo where an agent may add or change Blyp usage. It covers the non-negotiable Blyp baseline: install `@blyp/core`, pick the right runtime export, prefer `blyp.config.*` for shared settings, and keep client ingestion aligned with `/inngest` unless the project has an intentional override.

## When to install it

- before any other Blyp skill
- when the repo is adding Blyp for the first time
- when an agent needs shared guidance for config, ingestion, or connector prerequisites

## What it covers

- package install and export selection
- supported `blyp.config.*` file names
- default client ingestion path at `/inngest`
- browser and Expo connector requests flowing through Blyp first
- production-safe defaults over demo-only snippets

<SkillInstall slug="core" />

## Related docs

- [Configuration](/docs/configuration)
- [Installation](/docs/installation)
- [Client](/docs/integrations/client)

<SkillSource slug="core" />

## Sitemap

See the full [sitemap](/sitemap.md) for all pages.
Docs-scoped sitemap: [/docs/sitemap.md](/docs/sitemap.md).
Well-known sitemap: [/.well-known/sitemap.md](/.well-known/sitemap.md).
