article-writing
Write articles, guides, blog posts, tutorials, newsletter issues, and other long-form content in a distinctive voice derived from supplied examples or brand guidance. Use when the user wants polished written content longer than a paragraph, especially when voice consistency, structure, and credibility matter.
Best use case
article-writing is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Write articles, guides, blog posts, tutorials, newsletter issues, and other long-form content in a distinctive voice derived from supplied examples or brand guidance. Use when the user wants polished written content longer than a paragraph, especially when voice consistency, structure, and credibility matter.
Teams using article-writing should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/article-writing/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How article-writing Compares
| Feature / Agent | article-writing | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Write articles, guides, blog posts, tutorials, newsletter issues, and other long-form content in a distinctive voice derived from supplied examples or brand guidance. Use when the user wants polished written content longer than a paragraph, especially when voice consistency, structure, and credibility matter.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# Article Writing Write long-form content that sounds like a real person or brand, not generic AI output. ## When to Activate - drafting blog posts, essays, launch posts, guides, tutorials, or newsletter issues - turning notes, transcripts, or research into polished articles - matching an existing founder, operator, or brand voice from examples - tightening structure, pacing, and evidence in already-written long-form copy ## Core Rules 1. Lead with the concrete thing: example, output, anecdote, number, screenshot description, or code block. 2. Explain after the example, not before. 3. Prefer short, direct sentences over padded ones. 4. Use specific numbers when available and sourced. 5. Never invent biographical facts, company metrics, or customer evidence. ## Voice Capture Workflow If the user wants a specific voice, collect one or more of: - published articles - newsletters - X / LinkedIn posts - docs or memos - a short style guide Then extract: - sentence length and rhythm - whether the voice is formal, conversational, or sharp - favored rhetorical devices such as parentheses, lists, fragments, or questions - tolerance for humor, opinion, and contrarian framing - formatting habits such as headers, bullets, code blocks, and pull quotes If no voice references are given, default to a direct, operator-style voice: concrete, practical, and low on hype. ## Banned Patterns Delete and rewrite any of these: - generic openings like "In today's rapidly evolving landscape" - filler transitions such as "Moreover" and "Furthermore" - hype phrases like "game-changer", "cutting-edge", or "revolutionary" - vague claims without evidence - biography or credibility claims not backed by provided context ## Writing Process 1. Clarify the audience and purpose. 2. Build a skeletal outline with one purpose per section. 3. Start each section with evidence, example, or scene. 4. Expand only where the next sentence earns its place. 5. Remove anything that sounds templated or self-congratulatory. ## Structure Guidance ### Technical Guides - open with what the reader gets - use code or terminal examples in every major section - end with concrete takeaways, not a soft summary ### Essays / Opinion Pieces - start with tension, contradiction, or a sharp observation - keep one argument thread per section - use examples that earn the opinion ### Newsletters - keep the first screen strong - mix insight with updates, not diary filler - use clear section labels and easy skim structure ## Quality Gate Before delivering: - verify factual claims against provided sources - remove filler and corporate language - confirm the voice matches the supplied examples - ensure every section adds new information - check formatting for the intended platform
Related Skills
Review Writing — 学术综述逐节写作方法论
Use this skill when the user asks to write a literature review, review article, or 综述 based on an outline. Trigger keywords: "写综述", "write review", "综述写作", "按大纲写", "逐节写", "review section", "写第N节". This skill orchestrates the ENTIRE review writing process from outline to finished manuscript.
Academic Writing
## Overview
scientific-writing
Core skill for the deep research and writing tool. Write scientific manuscripts in full paragraphs (never bullet points). Use two-stage process with (1) section outlines with key points using research-lookup then (2) convert to flowing prose. IMRAD structure, citations (APA/AMA/Vancouver), figures/tables, reporting guidelines (CONSORT/STROBE/PRISMA), for research papers and journal submissions.
Protocol Writing — Reproducible Lab Protocols & SOPs
## Overview
hot3d
HOT3D (Hand-Object 3D Dataset) by Meta Facebook - multi-view egocentric hand and object 3D tracking for Aria/Quest smart glasses. State-of-the-art multi-view 3D hand pose, object pose, and hand-object interaction tracking. Supports visualization with 3D joint projections, meshes, and skeletal overlays on video frames.
handtracking
Real-time hand detection in egocentric videos using victordibia/handtracking. Outputs bounding boxes for hands, specifically trained on EgoHands dataset. Supports video input/output with labeled hand boxes. Lightweight and fast for egocentric view applications.
hands-3d-pose
High-quality 3D hand pose estimation for egocentric videos from ECCV 2024 (ap229997/hands). Provides 3D joint keypoints and skeleton visualization projected to 2D. Optimized for daily egocentric activities with state-of-the-art accuracy. Outputs hand skeleton overlays on video frames.
hand-tracking-toolkit
Facebook Research Hand Tracking Challenge Toolkit - evaluation and visualization tools for 3D hand tracking. Supports loading HOT3D data, computing metrics (PA-MPJPE, AUC, etc.), visualizing 3D pose projections, and generating tracking evaluation reports. Essential for benchmarking hand tracking algorithms.
egohos-segmentation
Egocentric Hand-Object Segmentation (EgoHOS) - pixel-level hand and object segmentation in egocentric videos. Outputs fine-grained segmentation masks with hand regions highlighted. Specialized for hand-object interaction scenarios with pixel-accurate masks. Ideal for detailed interaction analysis.
zinc-database
Access ZINC (230M+ purchasable compounds). Search by ZINC ID/SMILES, similarity searches, 3D-ready structures for docking, analog discovery, for virtual screening and drug discovery.
torchdrug
PyTorch-native graph neural networks for molecules and proteins. Use when building custom GNN architectures for drug discovery, protein modeling, or knowledge graph reasoning. Best for custom model development, protein property prediction, retrosynthesis. For pre-trained models and diverse featurizers use deepchem; for benchmark datasets use pytdc.
torch-geometric
Graph Neural Networks (PyG). Node/graph classification, link prediction, GCN, GAT, GraphSAGE, heterogeneous graphs, molecular property prediction, for geometric deep learning.