Skip to main content
Run any Skill in Manus
with one click
GitHub repository

dotfiles

dotfiles contains 14 collected skills from Fldicoahkiin, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
14
Stars
0
updated
2026-07-20
Forks
0
Occupation coverage
6 occupation categories · 100% classified
repository explorer

Skills in this repository

apple-l10n-zh
technical-writers

Use before translating any macOS or iOS app interface into Simplified Chinese (zh-Hans / 简体中文) — even a single button or menu label. Apple ships its own Chinese for UI (Save = 存储 not 保存, Copy = 拷贝 not 复制, chart Series = 序列 not 系列, plus Finder = 访达, Force Quit, Sockets, Resident Memory…), so don't translate from general knowledge — find each term in Apple's official zh-CN sources and pick it by the control's actual function, because a guess reads as machine translation. Triggers on a .xcstrings, .xliff, or .xcloc file, filling in target translations, a zh-Hans translation PR for a Mac/iPhone app, choosing the Apple-conventional Chinese for SwiftUI/Xcode buttons, menus, or labels, or keeping placeholders like %@, %lld, %1$@ intact. Gives the workflow to verify terms against Apple docs and flag disputed ones to the user, a cached glossary of already-verified terms and known traps, CJK punctuation and spacing rules, and a bulk target-injection script with placeholder-parity checks. Not for web/i18next/JSON locali

2026-07-20
azure-architecture-autopilot
software-developers

Design Azure infrastructure using natural language, or analyze existing Azure resources to auto-generate architecture diagrams, refine them through conversation, and deploy with Bicep. When to use this skill: - "Create X on Azure", "Set up a RAG architecture" (new design) - "Analyze my current Azure infrastructure", "Draw a diagram for rg-xxx" (existing analysis) - "Foundry is slow", "I want to reduce costs", "Strengthen security" (natural language modification) - Azure resource deployment, Bicep template generation, IaC code generation - Microsoft Foundry, AI Search, OpenAI, Fabric, ADLS Gen2, Databricks, and all Azure services

2026-07-20
demo-video-skill
software-developers

Produce a cinematic product/demo video from a live web app. Playwright records real on-screen interactions with a visible synthetic cursor; local Kokoro TTS narrates; Whisper builds word-synced captions; a HyperFrames HTML composition assembles the clips, voice, captions and a music bed into an MP4. Use when the user wants to make a demo video, product walkthrough, screen-recorded demo, hackathon submission video, launch clip, or "record my app with narration and captions". Outputs a single landscape MP4; a hackathon structure is built in as a template.

2026-07-20
eric-design
web-and-digital-interface-designers

Apply Eric's design standards. Use when designing, implementing, or reviewing UI visuals — landing pages, app UI, error feedback, icons, headings, page overscroll, or when choosing a visual direction from a design DNA spec in Eric's style.

2026-07-20
eric-guided-review
software-quality-assurance-analysts-and-testers

Produce Guided Review artifacts for pull requests. Use when the user asks for a guided review, PR walkthrough, line map, suggested reading order, review artifact, or structured PR review summary with risk and verification focus.

2026-07-20
flacier-hype
technical-writers

Flacier 个人专属的产品宣发 skill。当 Flacier 要为自己的项目(aghub、rust-rewrite 等)做宣发——写小红书、LinuxDo、小黑盒、即刻、知乎、公众号、B站、抖音、Reddit、推特/X、Product Hunt、GitHub README 的文案,做封面图/banner/social preview 配图,建官网落地页,出 demo 视频口径时使用。多平台差异化文风、去 AI 味、克制但到位的独立开发者调性。触发词:宣发、推广、炒作、发小红书、发帖、文案、launch、release note、readme 文案、官网、落地页、建站、封面图、配图、social preview、demo 视频。

2026-07-20
kill-ai-slop
web-developers

Find and remove AI slop — the generic, machine-default visual and copy tics of vibe-coded products — from a web project. Use when the user asks to "kill AI slop", "de-slop", "remove the AI look", "make this not look AI-generated", or clean up a landing page / UI / docs that feels templated. Detects and fixes the catalogue of tells: indigo→violet gradients, gradient-clip headlines, the default semantic palette, one-hue status boxes, atmospheric gradients, serif-italic emphasis, highlighted keywords, AI copywriting voice ("not just X — it's Y"), emoji everywhere, glowing status dots, colored-left-border callouts, pastel icon tiles, glassmorphism, over-rounding, oversized shadows, badge & pill spam, AI-drawn SVG icons, kickers over every heading, flat type hierarchies, invented stat rows (10k+ / 99.9% / 24/7), 01/02/03 section markers, cards nested in cards, the default Inter/Space Grotesk look, and more. Works on HTML/CSS, React/Vue/Svelte/Astro, Tailwind, and Markdown copy.

2026-07-20
malicious-skill-sample
information-security-analysts

a deliberately-malicious sample for testing

2026-07-20
native-feel-cross-platform-desktop
software-developers

Use when the user is designing, prototyping, or rewriting a desktop app that must run on multiple OSes (macOS + Windows, optionally Linux) AND feel indistinguishable from a native app to its users — fast launch, native windowing, native input handling, native materials. Trigger words include "cross-platform desktop", "Electron alternative", "Tauri vs native", "WebView wrapper", "near-native performance", "Raycast architecture", "WebKit/WebView2 quirks", "WKWebView", "system tray app", "global hotkey app", "launcher app". Do NOT trigger this skill for pure web apps, pure mobile apps, or for greenfield projects that have no native-feel requirement.

2026-07-20
eric-desktop
software-developers

Apply Eric's desktop app standards. Use when implementing, refactoring, or reviewing Electron, Tauri, desktop renderer, local runtime, packaging, update, window/webview, IPC/router, generated contract, desktop data-fetching, or native integration code in Eric's style.

2026-07-12
eric-e2e-testing
software-quality-assurance-analysts-and-testers

Apply Eric's browser end-to-end testing standards. Use when a task needs a real browser, UI smoke test, screenshot capture, browser bug reproduction, Dockerized browser test run, agent-browser based verification, or desktop WebView (Tauri/Electron) E2E where the app itself cannot be driven.

2026-07-12
eric-github-pr
software-quality-assurance-analysts-and-testers

Apply Eric's GitHub pull request review operations. Use when operating on GitHub PR changed-file review state, marking safe test-only files viewed, preparing a GitHub PR for review, or using gh GraphQL review mechanics.

2026-07-12
eric-review
software-quality-assurance-analysts-and-testers

Review code using Eric's standards. Use when the user asks for review, code review, frontend review, backend review, desktop review, React review, architecture review, PR review, or asks whether code matches Eric's style; prioritize concrete bugs, risks, overengineering, style drift, and missing focused tests.

2026-07-12
aghub-frontend-style
web-developers

aghub 桌面前端(crates/desktop)编码规约——React 19 + HeroUI v3 + Tailwind v4 + Tauri v2 的本仓库实际风格。写或改 crates/desktop/src 下任何 .tsx/.ts,做 UI/组件/数据请求/状态/i18n/路由时加载。

2026-06-16