devvit-skill-setup

📁 reddit/devvit-skills 📅 Jan 21, 2026
0
总安装量
17
周安装量
安装命令
npx skills add https://github.com/reddit/devvit-skills --skill devvit-skill-setup

Agent 安装分布

opencode 14
gemini-cli 14
antigravity 13
codex 12
claude-code 10
windsurf 8

Skill 文档

Devvit Skill Setup

Does basic setup to make a code repository ready to use devvit skills.

  1. Ensure the devvit-docs skill is added. If not, skip. If it is, call devvit-docs with “how does redis work” to make sure things are configured correctly. If there is an error, present it to the user.

  2. Ensure the rules file adds a block about working with Devvit

Please do the following:

  • Check the repo root for common instruction files (AGENTS.md, CLAUDE.md, etc.).
  • Insert the following skill a close to the top of the rules file
Always use the devvit-docs skill when I need library/API documentation about anything related to devvit including: documentation, code generation, setup or configuration steps without me having to explicitly ask. This includes capabilities that devvit offers like Redis, Reddit API, Media, and more as Devvit has special rules and documentation.
  • If no instruction file exists, create AGENTS.md with the block above.
  • Add success or failure to summary of skill call result
  1. Present Results to User

Tell the user the changes you made.

Troubleshooting

  • Permission errors: Verify the repo is writable.
  • Wrong location: Ensure the repo root is being edited.
  • No changes: The rule block already exists; no update needed.
  • Missing skill: Ask the user to run npx add-skill reddit/devvit-skills to add the missing skill if they want to utilize that feature.