Skip to content
github-actions[bot] edited this page Feb 26, 2026 · 4 revisions

Wiki Index

Summary

  • Purpose: Document ClawSec as a combined web catalog, signed advisory channel, and multi-skill security distribution system.
  • Tech stack: React 19 + Vite + TypeScript frontend, Node/ESM scripts, Python utilities, Bash automation, GitHub Actions pipelines.
  • Entry points: index.tsx, App.tsx, scripts/prepare-to-push.sh, scripts/populate-local-feed.sh, scripts/populate-local-skills.sh, workflow files under .github/workflows/.
  • Where to start: Read Overview, then Architecture, then module pages for the area you are editing.
  • How to navigate: Use Guides for cross-cutting concerns, Operations for runbooks and migration plans, Modules for implementation boundaries, and Source References at the end of each page to jump into code.

Start Here

Guides

Operations

Modules

Glossary

Generation Metadata

Update Notes

  • 2026-02-26: Added Operations pages and updated navigation guidance after migrating root docs into wiki pages.

Source References

  • README.md
  • App.tsx
  • package.json
  • scripts/prepare-to-push.sh
  • scripts/populate-local-feed.sh
  • scripts/populate-local-skills.sh
  • skills/clawsec-suite/skill.json
  • .github/workflows/ci.yml

Clone this wiki locally