growth-engineer

Operates a trend-driven X growth engine that drafts Typefully posts and replies.

Updated Jul 10, 2026
One-click install
npx skills add https://github.com/Kaleb-Rupe/aurora --skill growth-engineer-kaleb-rupe
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: growth-engineer
Source: https://github.com/Kaleb-Rupe/aurora/tree/main/growth/.claude/skills/growth-engineer
Command: npx skills add https://github.com/Kaleb-Rupe/aurora --skill growth-engineer-kaleb-rupe

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Growing an X (Twitter) account organically requires constant monitoring of trending topics, drafting on-voice posts and replies, and learning from human edits — a repetitive workflow this Skill operationalizes with strict rules so any Claude session can act as the growth engineer. ## Core Features & Use Cases - Engine cycle execution: Run light, full, or weekly engine cycles via bash scripts/run.sh to collect trend data, refresh rankings, and generate AI digests. - Draft creation with guardrails: Create voice-linted Typefully drafts through the local ops API at 127.0.0.1:4242, with publishing structurally blocked so a human always approves. - Engagement intelligence: Rank accounts and topics with bun scripts/engage.ts and tune topics, accounts, and voice configs based on engagement data. - Edit mining and learning: Mine human edits against data/draft-originals.jsonl to propose dated edit-lessons and log session work to docs/log/. - Use Case: A social media operator asks Claude to run a full engine cycle, review the top trending topics, and draft three reply variants into a trending conversation — all linted against the persona's voice rules and queued as drafts for human approval. ## Quick Start Ask Claude to run a light engine cycle and then draft a voice-linted reply to the top trending topic as a Typefully draft.

Frequently Asked Questions about growth-engineer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run the growth engine cycle?

Run `bash scripts/run.sh light|full|weekly` from the growth directory. Light mode collects data only, full adds the AI digest, and weekly adds deep analysis, follows-sync, and authority engagement.

How do I create a Typefully draft with this skill?

Create drafts via `POST http://127.0.0.1:4242/api/drafts`, which is lint-gated and structurally rejects any publish_at field. Every draft must first pass `bun scripts/voice-lint.ts` against the persona's voice rules.

Can the growth engine publish posts to X automatically?

No, the engine creates drafts only and never publishes. Publishing is structurally rejected at the API level, and the human remains the approval filter for every post and reply.

Does the skill use the official X API or scraping?

It uses official APIs only: the X API on a pay-per-use basis plus the Typefully REST API. Scrapers and browser automation against X are explicitly forbidden by the skill's hard invariants.

Why did my draft fail the voice lint check?

Voice-lint rejects text containing banned vocabulary, unapproved emojis, or patterns defined in the voice config and edit-lessons. Fix the flagged violations and re-lint; overrides require explicit human approval.