← all publishers

Skryx-L-A

@skryx-l-a source repo

27 published skills

  1. Saas · skryx-l-a
    Build/set up a SaaS project — a multi-tenant web app with auth, billing, and a backend — from the user's grilled answers. Project-kit sub-skill loaded by new-project routing whenever someone wants to build a SaaS, web app, subscription product, dashboard, or "app people log into and pay for". Composes the website + api-backend sub-skills (and build-business when it must make money) rather than duplicating them; defaults to Stripe billing, auth, and a Supabase/Postgres option.
    0
    installs
  2. Data Ml · skryx-l-a
    Stand up a data / machine-learning project in a project folder from the user's answers — a reproducible data pipeline, training, and HONEST evaluation with hard leakage and overfit guardrails. A project-kit sub-skill loaded by new-project's routing whenever the user wants to BUILD a model / ML pipeline / data pipeline / classifier / predictor / do training/eval/analysis on data. Leakage discipline and an honest EVAL.md are mandatory. Composes with api-backend/website for serving.
    0
    installs
  3. LLM App · skryx-l-a
    Build/set up an LLM-powered PRODUCT — a chatbot, RAG-over-documents app, agent app, or fine-tune — from the user's grilled answers. Project-kit sub-skill loaded by new-project routing whenever someone wants to build an AI app, a chatbot, RAG, "chat with my docs", an LLM agent product, or fine-tune a model. Chains claude-api + Supabase pgvector + skill-creator evals, and bakes in grounded citations, an eval set, and hallucination/jailbreak/PII guardrails.
    0
    installs
  4. Website · skryx-l-a
    Build/set up a website project — a marketing site, landing page, portfolio, blog, agency, or business site — from the user's grilled answers. Project-kit sub-skill loaded by new-project routing whenever someone wants to build/design/redesign a website or web UI. Defaults to Astro 5 static, DSGVO-safe self-hosted assets, BITV/WCAG-AA accessibility, German UI with English code, Netlify deploy.
    0
    installs
  5. CLI Tool · skryx-l-a
    Build and set up a command-line tool project — a clean CLI with subcommands, --help, and proper exit codes, a real test suite, and a pip/npm publish path. This is a project-kit sub-skill loaded by new-project routing. Use WHENEVER the user wants to build, create, or ship a CLI, a command-line tool, a terminal utility, a dev tool, or a binary/script that's run from the shell and (optionally) published to PyPI or npm.
    0
    installs
  6. Game Dev · skryx-l-a
    Build/set up a game project FROM SCRATCH — a 2D or 3D game in Godot, Unity, Unreal, or the web (Phaser/Three.js) — from the user's grilled answers. Project-kit sub-skill loaded by new-project routing whenever someone wants to build, make, or prototype a game, a playable demo, or a game loop. Chains higgsfield for assets/audio/browser-game generation and magic for menus/UI, and bakes in a playable-vertical-slice done-bar.
    0
    installs
  7. Game Mod · skryx-l-a
    Build and set up a game-mod project — a mod, patch, total conversion, or tweak for a specific game and engine, shipped through a mod loader and deployed to a real game install. This is a project-kit sub-skill loaded by new-project routing. Use WHENEVER the user wants to mod, patch, hack, retexture, rebalance, or extend a game, especially on Linux via Proton with a loader like UE4SS or Smithbox.
    0
    installs
  8. Mobile App · skryx-l-a
    Build and set up a mobile application project (iOS, Android, Flutter, React Native, or Expo) with screen scaffolding, signing, store-listing assets, and an EAS/native build-and-submit pipeline to the App Store and Google Play. This is a project-kit sub-skill loaded by new-project routing. Use WHENEVER the user wants to build, create, or ship a mobile app, a phone/tablet app, an iOS or Android app, or anything published to the App Store or Play Store.
    0
    installs
  9. Simulation · skryx-l-a
    simulation — model from equations, then prove it reproduces a known case
    0
    installs
  10. API Backend · skryx-l-a
    Stand up a production-shaped REST/GraphQL API or backend service in a project folder from the user's answers — data model + reversible migrations, auth, input validation, tested endpoints, and a deploy path. A project-kit sub-skill loaded by new-project's routing whenever the user wants to BUILD AN API / backend / web service / endpoints / a server with a database. Supabase-first option; composes with website/saas. Not for static sites or pure CLIs.
    0
    installs
  11. Desktop App · skryx-l-a
    Build and set up a desktop / cross-platform application project (Electron, Qt/Python, or Tauri) with per-OS packaging, code signing, auto-update, and a GitHub-Release-plus-download-page distribution flow. This is a project-kit sub-skill loaded by new-project routing. Use WHENEVER the user wants to build, create, or ship a desktop app, a native GUI, a tray/menu-bar utility, a cross-platform installer, or anything that runs as an installed program on Windows / macOS / Linux.
    0
    installs
  12. Oss Library · skryx-l-a
    Build/set up a publishable open-source library — a PyPI, npm, or crates.io package — from the user's grilled answers. Project-kit sub-skill loaded by new-project routing whenever someone wants to ship a reusable package/library/SDK, "publish a module", make an installable dependency, or open-source a piece of code. Bakes in semantic versioning, a chosen LICENSE, a README with real examples, CHANGELOG, tests, and green CI so the package is actually installable and documented.
    0
    installs
  13. New Project · skryx-l-a bundle
    Stand up a brand-new project folder end-to-end — grill the plan to a full Definition of Ready, then auto-scaffold the perfect file/memory structure, project-specific sub-agents, and tooling for it. Use WHENEVER the user wants to start/create/set up a new project, a new project folder, a new repo, a new app/site/tool/business/research/anything — even if they only say "neues Projekt", "new project", "let's build X", "I want to start X", or "set up a folder for X". Run automatically at the very start of any new effort; the user should never have to point at this folder. Routes to type-specific sub-skills (build-business, website, api-backend, data-ml, quant-strategy, game-mod, game-dev, llm-app, hardware-embedded, creative-media, simulation, ecommerce-store, research-decision, content-writing, oss-library, browser-extension, bot-automation, saas, cli-tool, desktop-app, mobile-app, ai-agent-mcp) and a generic fallback.
    0
    installs
  14. AI Agent MCP · skryx-l-a
    Build/set up an AI meta-tooling project — a Claude Code skill, a subagent, an MCP server, or an agent app — from the user's grilled answers. Project-kit sub-skill loaded by new-project routing whenever someone wants to build a skill, write a subagent, stand up an MCP server, or ship an agent/LLM app. Chains skill-creator + claude-api, picks the right Claude model, and bakes in an eval plan so triggering and tools are proven, not assumed.
    0
    installs
  15. Email Manager · skryx-l-a bundle
    email-manager — autonomous inbox, draft-first
    0
    installs
  16. Bot Automation · skryx-l-a
    Build/set up a bot or automation project — a Discord/Telegram bot OR a workflow automation (n8n, cron, scheduler) — from the user's grilled answers. Project-kit sub-skill loaded by new-project routing whenever someone wants to build a bot, automate a workflow, schedule a recurring job, wire up event triggers, or connect services. Chains the n8n MCP for workflow builds and bakes in hosting (always-on vs cron), secret handling, and a runs-on-schedule done-bar.
    0
    installs
  17. Build Business · skryx-l-a bundle
    Stand up a complete one-person AI-agency / local-business operation in a project folder, driven by the user's answers. Operationalises the full 7-day "start a 1-person business with Claude" system — pick a market, target franchises, and build the three service pillars (database reactivation, reviews & referrals, speed-to-lead), then get clients with paid ads and a sales trainer — and merges proven startup/founder skill frameworks on top. Use ONLY when the user wants to BUILD A BUSINESS / agency / make money / get clients / find a market / create offers. Loaded by new-project's business branch (route a, new business). Not for projects that merely happen to be commercial — those link to an existing business profile instead.
    0
    installs
  18. Creative Media · skryx-l-a
    Build/set up a creative-media project — AI image/video/audio generation, a YouTube or ads channel, thumbnails, short-form, or brand visuals — from the user's grilled answers. Project-kit sub-skill loaded by new-project routing whenever someone wants to make videos, generate images, run a content channel, design thumbnails, produce ads, or build brand visuals. Chains higgsfield-generate (+ soul-id, product-photoshoot), design-harvest, pptx, and the virality predictor, and bakes in a repeatable produce→review→publish pipeline.
    0
    installs
  19. Quant Strategy · skryx-l-a
    Stand up a standalone quantitative TRADING STRATEGY project in a project folder from the user's answers — a walk-forward, leakage-free backtest with realistic costs and slippage, an honest BACKTESTS.md, and a reflexion loop that PROPOSES but never auto-deploys. A project-kit sub-skill loaded by new-project's routing whenever the user wants to BUILD a trading/quant strategy, backtest an edge, or research a signal. Built on a disciplined honest-eval culture. Paper/research only by default.
    0
    installs
  20. Content Writing · skryx-l-a
    Build and set up a content-writing project — a book, course, documentation set, article, guide, or long-form written work — structured by outline and chapters and exported to a polished format. This is a project-kit sub-skill loaded by new-project routing. Use WHENEVER the user wants to write, draft, author, or ghostwrite a book, course, e-book, manual, docs, article, newsletter, or any substantial prose deliverable.
    0
    installs
  21. Ecommerce Store · skryx-l-a
    Stand up an e-commerce STORE / storefront in a project folder from the user's answers — Shopify-first, with a product catalog, collections, inventory, a working checkout, a discount, and analytics wired up. A project-kit sub-skill loaded by new-project's routing whenever the user wants to BUILD an online store / storefront / sell products / set up Shopify / a shop with checkout. Technical build only; the acquisition/marketing money strategy is build-business's job. Composes with website (custom storefront) and chains the Shopify MCP.
    0
    installs
  22. Generic Project · skryx-l-a
    The FALLBACK project-kit sub-skill loaded by new-project routing for ANY project with no specific type match — life-admin, an event, a hardware build, a personal system, a one-off, whatever. Use WHENEVER the user wants to start, set up, organise, or run a project that doesn't fit website / app / API / data / business / research / writing / game-mod / any other type. Makes zero code or business assumptions.
    0
    installs
  23. Browser Extension · skryx-l-a
    Build/set up a browser-extension project — a Chrome/Firefox/Edge add-on with content scripts, a background service worker, and a popup/options UI — from the user's grilled answers. Project-kit sub-skill loaded by new-project routing whenever someone wants to build a browser extension, add-on, Chrome/Firefox plugin, or web-page-injecting tool. Defaults to Manifest V3, minimal permissions, and a store-ready listing; can drive claude-in-chrome/playwright to test the loaded extension live.
    0
    installs
  24. Hardware Embedded · skryx-l-a
    Stand up a firmware / embedded / microcontroller / robotics / IoT project in a project folder from the user's answers — toolchain set up, drivers and the main loop written, a power budget checked, and a guided flash-and-verify path onto the real board. A project-kit sub-skill loaded by new-project's routing whenever the user wants to BUILD firmware / an embedded system / a microcontroller, robotics, or IoT project, up toward aerospace (CubeSat-ish). The agent cannot wire or flash a board itself — it sets up the toolchain and guides the USER to connect, flash, and report back.
    0
    installs
  25. Research Decision · skryx-l-a
    Build and set up a research-and-decision project — a structured investigation that compares candidates against criteria to reach a sourced, logged recommendation. This is a project-kit sub-skill loaded by new-project routing. Use WHENEVER the user wants to research a question, weigh options, compare alternatives, build a decision matrix, or decide between candidates (which X to choose) by a deadline.
    0
    installs
  26. Agency Automations · skryx-l-a bundle
    Builds the RUNNING automations a local-business/agency actually delivers — speed-to-lead, database reactivation, reviews & referrals — wiring webhooks, SMS/email messaging, follow-up sequences, and booking into a live system. Project-kit sub-skill loaded by new-project routing, or composed by build-business, whenever the user wants to DELIVER and RUN automations (not just plan them). Defaults to n8n; can drop to a custom api-backend or an existing GHL-style SaaS. Compliance (TCPA, A2P 10DLC, CAN-SPAM, GDPR, Google review policy) is enforced, not optional.
    0
    installs
  27. Social Media Manager · skryx-l-a bundle
    Autonomously manages social media accounts — creates ads, writes and schedules posts, posts to subreddits/Reddit, and engages/replies — across X, Reddit, LinkedIn, Instagram, Facebook, and TikTok, for a business or brand. A project-kit skill. Triggers when the user wants to run or manage social media, make ads or ad creatives, post to Reddit/subreddits, schedule content, grow a channel, or handle community engagement. Composes creative-media for visuals and build-business for offers. Publishing and ad spend always pass a configurable approval gate.
    0
    installs