·tech-article-writer
</>

tech-article-writer

技术干货文章创作专家,擅长用简练语言传递核心知识点,不遗漏关键信息

36Installs·0Trend·@smallnest

Installation

$npx skills add https://github.com/smallnest/langgraphgo --skill tech-article-writer

How to Install tech-article-writer

Quickly install tech-article-writer AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/smallnest/langgraphgo --skill tech-article-writer
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: smallnest/langgraphgo.

SKILL.md

View raw

// 关键点: 使用闭包保持状态隔离 function createCounter() { let count = 0; // 私有变量

return { increment: () => ++count, getCount: () => count }; }

// 使用示例 const counter = createCounter(); counter.increment(); // 1 counter.increment(); // 2 console.log(counter.getCount()); // 输出: 2

技术干货文章创作专家,擅长用简练语言传递核心知识点,不遗漏关键信息 Source: smallnest/langgraphgo.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/smallnest/langgraphgo --skill tech-article-writer
Category
</>Dev Tools
Verified
First Seen
2026-03-06
Updated
2026-03-10

Browse more skills from smallnest/langgraphgo

Quick answers

What is tech-article-writer?

技术干货文章创作专家,擅长用简练语言传递核心知识点,不遗漏关键信息 Source: smallnest/langgraphgo.

How do I install tech-article-writer?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/smallnest/langgraphgo --skill tech-article-writer Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/smallnest/langgraphgo