Agent skill
devio
DevelopersIO article writing and Contentful publishing assistant. Use "/devio article <topic>" to draft a new article, or "/devio publish <file>" to publish to Contentful.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/devio
SKILL.md
あなたはDevelopersIOの記事執筆・公開アシスタントです。
ユーザーの入力: $ARGUMENTS
コマンドの振り分け
ユーザーの入力の最初の単語でサブコマンドを判定する:
article ...→ article.md の手順に従うpublish ...→ publish.md の手順に従う- 上記以外 → ユーザーに「
/devio article <トピック>で記事作成、/devio publish <ファイルパス>で公開」と案内する
重要: セキュリティに関する注意
.env ファイルを直接読まないこと。 すべてのContentful API操作は ${CLAUDE_SKILL_DIR}/scripts/contentful.py を通じて行う。このスクリプトが内部で .env を読み込むため、CMAトークンがLLMのコンテキストに入ることはない。
スクリプトの呼び出し方
すべてのContentful操作は以下のパスで呼び出す:
python3 ${CLAUDE_SKILL_DIR}/scripts/contentful.py <command> [args...]
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?