rudder-profiles-project

rudder-profiles-project is a skill for Claude Code from rudderlabs/rudder-agent-skills. It costs 48 tokens per session (1,246 once invoked), scanned A, original, MIT.

A project-bootstrap workflow for RudderStack Profiles, a system for resolving customer identities and building user profiles from warehouse data. It discovers available connections and tables before generating the project’s YAML configuration files.

In plain words
What is it for?
Use it to create a Profiles project, set up identity resolution, generate pbproject.yaml and model files, or build inputs and features from an existing data warehouse.
Why use it?
It reduces the risk of writing configuration with incorrect warehouse names, columns, or data types. It also requires confirmation before committing to discovered resources.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Part of the rudder-profiles plugin — 5 skills shipped together

Good fit Use it to create a Profiles project, set up identity resolution, generate pbproject.yaml and model files, or build inputs and features from an existing data warehouse.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/rudderlabs/rudder-agent-skills/rudder-profiles-project
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.

Any agent
npx skills add rudderlabs/rudder-agent-skills --skill rudder-profiles-project
Clone the repo
git clone --depth 1 https://github.com/rudderlabs/rudder-agent-skills

Made for: Claude Code.

Or install rudder-profiles, the plugin that ships this one along with the rest of its 5 skills.

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 rudder-profiles-project

README.md
[![agentmods](https://agentmods.dev/badge/skills/rudderlabs/rudder-agent-skills/rudder-profiles-project/github.svg)](https://agentmods.dev/skills/rudderlabs/rudder-agent-skills/rudder-profiles-project)
Your own site
<a href="https://agentmods.dev/skills/rudderlabs/rudder-agent-skills/rudder-profiles-project"><img src="https://agentmods.dev/badge/skills/rudderlabs/rudder-agent-skills/rudder-profiles-project/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for rudder-profiles-project

Your own site · 80×15
<a href="https://agentmods.dev/skills/rudderlabs/rudder-agent-skills/rudder-profiles-project"><img src="https://agentmods.dev/badge/skills/rudderlabs/rudder-agent-skills/rudder-profiles-project.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 48 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,246 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.00048 $0.01246
Opus 5 $0.00024 $0.00623
Sonnet 5 $0.00010 $0.00249
Haiku 4.5 $0.00005 $0.00125

Measured 12d ago against content hash 285bb4bf305d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

rudder-profiles-project 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 12d 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.

plugins/rudder-profiles/skills/rudder-profiles-project/SKILL.md · 69 lines

How it starts

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

RudderStack Profiles Project Creation

Create a new Profiles project by discovering real warehouse resources first, then generating the three core YAML files with explicit user confirmation at each decision point.

Workflow

  1. Verify setup — Check that Profiles MCP tools are available. If not, send the user to /rudder-profiles-setup.
  2. Discover connections — Call get_existing_connections().
    • If connections exist, present the list and let the user pick one.
    • If no connections exist, instruct the user to run pb init connection in their terminal, wait for confirmation that it completed, then re-check with get_existing_connections().
  3. Discover tables — Call input_table_suggestions() for candidate tables. Call describe_table() on each candidate to confirm columns, types, and timestamps.
  4. Confirm with user — Present discovered resources and get explicit approval (see confirmation gates below).
  5. Generate YAML — Write pb_project.yaml, models/inputs.yaml, and models/profiles.yaml using only discovered names and the exact shapes in references/basic-yaml-templates.md. Derive schema_version from the installed binary (scaffold with pb init pb-project or MCP setup_new_profiles_project(); verify with pb version) — do not hardcode a remembered number. For each event-stream input set contract: { is_event_stream: true, is_append_only: true } plus app_defaults.occurred_at_col (the contract unlocks later incremental migration without a checkpoint-invalidating schema change, and is_append_only is rejected without occurred_at_col). Start with the default ID stitcher (no explicit id_stitcher model) unless the user needs custom edge sources. Add filters: on id_types to exclude junk values ("unknown", "NaN", "", internal test IDs) — the cheapest over-stitching prevention available.
  6. Pre-compile review — Run through the validation checklist in references/validation-checklist.md.
  7. Validate access — Run pb validate access to confirm the warehouse role can read the inputs and write to the output schema. Fix permission gaps here, before compiling.
  8. Compile — Run pb compile. If it fails, fix one issue at a time and re-compile.
  9. Pilot run — Offer pb run --begin_time <ISO-8601> only after compile succeeds and the user confirms.

Read the full file on GitHub · 69 lines

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 12d ago First seen · 69 lines · 48 tokens per session scan A 285bb4bf305d

Subscribe to this mod's changes

rudder-profiles-project is a skill published in the GitHub repository rudderlabs/rudder-agent-skills (18 stars, last pushed 8d ago), licensed MIT. It adds 48 tokens to every session and 1,246 once invoked, about $0.0002 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-30.

Related

Other skills, from other repositories

pgvector-semantic-search

Use this skill for setting up vector similarity search with pgvector for AI/ML embeddings, RAG applications, or semantic search. Trigger when user asks to: Store or search vector embeddings in PostgreSQL Set up semantic search, similarity search, or nearest neighbor search Create HNSW or IVFFlat indexes for vectors…

timescale/pg-aiguide · 190 tokens

postgres-hybrid-text-search

Use this skill to implement hybrid search combining BM25 keyword search with semantic vector search using Reciprocal Rank Fusion (RRF). Trigger when user asks to: Combine keyword and semantic search Implement hybrid search or multi-modal retrieval Use BM25/pgtextsearch with pgvector together Implement RRF (Reciprocal…

timescale/pg-aiguide · 162 tokens

postgres-database-migration

Use this skill for planning, testing, and safely executing PostgreSQL schema migrations — especially when working with production data or shared databases. Trigger when user asks to: Test a schema migration before applying it to production Add, remove, or rename columns safely on a live table Change a column's data…

timescale/pg-aiguide · 220 tokens

setup-timescaledb-hypertables

Use this skill when creating database schemas or tables for Timescale, TimescaleDB, TigerData, or Tiger Cloud, especially for time-series, IoT, metrics, events, or log data. Use this to improve the performance of any insert-heavy table. Trigger when user asks to: Create or design SQL schemas/tables AND…

timescale/pg-aiguide · 219 tokens

design-postgis-tables

Comprehensive PostGIS spatial table design reference covering geometry types, coordinate systems, spatial indexing, and performance patterns for location-based applications.

timescale/pg-aiguide · 31 tokens

migrate-postgres-tables-to-hypertables

Use this skill to migrate identified PostgreSQL tables to Timescale/TimescaleDB hypertables with optimal configuration and validation. Trigger when user asks to: Migrate or convert PostgreSQL tables to hypertables Execute hypertable migration with minimal downtime Plan blue-green migration for large tables Validate…

timescale/pg-aiguide · 181 tokens