seldonframe
01Plugin Claude Code
SeldonFrame plugins — build, deploy, and sell AI agents from your IDE.
Plugin Claude Code
SeldonFrame plugins — build, deploy, and sell AI agents from your IDE.
Plugin Claude Code
Build, deploy, and sell AI agents for local-service businesses — from your IDE. One command creates a live hosted workspace on .app.seldonframe.com: website, booking page, intake form, CRM, and an AI receptionist, in about 3 minutes. No signup, no key for your first workspace. Set SELDONFRAMEAPIKEY later to unlock m.
Agent Claude Code
Implements an approved written plan. Use for all file edits, code writing, and test runs. Never use for planning or review.
Agent Claude Code
Independently reviews plans and finished implementation work. Use for plan critique before approval (complex tasks only) and for diff review after the implementer finishes. Read-only.
Agent Claude Code
Read-only exploration. Answers "where is X / who calls Y / how does Z work" and returns a condensed summary, never raw file dumps. Use for ALL broad exploration during planning.
Agent Claude Code
Post-deploy live smoke — confirm the deployed sha, curl each changed route, assert HTTP 200 + a DOM sentinel + no error signature. Returns a per-route verdict.
Agent Claude Code
Runs the /verify-build merge gate (the six checks) in a named worktree and returns ONE PASS/FAIL verdict line. The independent checker — never dispatch to the agent that wrote the change.
Agent Claude Code
Grades a rendered-page screenshot against a goal + rubric and returns {pass, gaps}. The independent grading step of vision-verify (maker ≠ checker). Read-only.
Skill Claude CodeCodex
Deploy main to Vercel production the safe way (clean worktree, env baked in) and smoke it with Reelier at Level 0 — zero tokens. Use after any merge to main; Vercel git integration does NOT reliably auto-deploy main.
Skill Claude CodeCodex
Daily out-of-band reflection — mine the last 24h of SeldonChat visioncheck failures, cluster them, and PROPOSE (never auto-apply) lessons / tool-desc / schema-gap fixes, with a measured pass-rate delta. Run once/day via a schedule, or manually to reflect now. The Telescope→self-improvement loop, scoped to what we can…
Skill Claude CodeCodex
The recorder — after every non-trivial solved problem, write ONE learnings note capturing the approach, the judgment calls, and the reusable rule, written for a weaker model reading cold. A solution without its learnings note is unfinished work.
Skill Claude CodeCodex
Run the agent-generator regression net. Use after ANY change under packages/crm/src/lib/agents/generate/ (parse-intent, agent-bundle, bind-tools, tool-catalog) to catch generator breakages — misclassification, lost/wrong tool bindings, wrong channel, wrong skill template — before a human does.
Skill Claude CodeCodex
Write a session handoff that lets a fresh agent (or you after compaction) resume cold with zero re-discovery. Use when ending or pausing a work session, before a likely compaction, or when passing work to another agent/worktree. Captures STATE (what is true now) over INSTRUCTIONS (what to do) — state survives when…
Skill Claude CodeCodex
The non-commodity sourcing step for any SEO/content loop — find niche YouTube videos, pull their transcripts, and mine ORIGINAL founder stories / real numbers / failures into cited source briefs that exist nowhere else in writing. Google's helpful-content system ranks information gain; this is how a loop produces it…
Skill Claude CodeCodex
Think through any decision — code, business, personal — and get a straight answer. Fires on "reflect on X", "start from first principles", "reflect"; AND fire it YOURSELF, unprompted, whenever the work hits a choice whose undo cost exceeds a bad day (architecture, dependencies, pricing, public commitments, people) or…
Skill Claude CodeCodex
Run the full SeldonFrame feature loop — brainstorm → spec → plan → subagent build → verify-build → merge → memory — stopping only at the two human gates (spec approval + merge). Invoke with a one-sentence feature description.
Skill Claude CodeCodex
SeldonFrame merge gate — run unit tests + tsc + check-use-server + migration-journal + regression-grep and return ONE pass/fail verdict. Invoke before merging any branch; nothing merges without a green verdict.
Skill Claude CodeCodex
Visually verify a rendered web page against a goal + rubric — screenshot it (reliable off-box render, NOT the flaky Chrome-MCP), then grade the pixels with an INDEPENDENT vision pass. Use for any UI/visual change before calling it done, or to confirm a fix landed on a live/preview page. Catches what verify-build +…
Skill Claude CodeCodex
Mine the current work session (or a named event) into 2-3 draft X posts using the 6 founder-content formats, keyword-first. Drafts only — Max makes the angle call and posts. Invoke at the end of a build session or with a topic.
Skill Claude CodeCodex
Produce the complete publishing kit for one keyword-targeted YouTube video (script, thumbnail, title/description/chapters/pinned comment) from its matching SEO page, and wire the videoId back into the page after publish. Invoke with a /best or /tools slug, or a keyword.
Cursor rule Cursor
You are working in the SeldonFrame Turborepo.
MCP server Claude CodeCodexCursor +2
Open-source GoHighLevel alternative for agencies. 146+ MCP tools that let Claude Code spin up white-labeled client workspaces — CRM, booking, intake forms, landing pages, AI chatbot, and pre-wired agent archetypes (speed-to-lead, missed-call-text-back, re. Runs locally from the @seldonframe/mcp npm package.
Instructions file CodexOpenCode
AGENTS.md instructions for seldonframe/seldonframe, covering this is not the next.js you know, seldonframe — architecture and locked rules, core vision (locked — never compromise), architecture invariants and model defaults.
Instructions file
Claude Code instructions for seldonframe/seldonframe, covering claude.md — seldonframe project constitution, 1. locked seldonframe vision (never compromise), 2. workflow orchestration rules, 2.1 plan mode default and 2.2 subagent strategy.