AI-powered audit skills for Claude Code, Cursor, and 40+ other agents.
Run comprehensive health audits, security scans, and best-practices checks on Flutter, NestJS, React, and more — directly from your AI coding assistant.
npx skills add somnio-software/somnio-ai-toolsWorks with Claude Code, Cursor, Windsurf, Copilot, and 40+ other agents.
Claude Desktop App (Cowork plugin)
- Open Claude Desktop App → Cowork tab → Customize → Explore Plugins
- Go to Personal, click +, paste
somnio-software/somnio-ai-tools - Select which plugins to install from the marketplace
Somnio CLI (includes multi-step audit runner)
dart pub global activate -sgit https://github.com/somnio-software/somnio-ai-tools.git --git-path cli
somnio setup| Skill | Alias | Description |
|---|---|---|
| Flutter Health Audit | fh |
13-step project health audit with weighted scoring |
| Flutter Best Practices | fp |
Code quality validation against live GitHub standards |
| NestJS Health Audit | nh |
13-step backend health audit with weighted scoring |
| NestJS Best Practices | np |
DTO, architecture, and error handling validation |
| React Health Audit | rh |
13-step frontend health audit with weighted scoring |
| React Best Practices | rp |
Component, hooks, state management, and TypeScript validation |
| Security Audit | sa |
Framework-agnostic security scan (secrets, deps, SAST) |
| Skill | Description |
|---|---|
| Clockify Tracker | Log and manage Clockify time entries via the REST API |
| Workflow Builder | Custom multi-step AI workflows with parallel execution |
| Git Branch Format | Branch naming convention generator |
| Git Commit Format | Conventional Commits message generator |
Global coding standards for NestJS and Flutter — automatically applied by your AI agent in every project.
| Rules Pack | Coverage |
|---|---|
| NestJS Rules | DTOs, services, controllers, repositories, testing, error handling, TypeScript |
| Flutter Rules | Layered architecture, BLoC patterns, testing, JSON models |
| React Rules | Components, hooks, state management, performance, testing, TypeScript |
Install via the Somnio CLI:
somnio rules install # interactive: detect agents + choose scope
somnio rules install --agent claude --global # Claude Code, global
somnio rules install --agent cursor --project # Cursor, current project
somnio rules install --all --global # all detected agents, global| Command | Description |
|---|---|
/somnio:audit |
Auto-detect project type and run the appropriate audit |
/somnio:quick-check |
Fast 2-3 minute lightweight assessment |
somnio run <alias> |
CLI: execute a multi-step audit from terminal |
Somnio is also available as a Claude Desktop App plugin (Cowork) with four packages:
| Package | Focus |
|---|---|
| Development | Health audits, security scans, best practices |
| Marketing | Content strategy, ASO audits, campaign analysis |
| Operations | Story definition, backlog management, connectors |
| Engineering Management | Performance reviews, career path evaluation |
| Installation Guide | Skills Catalog | CLI Reference |
| Plugin System | Workflow Builder | Architecture |
| Agent Rules | Contributing |
We welcome contributions. See the Contributing Guide for setup instructions, how to add new skills, agent rules, agents, or plugins, and the pull request workflow.
MIT — see LICENSE for details.