write
25Command
Load brief-write skill to create or rewrite text in user's blog writing style.
Command
Load brief-write skill to create or rewrite text in user's blog writing style.
Command
自控自主迭代/Autonomous self-controlled iteration.
Skill Claude CodeCodex
Search doctoral dissertations for a given academic field, compile professional sites and databases with description and update frequency, preserve complete search records, and independently verify every citation link before including in the final report. Use when user wants to explore a new research field, search for…
Skill Claude CodeCodex
Academic paper writing assistant for top-tier conferences and journals with AIGC-aware natural voice and figure quality enforcement. Triggers when: Writing academic papers or articles, needing literature search and citation formatting, preparing manuscripts for conference submission, creating paper structure…
Skill Claude CodeCodex
Security review for skills before installation, detecting dangerous patterns and assessing risk levels. Triggers when: Installing a new skill, periodically reviewing installed skills, or suspecting security issues in a skill. Commands: /安检 - Audit skill security /安检 scan - Deep scan /安检 list - List installed skill…
Skill Claude CodeCodex
Pre-publish review with multi-layer deep analysis for code quality assurance before release. Now with AI attribution detection (ODS-inspired), risk-weighted scoring, and review-tier routing. Triggers when: Preparing to publish an npm package, needing pre-release review, or checking code change quality. Commands: /把关 …
Skill Claude CodeCodex
Enrollment guidance assistant that searches official data for cross-referenced analysis and practical advice on college entrance and graduate school applications. Triggers when: Needing enrollment data analysis, checking admission scores, analyzing major employment prospects, or researching school admission…
Skill Claude CodeCodex
Writing skill that mimics user blog style with concise, colloquial, and sincere language while avoiding AI-detectable patterns. Triggers when: Needing to mimic user writing style, write concisely, compose blog articles, or create technical documentation. Commands: /简写 - Write or rewrite in user's style /write - Write…
Skill Claude CodeCodex
Core patterns for AI coding agents based on analysis of Claude Code, Codex, Cline, Aider, OpenCode. Triggers when: Building an AI coding agent or assistant, implementing tool-calling loops, managing context windows for LLMs, setting up agent memory or skill systems, or designing multi-provider LLM abstraction.…
Skill Claude CodeCodex
Pure-Python legacy Word (.doc) → .docx converter. Parses the Word 97/2000/2002/2003 binary format (and the Word-97-compatible output written by WPS Office) directly — no LibreOffice, no Microsoft Word, no textutil, no antiword/catdoc, no external binaries of any kind. Only olefile + python-docx + lxml. Triggers when…
Skill Claude CodeCodex
Lossless DOCX unpack / edit / repack toolkit. Treats a .docx as a ZIP of OOXML parts, edits the raw XML with lxml, and on save copies every UNMODIFIED part byte-for-byte — only the parts you actually edited are re-serialised. Guarantees that opening, editing and saving a document leaves its formatting completely…
Skill Claude CodeCodex
Converts .docx documents (manuals, textbooks, reference books) into self-contained, searchable, mobile-friendly HTML knowledge bases with embedded images, chapter navigation, and full-text search. Triggers when: User provides a .docx file and requests a knowledge base, searchable HTML, mobile-friendly reader, or…
Skill Claude CodeCodex
Complete PR lifecycle management from worktree creation through implementation, commits, PR creation, verification loop, to merge and cleanup. Triggers when: Implementing a feature and submitting a PR, fixing an Issue, or completing merge work after code review. Commands: /合并 - Start full PR workflow /合并 create …
Skill Claude CodeCodex
AI text humanizer that rewrites AI-generated content into natural human language based on AIGC detection countermeasures. Triggers when: Needing to reduce AIGC detection rates, rewriting AI-generated content into natural language, optimizing text to sound more human-written, or performing humanization polish on AI…
Skill Claude CodeCodex
Iterative testing, verification, and improvement supervisor for code quality assurance. Triggers when: User requests iterative testing and improvement, code quality review and assurance is needed, automated testing and feedback loops are required, or multiple rounds of refinement are specified. Commands: /iterate …
Skill Claude CodeCodex
Literary ghostwriter skill that mimics the writing style of seven literary masters for creative writing. Extended with long-form novel project management, multi-role writing workflow, and consistency tracking. Triggers when: Writing in a specific author's style, creative writing, script writing, novel writing…
Skill Claude CodeCodex
Literary master skill (文宗) — writes in the authentic craft of world-class authors, literary movements, national schools, and historical eras, grounded in deep corpus analysis of 800 works (public-domain world classics + Nobel Prize collection). Triggers when: Writing fiction/poetry/drama in the style of a specific…
Skill Claude CodeCodex
Top-tier software architect agent for complex multi-stage project development with strict quality gates and iterative refinement. Triggers when: Designing architecture for a complex multi-stage project, decomposing requirements into modules, or establishing quality gates for development phases. Commands: /architect…
Skill Claude CodeCodex
Official document writing assistant for Chinese government documents based on GB/T 9704-2012 standard. Triggers when: Writing Chinese official documents (公文), formatting documents according to national standards, reviewing document compliance, or creating notices, reports, requests, replies, letters, or minutes.…
Skill Claude CodeCodex
Patent writing assistant for Chinese patents with search, disclosure document writing, workflow guidance, and strategic filing advice. Triggers when: Writing a patent application, creating a patent disclosure document, conducting patent search and analysis, planning patent filing strategy, or seeking guidance on the…
Skill Claude CodeCodex
Fully autonomous continuous iteration skill that works until time or token budget is exhausted. Triggers when: User requests power iteration, continuous development, uninterrupted work, or sets explicit time or token budgets. Commands: /强力迭代 [预算] - Start power iteration /power-iterate [budget] - Start power iteration…
Skill Claude CodeCodex
Project rebuilding skill that references existing projects to rewrite core features from scratch with team parallel review and persistent execution. Triggers when: Needing to reference an open-source project to rewrite core features, building a similar product from scratch, or deeply refactoring an existing project.…
Skill Claude CodeCodex
Complete Python multi-project development specification for CLI/GUI tools with unified API, OpenAI function-calling integration, and PyPI publishing. Triggers when: Creating a new Python project with CLI and GUI support, setting up pyproject.toml with README and PyPI publishing, implementing unified API with…
Skill Claude CodeCodex
Scientific figure generator that turns a hand-drawn sketch (or text description) into a publication-quality SVG with guaranteed zero overlaps. Pipeline: read the sketch with a vision LLM → extract structured layout JSON → map to a grid-based SVG template → auto-validate for overlaps/overflow/clipping → iteratively…