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.
npx skills add S3YED/appie-kit --skill landing-page-workflowsgit clone --depth 1 https://github.com/S3YED/appie-kitWrote 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.
[](https://agentmods.dev/skills/s3yed/appie-kit/landing-page-workflows)<a href="https://agentmods.dev/skills/s3yed/appie-kit/landing-page-workflows"><img src="https://agentmods.dev/badge/skills/s3yed/appie-kit/landing-page-workflows/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.
<a href="https://agentmods.dev/skills/s3yed/appie-kit/landing-page-workflows"><img src="https://agentmods.dev/badge/skills/s3yed/appie-kit/landing-page-workflows.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00039 | $0.09170 |
| Opus 5 | $0.00019 | $0.04585 |
| Sonnet 5 | $0.00008 | $0.01834 |
| Haiku 4.5 | $0.00004 | $0.00917 |
Grade C, and why
landing-page-workflows scanned grade C with 2 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 9d 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.
Recursive force deletehighDestructive command
rm -rf with a variable or a broad path is one typo away from removing the wrong tree.
rm -rf /root/ibrahim-{project-name}/.vercel # critical — forces new Vercel project Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
curl -L -o /tmp/steven_raw.mp4 "https://drive.usercontent.google.com/download?id=FILE_ID&confirm=t&authuser=0" How it starts
The opening of the file, as written. The whole thing — 717 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Landing Page Workflows (Ibrahim Ramzy)
Build landing pages for The Creed / Health in Motion / giveaways. All pages use the same design system (navy + silver + royal blue, or gold for giveaways).
Source of Truth
The master high-ticket landing page lives at:
- Local:
/root/ibrahim/index.html - Live:
https://thecreed-one.vercel.app
The giveaway landing page lives at:
- Local:
/root/ibrahim-giveaway/index.html(complete, with VSL section) - Live:
https://ibrahim-giveaway.vercel.app(primary, includes VSL, hero, steps, prizes, testimonials, typeform) - Legacy (inactive):
https://creed-coaching-giveaway.vercel.app(older copy without VSL — do not edit) - Motion upgrade (Next.js + motion/react):
https://ibrahim-giveaway-v2.vercel.app— deployed from/root/ibrahim-giveaway-v2. Source:src/app/components/Sections.tsx,ConversionOptimizers.tsx,page.tsx. Has all animations, conversion optimizers, Lucide icons, and premium design. NOT yet domain-swapped — lives on its own Vercel project.
Always duplicate from one of these sources. Never start from scratch.
Duplication Pattern
cp -r /root/ibrahim /root/ibrahim-{project-name}
rm -rf /root/ibrahim-{project-name}/.vercel # critical — forces new Vercel project
Then edit index.html:
- Change
<title>, hero copy, CTAs - Update Typeform widget ID in the embed
- Test locally with a browser
Asset Linking
Videos and images are NOT copied to new projects. Reference the master deployment:
<!-- Videos -->
<source src="https://thecreed-one.vercel.app/videos/{name}.mp4">
<!-- Transformation images -->
<img src="https://thecreed-one.vercel.app/transformations/{name}.jpg">
<!-- Video posters -->
<video poster="https://thecreed-one.vercel.app/posters/{name}.jpg">
Available videos: pangina, davide, mohammed, matthew, mariel, ashley, asmond Steven's video must be deployed locally — see "Steven's Video Fix" below.
Available transformations: davide, fatuma, konstantin, marielle, matthew, mohammed, omar, pangina, steven
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.
- 9d ago First seen · 717 lines · 39 tokens per session scan C bf1e04efb6bf
landing-page-workflows is a skill published in the GitHub repository S3YED/appie-kit (9 stars, last pushed 17d ago), licensed MIT. It adds 39 tokens to every session and 9,170 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it C with 2 findings (recursive force delete, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.
Other skills, from other repositories
cache-components
Expert guidance for Next.js Cache Components and Partial Prerendering (PPR). PROACTIVE ACTIVATION: Use this skill automatically when working in Next.js projects that have cacheComponents: true in their next.config.ts/next.config.js. When this config is detected, proactively apply Cache Components patterns and best…
frontend-code-review
Trigger when the user requests a review of frontend files (e.g., .tsx, .ts, .js). Support both pending-change reviews and focused file reviews while applying the checklist rules.
clone-website
Reverse-engineer and clone a website in one shot — extracts assets, CSS, and content section-by-section and proactively dispatches parallel builder agents in worktrees as it goes. Use this whenever the user wants to clone, replicate, rebuild, reverse-engineer, or copy any website. Also triggers on phrases like "make a…
animation-patterns
Framer Motion patterns, page transitions, skeleton loading, scroll-linked animations, and gesture-based interactions for React.
accessibility-patterns
WCAG 2.2 AA compliance, ARIA patterns, keyboard navigation, screen reader optimization.
component-library-patterns
Design system token management, component API design, Storybook, and visual regression testing patterns.