Expert guidance for scaffolding the DevOpser self-evolving software template locally — from git clone to an authenticated admin session at localhost:8000. Covers Bedrock Express provider selection (Bedrock, OpenAI, Anthropic), MFA-protected AWS credentials, and the four-check verification gate. Triggers on "set this up for me", "get DevOpser running", "install this locally", "configure Bedrock", "bootstrap the template", "scripts/setup.sh", "which LLM provider".
How this skill is triggered — by the user, by Claude, or both
Slash command
/devopser-agent-skills:devopser-setupThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Expert guidance for bringing the [DevOpser self-evolving software template](https://github.com/DevOpser-io/self-evolving-software-template) up on a developer laptop. Reuses the repo's own `scripts/setup.sh` and `run-migrations.sh` — this skill does not introduce new scripts. The canonical playbook is [`AGENTS.md`](../../AGENTS.md) → **"Quick setup (for AI agents)"**; the README's **"Opinionated...
Expert guidance for bringing the DevOpser self-evolving software template up on a developer laptop. Reuses the repo's own scripts/setup.sh and run-migrations.sh — this skill does not introduce new scripts. The canonical playbook is AGENTS.md → "Quick setup (for AI agents)"; the README's "Opinionated variant (Bedrock, nothing to decide)" is the house style for rigor.
| Rule | Description |
|---|---|
| prerequisites | Tool versions, port pre-flight, npm-cache ownership, aws sts get-caller-identity |
| llm-provider | Bedrock vs OpenAI vs Anthropic — ask once, never guess. MFA-session export pattern |
| Gmail SMTP vs SES vs leave-disabled (default for local dev) | |
| verification | The four-check gate — do not report success without it |
AGENTS.md. If this skill contradicts it, AGENTS.md wins — report the contradiction to DevOpser.verification.md.llm-provider.md.| Situation | Go to |
|---|---|
| Fresh clone, need to decide the provider | llm-provider.md |
./scripts/setup.sh fails on Node / Docker / Postgres / port | prerequisites.md |
npm install fails with EACCES on ~/.npm/_cacache | prerequisites.md → "npm cache ownership" |
Bedrock chat fails with security token invalid | llm-provider.md → "MFA-protected IAM" |
Gmail Missing credentials warning on boot | email.md |
| Before you say "done" | verification.md |
If AGENTS.md contradicts this skill, AGENTS.md wins — report the contradiction to DevOpser.
Provides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
npx claudepluginhub devopser-io/self-evolving-software-template --plugin devopser-agent-skills