Commit Graph

3 Commits

Author SHA1 Message Date
salva
70763091af feat: domain/subdomain/tag bulk ops + enriched INDEX
- domains, subdomains, tags : frontmatter distribution counts
- enable-domain / disable-domain        : bulk by 'domain:' (eg. cybersecurity)
- enable-subdomain / disable-subdomain  : bulk by 'subdomain:' (eg. malware-analysis)
- enable-tag / disable-tag [--all]      : multi-tag union (default) or intersection
- INDEX.json now exposes domain, subdomain, tags[]
- INDEX.md columns expanded; top-domains/subdomains/tags summaries
- PyYAML-first frontmatter parser (regex fallback) — parses 1027/1032 descriptions
  and 758 skills' tags correctly (previous regex parser missed almost everything)
- enable/disable now incrementally update INDEX.json status so bulk ops stay
  consistent without a full reindex
- jq --args bug fix in tag commands ('--' was leaking into ARGS.positional)
2026-04-30 22:09:41 +03:00
salvacybersec
1f67aaab63 refine: README + opc-skills binary iteration
Post-initial commit refinement of the standalone opc tool.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-19 01:35:18 +03:00
3fefae319e initial: opc-skills standalone tool
Moved out of ~/Documents/opencode-skills-parked/bin/ (data dir) so the
tool has its own versioned home independent of the skill catalog it
manages.
2026-04-18 19:07:00 +03:00