mit einem Klick
claude-code-digital-nomad-config-pack
claude-code-digital-nomad-config-pack enthält 51 gesammelte Skills von Yaomeng1749, mit Repository-Berufsabdeckung und Skill-Detailseiten auf SkillsMP.
Skills in diesem Repository
Create stunning, animation-rich HTML presentations from scratch or by converting PowerPoint files. Use when the user wants to build a presentation, convert a PPT/PPTX to web, or create slides for a talk/pitch. Helps non-designers discover their aesthetic through visual exploration rather than abstract choices.
Create stunning, animation-rich HTML presentations from scratch or by converting PowerPoint files. Use when the user wants to build a presentation, convert a PPT/PPTX to web, or create slides for a talk/pitch. Helps non-designers discover their aesthetic through visual exploration rather than abstract choices.
API Key penetration testing skill for buyer/seller platform API key security assessment. Runs secret scanning (trufflehog + gitleaks), endpoint fuzzing (ffuf + arjun), traffic analysis, and records all findings.
Autonomous research review loop using any OpenAI-compatible LLM API. Configure via llm-chat MCP server or environment variables. Trigger with "auto review loop llm" or "llm review".
Autonomous multi-round research review loop using MiniMax API. Use when you want to use MiniMax instead of Codex MCP for external review. Trigger with "auto review loop minimax" or "minimax review".
Autonomous multi-round research review loop. Repeatedly reviews via Codex MCP, implements fixes, and re-reviews until positive assessment or max rounds reached. Use when user says "auto review loop", "review until it passes", or wants autonomous iterative improvement.
Workflow 1.5: Bridge between idea discovery and auto review. Reads EXPERIMENT_PLAN.md, implements experiment code, deploys to GPU, collects initial results. Use when user says "实现实验", "implement experiments", "bridge", "从计划到跑实验", "deploy the plan", or has an experiment plan ready to execute.
Comprehensive security penetration testing skill covering all attack surfaces - info gathering, web vulnerability scanning, SQL injection, XSS, directory bruteforce, Python code audit, git secret scanning, auth bypass, CSRF/SSRF, and configuration audit. Records all findings with severity ratings.
GitHub operations: commit, push, PR, fix CI, address review comments. Replaces Codex github:github, github:gh-address-comments, github:gh-fix-ci, github:yeet. Use when user says 'push', 'create PR', 'fix CI', 'address comments', 'yeet', or needs Git/GitHub workflow help.
Draft a structured grant proposal from research ideas and literature. Supports KAKENHI (Japan), NSF (US), NSFC (China, including 面上/青年/优青/杰青/海外优青/重点), ERC (EU), DFG (Germany), SNSF (Switzerland), ARC (Australia), NWO (Netherlands), and generic formats. Use when user says "write grant", "grant proposal", "申請書", "write KAKENHI", "科研費", "基金申请", "写基金", "NSF proposal", or wants to turn research ideas into a funding application.
Workflow 1: Full idea discovery pipeline. Orchestrates research-lit → idea-creator → novelty-check → research-review to go from a broad research direction to validated, pilot-tested ideas. Use when user says "找idea全流程", "idea discovery pipeline", "从零开始找方向", or wants the complete idea exploration workflow.
将用户指定知识库中的原始资料编译为结构化 wiki 文章。仅在用户显式要求编译知识库、整理 raw、更新 wiki 或 knowledge compile 时使用。
搜索和查询知识库,从 wiki 索引中快速找到相关信息
从当前对话中提取知识到用户指定的知识库。仅在用户显式要求保存知识、沉淀经验、更新 wiki、capture knowledge、preserve knowledge 时使用。
Run a bounded autonomous work loop with explicit stop conditions, status checks, and verification. Use when the user asks to keep iterating, run a loop, monitor progress, continue until passing, or execute repeated improve-test-review cycles.
Monitor running experiments, check progress, collect results. Use when user says "check results", "is it done", "monitor", or wants experiment output.
编译个人知识库 My vault 的 原始资料/ 原始资料为 知识库/ 结构化文章
搜索个人知识库 My vault 的 wiki
从当前对话提取知识保存到个人知识库 My vault(完整原文存 raw + 自动消化到 wiki)
审计个人知识库 My vault 的健康度(矛盾、重复、过期、质量)
Knowledge capture, meeting prep, research docs, and spec-to-implementation — stored as structured local Markdown. Replaces Codex notion:* skills. Use when user says 'capture decision', 'meeting prep', 'research doc', 'spec to tasks', '记录决策', '整理笔记', or needs structured knowledge management.
Compile LaTeX paper to PDF, fix errors, and verify output. Use when user says "编译论文", "compile paper", "build PDF", "生成PDF", or wants to compile LaTeX into a submission-ready PDF.
Generate publication-quality AI illustrations for academic papers using Gemini image generation. Creates architecture diagrams, method illustrations with Claude-supervised iterative refinement loop. Use when user says "生成图表", "画架构图", "AI绘图", "paper illustration", "generate diagram", or needs visual figures for papers.
Generate a structured paper outline from review conclusions and experiment results. Use when user says "写大纲", "paper outline", "plan the paper", "论文规划", or wants to create a paper plan before writing.
Generate a conference poster (article + tcbposter LaTeX → A0/A1 PDF + editable PPTX + SVG) from a compiled paper. Use when user says "做海报", "制作海报", "conference poster", "make poster", "生成poster", "poster session", or wants to create a poster for a conference presentation.
Generate conference presentation slides (beamer LaTeX → PDF + editable PPTX) from a compiled paper, with speaker notes and full talk script. Use when user says "做PPT", "做幻灯片", "make slides", "conference talk", "presentation slides", "生成slides", "写演讲稿", or wants beamer slides for a conference talk.
Draft LaTeX paper section by section from an outline. Use when user says "写论文", "write paper", "draft LaTeX", "开始写", or wants to generate LaTeX content from a paper plan.
Workflow 3: Full paper writing pipeline. Orchestrates paper-plan → paper-figure → paper-write → paper-compile → auto-paper-improvement-loop to go from a narrative report to a polished, submission-ready PDF. Use when user says "写论文全流程", "write paper pipeline", "从报告到PDF", "paper writing", or wants the complete paper generation workflow.
Orchestrate the phase workflow end to end by detecting whether the request is software delivery or solution design, then chaining the appropriate phase skills with bounded retries, status markers, and final reporting.
Phase A of the solution-design workflow: turn a broad idea or business/technical direction into candidate solutions using brainstorming, research, first-principles filtering, architecture evaluation, and PRD drafting.
Phase C of the solution-design workflow: execute an approved solution plan through iterative implementation, TDD, build repair, debugging, and progress tracking.
Phase 3 of the software delivery workflow: execute an approved implementation plan using TDD, language-specific patterns, focused changes, build repair, and bounded retries.
Phase 2 of the software delivery workflow: convert research and requirements into a practical PRD, implementation plan, architecture notes, task list, and acceptance criteria before coding.
Phase 1 of the software delivery workflow: understand a requested feature, bug fix, or technical change by searching existing implementations, reading project context, checking relevant docs, questioning requirements, and producing a research report before planning.
Phase 5 of the software delivery workflow: perform code quality, language-specific, security, and optional multi-model review on the current change set before shipping.
Phase 6 of the software delivery workflow: perform final verification, prepare commits, write PR summaries, and hand off a completed change safely.
Phase 4 of the software delivery workflow: run unit, integration, E2E, regression, coverage, and lightweight security checks against the current change set.
Phase B of the solution-design workflow: validate a proposed solution with security review, architecture critique, quality gates, first-principles audit, and optional multi-model adversarial review.
Phase D of the solution-design workflow: perform final implementation verification with code review, security review, E2E checks, optional multi-model review, and PR preparation.
Workflow 4: Submission rebuttal pipeline. Parses external reviews, enforces coverage and grounding, drafts a safe text-only rebuttal under venue limits, and manages follow-up rounds. Use when user says "rebuttal", "reply to reviewers", "ICML rebuttal", "OpenReview response", or wants to answer external reviews safely.