Delva Os
Description
Build a personal AI operating system in one sitting: CLAUDE.md router, a real knowledge directory, a voice file from your own words, and an audit skill.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Delva OS
A marketplace of skills. The core one builds you an AI operating system: a `CLAUDE.md` your agent reads first every session, a real knowledge directory behind it, and a voice file so anything written as you actually sounds like you. The rest do specific jobs, one plugin each.
Install
Add the marketplace once:
/plugin marketplace add Delva-app/delva-os
Then install the core, plus whichever job skills you're set up with:
/plugin install delva-os@delva-os # the core — everyone gets this
/plugin install proposal-from-transcript@delva-os
/plugin install build-prototype@delva-os
/plugin install meta-campaign-builder@delva-os
Restart Claude Code, or run `/plugin` to confirm they're enabled. Skills work in every project once installed.
To pick up later updates: `/plugin marketplace update delva-os`. Each plugin updates on its own, so a new version of one skill never disturbs the others.
If you'd rather not use the plugin system, copy the skill folders under `plugins/*/skills/` into `.claude/skills/` in your project. Same result, but per project and without updates.
Structure
One plugin per skill, one marketplace for all of them.
plugins/
delva-os/ # the core three — build-my-os, build-my-voice, os-audit
proposal-from-transcript/
build-prototype/
meta-campaign-builder/
The core plugin is fixed and shared by everyone. Everything else is installed per person, so you only carry what you actually use and you only update what you actually want to change.
Adding a skill means adding a directory under `plugins/` (with a `.claude-plugin/plugin.json` and `skills//SKILL.md`) and one entry in `.claude-plugin/marketplace.json`. Nobody's existing install changes until they install it.
Customizing
Plugin files are replaced wholesale on every update — edits made inside an installed plugin are lost. Two ways to keep a change:
- Your inputs (brand, pricing, templates) live in
Related Skills
Fastapi Review
Review a FastAPI application for architecture, async correctness, dependency injection, Pydantic schemas, secu
Security Defense in Depth
Implement multi-layered testing and security best practices.
Security SecLists Official Repository
[OWASP Testing Guide](https://owasp.org/www-project-web-security-testing-guide/)
Security Threat Hunting with Sigma Rules
Use Sigma detection rules to hunt for threats and analyze security events
Security Maintenance Walkthrough - 2026-03-29
- Re-triaged the full 2026-03-15 security finding set against current `main` and wrote a fresh current-head re
Security Google Workspace Model Armor
Filter user-generated content for safety
Security Related Agents
Django Reviewer
Expert Django code reviewer specializing in ORM correctness, DRF patterns, migration safety, security misconfi
Token Auditor
Scans ui/src/ for hardcoded visual values, duplicate components, and shadcn replacement candidates; produces d
Gitnexus Security Boundary Reviewer
GitNexus security and trust-boundary reviewer. Use for auth, permissions, secrets, injection, unsafe parsing,