scalably-io
- 22 skills
- 0 followers
- 6 hours ago last updated
- ▌ Dream · scalably-ioRuns the nightly memory-consolidation routine defined by the memory-system skill: reads the last 48 hours of daily logs, files each fact into the right memory-tree location by an evidence contract and rubric, integrates pending learned-corrections, updates the current week's summary, and verifies the tree with a check script. Use to dream, run nightly memory consolidation, consolidate memory, or do a nightly memory pass. Not for answering what's already remembered (ordinary reading of memory files) or for the deeper weekly pass: that's weekly-memory-cleanup, which runs this routine first.
- ▌ Memory · scalably-ioUse when the user says remember, forget, recall, or asks what do you know about something, or wants to save a correction, preference, or durable fact for a future session. Triggers: remember, forget, recall, memory, save this, store this, what do you know about, what did we discuss. Not for: session-scoped notes that don't need to persist (keep those in context); not for storing files (write files to the project directory instead). Memory here is plain files under `./memory/` and `./rules/`, read and edited directly; there is no memory API and no separate memory tool to call.
- ▌ Prompt · scalably-ioRewrite and optimize prompts for the current Claude model. Use when the user asks to optimize, rewrite, or tighten a prompt, or wants a rough task description turned into a ready-to-run agent prompt. Outputs a single copy-pasteable prompt in a code block, never the answer to the prompt itself.
- ▌ Report · scalably-io bundleUse when the user requests a report, analysis, summary, dashboard, breakdown, deep dive, or any data deliverable that should render as branded HTML. Triggers: build a report, give me a summary, dashboard, analysis, present the findings, show the breakdown. For visuals only (chart, flowchart, diagram) use a dedicated diagram/chart skill instead. To publish the result publicly, deploy it after with Netlify, Surge, or GitHub Pages.
- ▌ Classify · scalably-io bundleBatch-classify a list of website domains by niche (primary + secondary + confidence): scrapes each homepage and about page, then tags each domain against a niche rubric. Does not filter, score quality, or find contact emails, only tags. Triggers: classify domains, classify niches, niche classification, categorize websites, tag domains, bulk classify, classify sites.
- ▌ Research · scalably-io bundleUse when the user requests research, a deep dive, a compare X vs Y, trend analysis, or any answer that needs multiple web sources with citations. Triggers: research, deep research, deep dive, comprehensive analysis, compare, analyze trends, investigate, find sources on, what's the state of. Not for 1-2-search lookups; use web search directly for those.
- ▌ Daily Log · scalably-ioExtracts a structured evidence ledger from today's session transcripts (actions, corrections, positive signals, workflow patterns, each tagged with an evidence-strength label) and writes it to ./memory/daily/YYYY-MM-DD.md, the input the dream skill consolidates into long-term memory. Use for a daily log, an end-of-day summary, a daily wrap-up, to summarize today's conversations, or a nightly digest. Not for long-term memory consolidation itself: that's the dream skill, which reads this skill's output the next time it runs.
- ▌ Automation · scalably-ioUse when the user requests bulk or repetitive data work that doesn't need judgment: process all rows, cross-reference two lists, batch-update many records, run the same calculation across N items. Triggers: process all, for each row, bulk update, automate this, run a script over, do this for every.
- ▌ Publish HTML · scalably-io bundleUse when the user wants a public URL for an HTML deliverable (report, dashboard, presentation) so they can share it by link. Triggers: publish, share by link, public URL, send the link, make it shareable, deploy this. For creating the HTML content first, load the report skill.
- ▌ Anchor Policy · scalably-io bundleValidate anchor text placement, URL correctness, and SEO positioning in a guest-post draft against a target anchor spec: checks that anchors land in the correct sections, the primary anchor is the first external link, the introduction is link-free, and spacing rules are met, for both the Standard/PR and Listicle anchor models. Triggers: check anchors, validate links, anchor policy, anchor compliance, verify anchor text, anchor QA, link placement check.
- ▌ Lead Pipeline · scalably-ioRuns a B2B lead-generation pipeline end to end: discovers candidate companies for a vertical and region, scores each against a qualification rubric, finds a contact for the ones that qualify, drafts a personalized outreach email per contact, and writes a ready-to-send CSV. Tracks every company, contact, and campaign membership in a local SQLite store so a later run only processes what changed, and supports resuming a failed run from its last completed stage. Triggers: run lead pipeline, lead pipeline, generate leads, find prospects, build a lead list, lead gen pipeline, prospect pipeline, outreach pipeline, lead pipeline status, lead pipeline resume.
- ▌ Memory System · scalably-io bundleThe memory-system maintenance contract: file layout, format spec, size caps, and the nightly / weekly / migration routines for a project's file-based memory (see the `memory` skill for day-to-day recall/save/forget behavior). Triggers: dream, memory consolidation, nightly memory, weekly memory cleanup, memory migration, learned corrections. Not for: answering what's already remembered (that's ordinary reading of the memory files, handled by the `memory` skill).
- ▌ Browser Scrape · scalably-ioRetrieve and extract public web-page content with Scrapling, escalating from a plain HTTP fetch to a real browser to an anti-bot stealth browser only as needed. Use for scraping, reading sites, homepage or contact harvesting, domain enrichment, repeated URLs, JS-rendered pages, and public pages that block a plain fetch. Not for login, forms, clicks, visual UI work, downloads, or authenticated interaction; use an interactive browser-automation skill for those; use a dedicated API when one exists.
- ▌ Friday Feedback · scalably-ioRuns a natural weekly check-in: reads the week's daily logs for corrections, frustrations, wins, repeated tasks and manual patterns worth automating, then sends ONE short first-person reflective message (never a numbered survey) asking what to improve and what to automate, and saves any reply to a dated feedback file. Supports an explicit opt-out. Use for Friday feedback, a weekly check-in, asking for feedback, or a weekly reflection. Not for a structured survey or NPS-style questionnaire.
- ▌ Workspace Reorg · scalably-ioOne-time deep cleanup of a project root that has accumulated loose files: classifies every loose file as protected, recently active, or archivable, backs up before moving anything, archives by month into projects/archive/YYYY-MM/, builds projects/INDEX.md, and reports a full manifest. Moves only, except a regenerable root node_modules/. Use for a workspace reorg, to clean up the workspace, reorganize the project root, or a one-time root cleanup. Not for routine/recurring tidying: that's the lighter workspace phase inside weekly-memory-cleanup's Sunday routine.
- ▌ Internal Linking · scalably-io bundleInternal-linking campaign engine. Given a site plus (optionally) target pages to boost and source pages to link from, proposes up to 3 high-quality internal links per source (anchors verbatim from each source's own body text, semantically matched to targets, validated by a deterministic gate, and QA-checked), then delivers a CSV (or Google Sheet). Five scripts do the deterministic parts (candidate selection, extraction, validity gate, the optional re-match loop, final merge); an agent does the matching and quality judgment. Triggers: run internal linking, internal linking for, internal-linking campaign, build internal links, find internal link opportunities, internal link audit.
- ▌ Webmaster Policy · scalably-ioValidate a guest-post draft against a target site's webmaster requirements: checks formatting, structure, prohibited topics, word count, section constraints, and image formatting with descriptive captions. Triggers: webmaster policy, check requirements, webmaster requirements, policy check, validate draft, content requirements, site requirements, webmaster QA.
- ▌ Guest Post Writer · scalably-io bundleWrite a complete guest-post article from a brief (target site, topic, target keyword, anchor and URL): runs research, drafting, an anti-AI writing-quality pass, anchor and webmaster policy checks, optional image generation, and a DOCX export. Triggers: write guest post, guest post, write article, content article, link building article, write post for site, draft guest post, write blog post for link.
- ▌ Batch Contact Email · scalably-ioExtract a contact email for each domain in a list (no niche or quality filtering, assumes the domains are already vetted). Scrapes common contact paths first, falls back to an email-lookup API only when scraping finds nothing, and delivers a CSV (or a markdown table for small batches) with one row per input domain, never silently dropping one. Triggers: find emails, extract emails, contact emails, email list, find contacts, emails for these sites, emails from domains, email extraction, contacts CSV, contacts sheet.
- ▌ Runtime Constraints · scalably-ioUse when uncertain whether a tool, package, or library is available in the current agent runtime, before any pip/npm/apt install, when an unfamiliar Bash command fails, or when you need to check what's on PATH before assuming it isn't there. Triggers: what's available, can I install, is X installed, pip install, npm install, package, runtime, blocked path. Not for: actually performing tasks; this is a reference skill, consult it when uncertain what the runtime provides.
- ▌ Link Insertion Finder · scalably-ioFind the best article on a target site for inserting a backlink, given anchor text and a destination URL. Crawls the site, ranks editorial articles by topical fit and insertion naturalness, and suggests exact insertion points, with an optional check for whether the site already links to a competitor. Triggers: find placement, find article placement, link insertion opportunity, where to insert link, best article for backlink, suitable article for anchor, placement on site, find link-insertion, where can we put this link.
- ▌ Weekly Memory Cleanup · scalably-ioRuns the memory-system skill's Sunday deep pass: the nightly routine first, then archiving the finished week, deduping and topic-merging learned-corrections, reviewing the tree for staleness, cross-file deduping, and rebuilding the index from scratch. Use for weekly memory cleanup, a Sunday memory cleanup, a weekly deep pass, archiving the week, or a memory audit. Not for the nightly pass alone: that's the dream skill; this skill runs it first and then goes further.