Haifai-AI
- 21 skills
- 0 followers
- 11 hours ago last updated
- ▌ Dsh Code Review · haifai-aiUse when reviewing a pull request in the deepseek-harness repo — orients the reviewer to this codebase's standards (AGENTS.md conventions, defensive patterns, ADRs, quality gates) and the review-specific checks that code alone can't show
- ▌ Dsh Doc Standards · haifai-aiUse when writing, moving, reviewing, or auditing documentation in the deepseek-harness repo — choosing hierarchy and detail, separating tutorials from references, checking tutorial progression, trimming doc slop, responding to a verify-doc-budgets failure, or requests like "improve the docs", "audit the docs", "where should this be documented", or "this doc is too long".
- ▌ Dsh Prose Standard · haifai-ai bundleUse when writing, reviewing, restoring, trimming, or auditing prose in the deepseek-harness repo, including deciding where documentation or comments are required across Markdown, JSDoc, code and test comments, prompts, descriptions, diagnostics, and CLI or UI strings.
- ▌ Record Browser Gif · haifai-ai bundleRecord browser or Web UI interaction demos as optimized GIFs using the available built-in browser, state-based frame capture, and deterministic encoding, then publish to a dedicated assets branch when the task includes attaching the GIF to a pull request. Use when asked to make, record, or generate a GIF that demonstrates a browser workflow, and for every pull request that changes product-user-visible GUI behavior, which MUST include a GIF recorded from the pull request's real server and model flow.
- ▌ Dsh Trim Cot Leakage · haifai-ai bundleUse when auditing or fixing prose that reads like a leaked reasoning transcript — dead design-session citations such as (decision N), audit item codes, or §N of uncommitted drafts; change narration such as "used to", "no longer", "this cut"; stack or review vantage ("a later PR in this stack", "rejected in review"); reviewer-addressed justifications; control-flow narration; or hedged planning residue in comments, JSDoc, docs, or Agent Notes.
- ▌ Dsh Archive Agent Notes · haifai-ai bundleUse when adding, auditing, pruning, archiving, restoring, or reviewing Agent Notes in deepseek-harness; checks every new note for superseded active records, classifies implemented notes by future decision value, deletes rejected notes that no longer prevent a tempting fallacy, and applies the frozen archived/{kind} triplet and manifest rules.
- ▌ Dsh Merging Stacked Prs · haifai-aiUse when landing a stack of dependent GitHub PRs (A ← B ← C, where each bases on the one below) onto master, merging a PR whose base is another open PR's branch, or whenever a request mentions "stacked PRs", "PR stack", "dependent PRs", or merging several related PRs in sequence. Requires every same-repository dependency chain to use GitHub's official stacked-PR feature before landing so GitHub owns stack-wide rules, CI, ordering, retargeting, and merge state.
- ▌ Dsh Find Simplifications · haifai-aiUse when working in the deepseek-harness repo to find non-obvious simplification candidates, write proposed Agent Notes or inline TODO/FIXME/XXX notes, audit or coalesce superseded Agent Notes, or fold worthwhile simplification ideas from another PR; especially for dead, duplicated, speculative, over-built, added-then-removed, or hand-rolled-where-a-dependency-exists surfaces.
- ▌ Cordis Plugin Development · haifai-aiCreate, modify, debug, or extend dynamic Cordis Plugins, including Host Services and Events, Client Slot and theme UI, Package-private Client-to-Host calls, dynamic Tools, version updates, approval failures, and runtime diagnostics. Use this Skill to route a user request to the correct platform and Inspect Provider, then define, run, repair, or roll back the Plugin.
- ▌
- ▌ Dsh Doc Site Sync · haifai-ai bundleUse when publishing, updating, moving, or removing DeepSeek Harness documentation website pages; editing website/docs.ts mappings or navigation; diagnosing a page missing from the VitePress site; fixing projected documentation links; or running the docs:dev, docs:check, and doc-sync workflow after website-content changes.
- ▌ Dsh Translate Docs · haifai-ai bundleManually run the extended DeepSeek Harness bilingual-document workflow, including generated briefings, delegated prose translation, whole-document translation, and scoped pairing verification.
- ▌ Dsh Pre Push Checks · haifai-ai bundleUse before pushing, force-pushing, marking ready for review, or claiming checks pass on a deepseek-harness branch, and immediately after gh stack sync publishes rewritten branches, to select the smallest tests and checks that cover the outgoing or just-published diff without reflexively running the full repository suite.
- ▌ Data Cleaning · haifai-aiClean, normalize, and reconcile messy spreadsheets or delimited files — duplicates, inconsistent labels, mixed types, broken dates — then hand back a tidy workbook plus an audit trail of every change. Use when data looks messy before analysis.
- ▌ Excel Analysis · haifai-ai bundleBuild polished Excel analysis workbooks by writing Python (openpyxl, pandas) and running it — live formulas that still preview with real numbers, native charts, real Excel Tables, number formats, a summary sheet with findings. Use whenever the user shares a spreadsheet or asks to analyze, summarize, or present numbers in Excel.
- ▌ PDF Processing · haifai-aiCreate PDFs by writing Python (reportlab) and running it — designed fresh per document, same visual language as our decks and docs; or manipulate existing PDFs with pypdf/pdfplumber (merge, split, fill forms, extract). Use for any PDF request or PDF-based analysis task.
- ▌ Document Report · haifai-aiWrite polished Word documents by writing Python (python-docx) and running it — a fresh, topic-informed design every time: styled heading system, cover page, callouts, quiet tables, captions, page numbers. Use for reports, memos, proposals, one-pagers, any .docx deliverable.
- ▌ Powerpoint Deck · haifai-ai bundleDesign and build a polished PowerPoint deck by writing and running a python-pptx script: a fresh, topic-informed visual design every time — palette, typography, motif, varied layouts, styled native charts, speaker notes, and a mandatory visual QA render. Use for any slide deliverable: business reviews, pitch decks, reports, training decks, announcements.
- ▌ Research Report · haifai-aiLong-horizon research: gather sources with web_search/web_fetch, synthesize findings into an evidence-graded report or workbook, and track multi-step investigations across a session. Use for open-ended research questions, market scans, and competitor or literature reviews.
- ▌ Office Design System · haifai-aiCross-format visual language for Baby Whale deliverables: how to pick a fresh topic-informed palette and carry it consistently across workbooks, decks, documents, and PDFs so a multi-file pack reads as one designed set. Use alongside the other office skills whenever more than one file ships.
- ▌ Editing Cordis Compositions · haifai-aiUse when creating, changing, or validating a Cordis composition for this harness — writing or editing an agent preset, adding or removing a plugin row, deciding whether something belongs to the host composition or to one session, checking whether a preset you authored actually mounts, or diagnosing a row that mounted but contributed nothing.