COORD_X:005 // POST
arrow_back Back to blog
vibecoding | 2026-02-06 | RU | 1 min read | Telegram original

One Prompt → 3 APIs → a Ready Skill

Post image

Asked Claude Code to create a skill for generating content in my style.

What it did for me:

  • Pulled my PR strategy from Notion
  • Downloaded 37 posts from my Telegram channel
  • Retrieved my context from RAG (my personal knowledge base)
  • Created the skill following best practices

Result: a skill made of 5 files (positioning, style guide, examples) — ready to use.

How it works: Skills in Claude Code are .md files with instructions on which APIs to call and how. The LLM reads them, executes, and passes the result forward. The outcome is a chain of actions triggered by a single prompt.

This used to take me an hour of manual work. Now it’s one prompt and a minute of waiting.