Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
seangeng
Profil créateur GitHub

seangeng

Vue par dépôt de 11 skills collectés dans 2 dépôts GitHub.

skills collectés
11
dépôts
2
mis à jour
2026-06-15
explorateur de dépôts

Dépôts et skills représentatifs

remark-mermaid-tldraw
Développeurs de logiciels

Integrate the `remark-mermaid-tldraw` package so a project's ```mermaid code fences render as tldraw's warm, hand-drawn SVGs at build time (light + dark variants, zero client JS). Use this skill whenever the user wants their mermaid diagrams to look hand-drawn / sketched / less generic, mentions tldraw + mermaid together, wants build-time or pre-rendered diagrams in a blog or docs site, asks to "make my diagrams look better", or is wiring diagrams into MDX, Astro, Next.js, Eleventy, Vite, or React Router markdown. It encodes the exact install (including the headless-browser peer deps), the four wiring steps, the per-framework recipes, and — most importantly — the MDX-only `rehype-raw` gotcha that silently breaks the build if you miss it, plus how caching, light/dark, and the unsupported-diagram fallback work. Reach for it proactively when adding diagrams to any markdown/MDX pipeline; the default mermaid output is fine but flat, and this swaps it for the tldraw aesthetic without shipping any runtime JS.

2026-06-15
input-anticipation
Développeurs de logiciels

Implement anticipatory UI — interfaces that react to pointer intent *before* the click. Three patterns: a proximity focus ring that warms as the cursor nears a field, a magnetic target that leans toward the cursor, and trajectory prediction that arms/prefetches the element the cursor is heading toward. Use this skill whenever the user wants a UI to "feel alive / responsive / fast", asks for a glow or focus ring that reacts to the mouse, a magnetic or cursor-attracting button, hover-intent or predictive prefetch, "make the chat box feel premium", or mentions input anticipation / anticipatory design / reacting to cursor proximity. Also reach for it proactively when building a hero CTA, an AI chat input, or a primary nav and the user wants polish. It bakes in the performance budget (reserve it for 1-2 high-value targets, never every button) and the accessibility rules (pointer-only effects must stay pure decoration, never become the only way to reach a control), so the result is tasteful and safe rather than a g

2026-06-13
block-disposable-emails
Développeurs de logiciels

Reject throwaway/disposable email addresses at signup by checking the domain against a maintained list, so spam accounts, trial-abuse, and fake signups drop sharply. Use this whenever the user is building or hardening a signup / registration / waitlist flow and mentions fake accounts, throwaway emails, mailinator / 10minutemail / temp-mail, trial abuse, bot signups, junk users, or wants to "improve signup quality" or "stop disposable emails." Reach for it when adding an auth/signup endpoint even if the user hasn't named disposable email yet — it's a cheap, high-leverage guard. Produces a server-side check (works on Node, edge runtimes like Cloudflare Workers, etc.) and the rules for layering it with a CAPTCHA and email verification.

2026-06-13
boil-the-ocean
Développeurs de logiciels

Raise the effort and completeness bar on agent work so it ships the finished thing, not a plan to build it. Use this when the user wants an agent to "do the whole thing", "go all the way", "don't stop at good enough", "ship it complete", "stop handing me plans", or is frustrated that previous output was half-done, left dangling threads, shipped a workaround, or offered to "table it for later." Also load it when setting up a coding agent's standing instructions (system prompt, SOUL.md, CLAUDE.md, AGENTS.md) and you want a reusable "completeness" directive. It's a prompt to paste into the agent's persistent config, plus the judgment to know when to dial it back.

2026-06-13
cloudflare-leaky-paths
Développeurs de logiciels

Generate and apply a Cloudflare WAF custom rule that blocks common scanner/leaky paths (.env, .git, wp-login, phpMyAdmin, backups, infra config) at the edge before they reach the origin. Use when the user wants to block scanner traffic, harden a Cloudflare zone, stop .env/.git probing, reduce bot/scanner load, or asks about "leaky paths" or WAF custom rules.

2026-06-13
plan-optimizer
Spécialistes en gestion de projets

Iteratively optimize a plan by scoring it against a rubric, critiquing it, and rewriting it until the score plateaus. Use this skill whenever the user wants to refine, improve, harden, stress-test, or "make the best possible" version of a plan of any kind — project plans, execution/rollout plans, code implementation plans, research plans, strategy memos, study plans, training plans, go-to-market plans, or proposals. Trigger it when the user says things like "improve this plan", "iterate on this until it can't get better", "score and refine my approach", "find the holes in this plan", "make this plan bulletproof", or describes wanting an automatic improve-and-score loop. Also use it proactively when the user shares a draft plan and asks "is this good?" or "what would make this better?" — the loop produces a measurably stronger plan than a single critique pass.

2026-06-13
write-like-a-human
Écrivains et auteurs

Strip the AI tells out of generated prose so it reads like a person wrote it. Use this skill whenever you're asked to write or rewrite human-facing copy — a blog post, landing page, marketing email, newsletter, README intro, product announcement, social post, or any content a reader will actually read — and especially when the user says it sounds "robotic", "like AI", "too corporate", "soulless", or asks to "humanize", "make it sound natural", "less AI", or "punchier". Reach for it proactively before drafting any substantial piece of copy, not just when fixing existing text. It applies a voice (conversational, varied rhythm, real opinion) and a hard ban-list of buzzwords and filler that give machine writing away.

2026-06-13
holydocs
Développeurs de logiciels

Create, migrate, and write documentation with HolyDocs. Use when the user wants to set up docs, create a docs site, migrate from Mintlify or Docusaurus, configure docs.json, write MDX pages, or improve HolyDocs documentation quality. This package contains 3 skills: holydocs, holydocs-migrate, and holydocs-writing.

2026-04-13
holydocs
Développeurs de logiciels

Create and configure HolyDocs documentation projects. Use when the user wants to set up documentation, create a docs site, initialize a docs project, configure docs.json, add MDX pages, or work with HolyDocs in any way. Also trigger when seeing docs.json, holydocs.json, @holydocs/cli, or MDX documentation files in the project. This is the go-to skill for anything related to HolyDocs documentation platform.

2026-04-13
holydocs-migrate
Développeurs de logiciels

Migrate documentation from Mintlify, GitBook, Docusaurus, ReadMe, or VuePress to HolyDocs. Use when the user wants to migrate, convert, switch, or move their docs from another platform. Also trigger when you see mint.json (Mintlify), docusaurus.config.js (Docusaurus), .gitbook.yaml (GitBook), or readme.yaml (ReadMe) in the project, or when the user mentions any of these platforms in the context of documentation.

2026-04-11
holydocs-writing
Développeurs de logiciels

Best practices for writing high-quality documentation with HolyDocs. Use when the user wants to write docs, improve documentation quality, add new pages, review doc content, follow documentation style guides, or ask about how to write effective technical documentation. Also use when writing or editing any .mdx file in a docs project, creating changelogs, or structuring documentation content. This skill makes docs clearer, more scannable, and more effective.

2026-04-11
2 dépôts affichés sur 2
Tous les dépôts sont affichés