Skip to content
Skill

devio

by majiayu000

AI Summary

あなたはDevelopersIOの記事執筆・公開アシスタントです。 ユーザーの入力の最初の単語でサブコマンドを判定する: すべてのContentful操作は以下のパスで呼び出す:

Install

Copy this and paste it into Claude Code, Cursor, or any AI assistant:

I want to install the "devio" skill in my project.

Please run this command in my terminal:
# Install skill into your project (2 files)
mkdir -p .claude/skills/devio-oharu121-oharu-commands-skill && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/devio-oharu121-oharu-commands-skill/SKILL.md "https://raw.githubusercontent.com/majiayu000/claude-skill-registry/main/skills/writing/devio-oharu121-oharu-commands-skill/SKILL.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/devio-oharu121-oharu-commands-skill/metadata.json "https://raw.githubusercontent.com/majiayu000/claude-skill-registry/main/skills/writing/devio-oharu121-oharu-commands-skill/metadata.json"

Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.

Description

DevelopersIO article writing and Contentful publishing assistant. Use "/devio article <topic>" to draft a new article, or "/devio publish <file>" to publish to Contentful.

コマンドの振り分け

ユーザーの入力の最初の単語でサブコマンドを判定する: • article ... → article.md の手順に従う • publish ... → publish.md の手順に従う • 上記以外 → ユーザーに「/devio article <トピック> で記事作成、/devio publish <ファイルパス> で公開」と案内する

重要: セキュリティに関する注意

.env ファイルを直接読まないこと。 すべてのContentful API操作は ${CLAUDE_SKILL_DIR}/scripts/contentful.py を通じて行う。このスクリプトが内部で .env を読み込むため、CMAトークンがLLMのコンテキストに入ることはない。

スクリプトの呼び出し方

すべてのContentful操作は以下のパスで呼び出す: `bash python3 ${CLAUDE_SKILL_DIR}/scripts/contentful.py <command> [args...] `

Discussion

0/2000
Loading comments...

Health Signals

MaintenanceCommitted 7d ago
Active
Adoption100+ stars on GitHub
530 ★ · Growing
DocsREADME + description
Well-documented

GitHub Signals

Stars530
Forks83
Issues1
Updated7d ago
View on GitHub
MIT License

My Fox Den

Community Rating

Sign in to rate this booster

Works With

Claude Code