article-level2

Convert L1 source documents into Japanese L2 explanation articles via Notion APIs.

1|Updated Mar 28, 2026
One-click install
npx skills add https://github.com/refluster/ai-native-article --skill article-level2
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: article-level2
Source: https://github.com/refluster/ai-native-article/tree/main/workforce/skills/article-level2
Command: npx skills add https://github.com/refluster/ai-native-article --skill article-level2

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires axios, yaml, and includes scripts (resource) and references (resource) components.

What problem does it solve?

The Skill solves the challenge of transforming L1 source documents into well-structured, evidence-based L2 explanation articles in Japanese, streamlining the process for editorial and content creation purposes.

Core Features & Use Cases

  • L1 to L2 Conversion: Transforms one L1 source entry into an L2 explanation article in Japanese.
  • Notion Integration: Writes the produced explanation articles to the unified Notion Articles DB.
  • Use Case: Suitable for editorial streams where turning an uncovered L1 source into a briefing-document explanation is necessary.

Quick Start

Generate an L2 explanation article from an L1 source by executing the script pick-l1-source.mjs, then provide the title, abstract, and tags before running publish-notion.mjs.

Frequently Asked Questions about article-level2

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert source documents into Japanese explanation articles in Notion?

You can convert source documents into Japanese explanation articles by executing the pick-l1-source.mjs script to parse L1 content, providing the title and tags, then running publish-notion.mjs to write to the Notion Articles DB.

What is the L1 to L2 content transformation process for editorial streams?

The L1 to L2 content transformation process parses L1 source documents, summarizes and structures the content with AI guidance, and generates evidence-based L2 explanation articles in Japanese for editorial use.

Does this Notion article generation workflow require specific dependencies?

Yes, this Notion article generation workflow requires the axios and yaml dependencies to parse source documents and interface with Notion's APIs for reading the L1 library and writing L2 articles.

Can I use Azure AI to structure Japanese content directly in my Notion database?

Yes, you can use Azure AI to structure Japanese content by reading from your L1 source library in Notion, transforming the text into a structured L2 explanation article, and writing it back to the unified Articles DB.

What's the best way to automate L1 source briefing document creation in Japanese?

The best way to automate briefing document creation is running the provided scripts to select an uncovered L1 source, generate a summarized Japanese L2 article, and publish it directly to your Notion database.

Are there limitations when writing L2 explanation articles to the Notion Articles DB?

Limitations include relying on Notion's APIs for database connectivity and requiring manual input of the title, abstract, and tags before executing the publish-notion.mjs script to finalize the L2 article.