bakw00ds

Yakos — Security skill for Claude Code

Security community

Multi-runtime agent framework (Claude Code, Codex, Antigravity) with hard/soft controls, audit-first hooks, and multi-dev coordination.

How to install Yakos

This entry records only its repository, not the path inside it, so there is no exact command to give. Open bakw00ds/yakos and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Yakos does

Multi-runtime agent framework (Claude Code, Codex, Antigravity) with hard/soft controls, audit-first hooks, and multi-dev coordination.

Alternatives in Security

  • Perplexity Super Skills — Complete collection of 12 Perplexity Computer Super-Skills merging Perplexity + Claude Code capabilities acros 346 ★
  • Audit Agent Sessions — Analyze all agent sessions from the last 3 days across Claude, Codex, and Gemini 238 ★
  • Reflexion — Audit and optimize the .claude/ ecosystem — skills, hooks, guides, patterns, agents, and settings — for qualit 224 ★

README

yakOS

Multi-agent operating discipline for Claude Code (and codex/agy): a CLI that ships a roster of specialist agents, audit-first hooks, kanban + retrospectives, and per-project audit trails across runtimes.

[![License: Apache 2.0](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](LICENSE) [![Version](https://img.shields.io/badge/version-0.57.0.0-orange.svg)](CHANGELOG.md) [![Stability: alpha](https://img.shields.io/badge/stability-alpha-red.svg)](#status)

Not affiliated with Anthropic, OpenAI, or Google.

Quickstart

Prerequisite: the `claude` CLI installed and authenticated ([docs.claude.com](https://docs.claude.com/en/docs/claude-code/overview)).

curl -fsSL https://raw.githubusercontent.com/bakw00ds/yakos/main/scripts/install.sh | sh

The installer downloads the Go binary for your platform, verifies the SHA256 checksum, runs `yakos install` (materializes the embedded framework lib and wires `~/.claude` symlinks), and persists `export YAKOS_IMPL=go` to your shell profile. Open a new terminal (or `source` the profile it printed), then:

yakos doctor                            # verify the install
yakos init myapp --project ~/code/myapp # bootstrap a project
yakos start myapp                       # launch a session

No repo clone required. See [docs/getting-started.md](docs/getting-started.md) for the full install guide, including the dev/from-source path.

Common commands

Command What it does
yakos quickstart Install + init + start (idempotent, one command)
yakos start Launch a session for a bootstrapped project
yakos dispatch "" One-shot dispatch to any specialist
yakos serve Start the daemon + open the unified console at http://127.0.0.1:7890
yakos workflow run Run a Flows DAG workflow headlessly
yakos kanban Render the WIP board; serve opens a web UI
yakos supervise enable Turn on the live shadow-agent supervisor