.agents/skills/clawdstrike-idea-to-architecture/SKILL.md
Use when a raw ClawdStrike product, platform, or security idea needs to be grounded in the current repository, framed as architecture, and turned into a docs index, current-state inventory, or first-pass design set.
npx skillsauth add backbay-labs/clawdstrike clawdstrike-idea-to-architectureInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this skill when the user starts from an idea, category framing, or product thesis and needs repo-grounded architecture work instead of abstract brainstorming.
Drive toward these outputs:
apps/terminal/docs/ for terminal-specific work, docs/plans/ or docs/specs/ for planning/spec work, and docs/src/ only for user-facing book docs.rg and rg --files for discovery.docs/src/, update docs/src/SUMMARY.md and validate with mdbook build docs.docs/plans/, docs/specs/, or apps/terminal/docs/, keep a clear reading order inside the local index or parent document.Start with the nearest existing docs for the idea:
apps/terminal/README.md, apps/terminal/docs/codex-agent-pack.md, and the local initiative docsdocs/plans/multi-agent/overview.md, docs/plans/multi-agent/isolation-boundaries.md, docs/plans/multi-agent/coordination-protocols.mddocs/plans/README.md, the relevant docs/plans/**, docs/roadmaps/**, and docs/specs/**Do not jump into coding from this skill unless the user explicitly asks. The job here is to convert the idea into repo-grounded architecture and a stable docs entry point.
testing
A simple skill demonstrating clawdstrike security
tools
# Hello Skill A simple greeting skill that demonstrates secure agent operation. ## Description This skill allows the agent to greet users and perform basic file operations within the allowed workspace. ## Capabilities - Generate personalized greetings - Read files from the workspace - Write greeting logs to the output directory ## Usage Ask the agent: - "Say hello to Alice" - "Read the welcome message from data/welcome.txt" - "Log a greeting for Bob" ## Examples ### Basic Greeting **Us
testing
# bb-edr: Triage Skill Use this skill to turn clawdstrike audit logs into an incident report and a minimal response plan. ## Inputs - `.hush/audit.jsonl` (JSONL) — clawdstrike audit events (allowed/denied, guard, reason). - `policy.yaml` — the active security policy. ## Task 1. Read and summarize the last ~50 audit events. 2. Focus on **denied** events first: - Group by `guard` (e.g., `forbidden_path`, `egress`, `patch_integrity`) - Identify likely intent (misconfiguration vs. suspici
tools
Threat hunting and security event investigation