Skip to main content

vibe-engineering-skills

A Claude Code plugin marketplace of 18 plugins and 71 skills spanning security, compliance, cloud infrastructure, identity automation, DevSecOps, AI/ML, data engineering, frontend, mobile, software architecture, quality engineering, engineering process, and technical writing.

Each plugin bundles a set of Agent Skills — model-invoked instructions that Claude loads automatically when a task matches the skill's trigger description.

Install as a marketplace

Add this repository as a marketplace, then install the plugins you want:

# Add the marketplace (from a local clone)
/plugin marketplace add /path/to/vibe-engineering-skills

# …or directly from the Git remote
/plugin marketplace add TheViziusGroup/vibe-engineering-skills

# Browse and install
/plugin

Once added, /plugin install <name>@vibe-engineering-skills installs any single plugin (for example /plugin install security-principles@vibe-engineering-skills).

The marketplace manifest lives at .claude-plugin/marketplace.json; each plugin's source lives under plugins/.

Install from PyPI

The same skills ship as a Python package, so you can install them into ~/.claude/skills without cloning:

# Try it without installing
uvx --from vibe-engineering-skills vibe-skills list

# Install every skill into ~/.claude/skills
uvx --from vibe-engineering-skills vibe-skills install --all

# …or just one plugin's skills
uvx --from vibe-engineering-skills vibe-skills install security-principles

# Or install the CLI permanently
pip install vibe-engineering-skills
vibe-skills list

Existing skill directories are never overwritten — install skips them and tells you which, so re-run with --force if you actually want to replace them. vibe-skills marketplace prints the path to the packaged manifest for /plugin marketplace add.

Plugins

Plugin Version Category Skills Covers
agile-delivery 0.1.0 engineering-process 3 Security-First Scrum, delivery velocity, engineering metrics
ai-and-data 0.2.0 ai 4 Data engineering, AI/ML landscape, RAG & agents, LLM cost optimization & compression
ai-chatbot-strategy 0.1.0 ai 4 Chatbot fundamentals, RAG for business, build/deploy, ROI
azure-bootstrap 0.2.0 cloud-infrastructure 4 azure-bootstrap library (v3.0.0): v1 bootstrap, v2 primitives, ten logging transports, subpackages, v3 DB/email/HTTP/AKS/governance/scaffold, TypeScript integration
azure-cloud-infra 0.2.0 cloud-infrastructure 3 Azure RBAC, Kubernetes IaC, Azure service catalog
compliance-frameworks 0.1.0 security 5 NIST 800-171, PCI-DSS v4, SOC 2, CMMC/CUI, OWASP SAMM
devsecops-cicd 0.2.0 devops 4 DevSecOps pipelines, Bitbucket/Azure, CI/CD field guide, GitHub/Atlassian
engineering-process 0.1.0 engineering-process 4 Requirements, SDLC, process engineering, research methodology
frontend-design 0.1.0 frontend 3 Graphic/UX/UI design, Next.js patterns, performance optimization
mobile-development 0.1.0 frontend 5 React Native New Architecture, native iOS/Android, mobile UI/UX & patterns, Azure hosting/Intune/CI-CD, mobile security & MFA
network-engineering 0.1.0 cloud-infrastructure 2 Network fundamentals, modern stack (eBPF, Cilium, AKS)
okta-api-reference 0.1.0 cloud-infrastructure 3 Okta core Management API & Python SDK, Identity Governance (OIG) API surface, and the MCP server landscape for Okta core and IGA automation
okta-workflows 0.1.0 cloud-infrastructure 9 Okta Workflows field guide for identity source-of-truth → Okta sync: branching, loops, Tables, hooks/streaming, Okta & Entra connectors, execution limits, error handling, flopack deployment — quirks, caps & verified workarounds
quality-engineering 0.2.0 engineering-process 3 Python testing, test strategy, debugging & observability
security-first-dev 0.1.0 security 3 Security-First Scrum, codebase modernization, cybersecurity implementation
security-principles 0.2.0 security 4 Cybersecurity principles, threat modeling, AI-era security, AI safety
software-architecture 0.2.0 engineering-process 3 Production architecture, architecture patterns, software design
writing-craft 0.1.0 content 5 White papers, prose mechanics, technical prose, narrative, legal briefs

See each plugin's README.md for its full skill list and trigger descriptions.

Repository layout

.claude-plugin/marketplace.json   Marketplace manifest (the entry point Claude Code reads)
plugins/                          Authoritative plugin sources, one directory per plugin
  <plugin>/.claude-plugin/plugin.json   Plugin manifest
  <plugin>/README.md                    Plugin overview + skill list
  <plugin>/skills/<skill>/SKILL.md      Individual skill definition
src/vibe_engineering_skills/       Python package + `vibe-skills` CLI
tools/validate_manifests.py        Manifest and skill-frontmatter validator
README.md / CLAUDE.md             This guide + Claude Code conventions
.cursor/rules/claude.mdc          Cursor rules (aliases CLAUDE.md)

plugins/ is the source of truth for the marketplace. The Python package maps that same tree into the wheel rather than duplicating it, so there is exactly one copy of every skill.

Authoring

To add or change a plugin:

  1. Edit the plugin under plugins/<name>/ — update skills/<skill>/SKILL.md, the plugin README.md, and bump version in .claude-plugin/plugin.json.
  2. Mirror the version, description, and category into the matching entry in .claude-plugin/marketplace.json.
  3. Update the table in this README if the plugin's skill count or summary changes.
  4. Run python3 tools/validate_manifests.py.

See CONTRIBUTING.md for the full workflow and CLAUDE.md for conventions and the SKILL.md format.

License

MIT © 2026 vibe-engineering-skills contributors.

Contributions are accepted under the same license — see CONTRIBUTING.md.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

vibe_engineering_skills-1.0.1.tar.gz (564.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

vibe_engineering_skills-1.0.1-py3-none-any.whl (647.5 kB view details)

Uploaded Python 3

File details

Details for the file vibe_engineering_skills-1.0.1.tar.gz.

File metadata

  • Download URL: vibe_engineering_skills-1.0.1.tar.gz
  • Upload date:
  • Size: 564.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for vibe_engineering_skills-1.0.1.tar.gz
Algorithm Hash digest
SHA256 01f728d4a0edfe94db839d88e3be917138e575a48c2d4bbbc3adf1ef0ad9938c
MD5 8cbe7897a7722c15d578fd41d6b06b73
BLAKE2b-256 f1fc935e9266ddd1e2a63a7e208c9510d61ffaed98001ee3b431bcb73e8697ea

See more details on using hashes here.

Provenance

The following attestation bundles were made for vibe_engineering_skills-1.0.1.tar.gz:

Publisher: release.yml on TheViziusGroup/vibe-engineering-skills

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file vibe_engineering_skills-1.0.1-py3-none-any.whl.

File metadata

File hashes

Hashes for vibe_engineering_skills-1.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 ed7c16f71c20ab586d8a01b16862917138bb50216db10a0c7301506d23455fb7
MD5 45a688fdc85839901bb9a89aebcc68dd
BLAKE2b-256 db41ec0f2686456b93fc55ea9cd5a53bdefa39c4983f87b13bebfc1d43ccb132

See more details on using hashes here.

Provenance

The following attestation bundles were made for vibe_engineering_skills-1.0.1-py3-none-any.whl:

Publisher: release.yml on TheViziusGroup/vibe-engineering-skills

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page