ARMS Framework
Description
ARMS agentic-OS audit skill for Claude Code (Applications, Routines, Memory, Skills): measures every cell, applies the safe fixes, keeps the workspace map true. Config-driven, installable in any Claude Code workspace.
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
ARMS Framework
A Claude Code skill (`/arms-align`) that audits and optimizes an agent workspace against the **ARMS** agentic-OS framework — **A**pplications, **R**outines, **M**emory, **S**kills, three levels each, plus the command centre — and keeps one map every session hops to first.
It fits a bare workspace (a folder with a `CLAUDE.md` and some skills) and a multi-agent console with a scheduler, a visual second brain and a dashboard. Everything workspace-specific lives in one config file; what is not configured is reported as "not configured", never as a failure.
Install
Two commands. Requires Node 22+; no dependencies, nothing to build.
git clone https://github.com/ydarwish1/ARMS-Framework.git ~/.claude/skills/arms-align
cd ~/.claude/skills/arms-align && bash install.sh
**The folder must be named `arms-align`** — Claude Code silently drops any skill whose folder name differs from its frontmatter `name`. The clone command above already does that; `install.sh` re-checks it, checks Node, and writes a starter `arms.config.json`.
For a project-scoped install, use `/.claude/skills/arms-align` as the clone target instead.
Point it at a workspace — either open `~/.claude/skills/arms-align/arms.config.json` and set `workspaceRoot` to the folder holding your `CLAUDE.md`, or leave that key `null` and run from inside the workspace (the script walks up to the nearest `CLAUDE.md`).
Then say `/arms-align` in a Claude Code session, or run the script directly:
node ~/.claude/skills/arms-align/arms-audit.mjs --mode audit --quiet # read-only
node ~/.claude/skills/arms-align/arms-audit.mjs --mode fix # safe fixes + report + map
Uninstall: delete the folder.
What a run does
| Mode | Writes | Who runs it |
|---|---|---|
audit |
nothing — prints the findings | anyone, any time |
report |
a timestamped report; on the canonical machine also the three generated indexes, the map's status block, one das |
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,