Commit Graph

17 Commits

Author SHA1 Message Date
salvacybersec
96824f7d50 docs: update ASCII architecture diagram with skills + shared library
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-06 21:46:25 +03:00
salvacybersec
09a9a39ba4 docs: comprehensive README update — current personas, skills, Paperclip agents
- Updated persona variant tables with new variants (c2-hunting, source-verification, frontend-design)
- Added Skills column showing mapped skills per persona
- Added full Paperclip Company Agents table (23 agents with roles, reporting, skills)
- Fixed variant counts (27→27 cyber, 27→29 intel, 5→7 engineering)
- Removed company name references from Paperclip agent SOUL.md files

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-06 21:45:09 +03:00
salvacybersec
75b5ba17cf feat: 701 community skills + docs update
Added 623 new skills from skills.sh leaderboard (14 repos):
- google-labs-code/stitch-skills (react:components, design-md, stitch-loop, enhance-prompt, shadcn-ui)
- expo/skills (building-native-ui, native-data-fetching, expo-tailwind-setup, 7 more)
- xixu-me/skills (github-actions-docs, readme-i18n, use-my-browser, 6 more)
- anthropics/skills (algorithmic-art, web-artifacts-builder, theme-factory, brand-guidelines, 14 more)
- github/awesome-copilot (git-commit, gh-cli, prd, documentation-writer, 130+ more)
- firecrawl/cli (firecrawl, firecrawl-scrape, firecrawl-browser, 5 more)
- inferen-sh/skills (web-search, python-executor, ai-image-generation, ai-video-generation)
- wshobson/agents (tailwind-design-system, typescript-advanced-types)
- neondatabase/agent-skills (neon-postgres)
- microsoft/azure-skills (azure-kubernetes, 15+ azure services)
- vercel/ai (ai-sdk)
- currents-dev (playwright-best-practices)
- resciencelab, aaron-he-zhu (seo-geo, backlink-analyzer)

Total: 795 skills (42 shared + 52 paperclip + 701 community)

Updated README.md and CLAUDE.md with current stats, architecture diagram,
platform install matrix, and shared library documentation.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-06 21:43:09 +03:00
salvacybersec
00d30e8db3 feat: add 78 community skills from skills.sh marketplace
Source repos: shadcn/ui, vercel-labs/agent-skills, coreyhaines31/marketingskills,
supabase/agent-skills, vercel-labs/next-skills, kepano/obsidian-skills,
pbakaus/impeccable, browser-use/browser-use

Categories:
- shadcn (1): shadcn UI component system
- vercel (7): react-best-practices, composition-patterns, deploy-to-vercel, etc.
- marketing (35): seo-audit, copywriting, marketing-psychology, pricing-strategy, etc.
- supabase (2): postgres-best-practices, supabase
- next.js (3): next-best-practices, next-cache-components, next-upgrade
- obsidian (5): obsidian-markdown, obsidian-cli, obsidian-bases, json-canvas, defuddle
- impeccable (21): polish, animate, critique, colorize, audit, harden, etc.
- browser-use (4): browser automation and testing

Location: personas/_shared/community-skills/

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-06 21:38:21 +03:00
salvacybersec
a043f3abcc feat: Paperclip company agents + enhanced install
Paperclip install now deploys 52 agents (29 persona + 23 company) + 73 skills:
- Company agents from paperclip-docs: Odin (CEO), Thor (CTO), Freya (CMO),
  Frigg (COO), Heimd (PM), Bragi (Lead Dev), Vali (Backend), Vidar (Frontend),
  Heimdall (DevOps), Njord (SysAdmin), Forseti (QA), Tyr (Security),
  Eir (UI/UX), Kvasir (Data/ML), Loki (Social), Idunn (Content),
  Mimir (Research), Saga (SEO), Baldur (Support), Hermod (HR),
  Modir (Operations), Dvalin (Finance)
- Skills now include both shared-skills (42) + paperclip-skills (31) = 73

Source definitions stored at personas/_shared/paperclip-agents/
Each agent has: SOUL.md + hermes-config.yaml + AGENTS.md

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-06 21:33:27 +03:00
salvacybersec
9bbfa3092d feat: add --install paperclip to build system
Generates Paperclip-compatible agent output per persona:
- agents/<codename>/SOUL.md — identity, skills, escalation, full prompt
- agents/<codename>/hermes-config.yaml — model, provider, MCP, toolsets
- agents/<codename>/AGENTS.md — workspace overview with org connections
- skills/ — 42 shared skills copied in SKILL.md + references format

Usage: python3 build.py --install paperclip
Output: generated/_paperclip/ (29 agents + 42 skills)

Full platform matrix now: claude, antigravity, gemini, openclaw, paperclip, all

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-06 21:16:45 +03:00
salvacybersec
8a0b6d7895 feat: integrate all shared libraries directly into repo
Shared library now lives at personas/_shared/ with full source data:

- skills/ — 42 skills from shared-skills + kali-claw (SKILL.md + references)
- paperclip-skills/ — 52 skills from paperclip-docs (ceo-advisor, coding-agent, etc.)
- design-md/ — 58 brand DESIGN.md files (Stripe, Claude, Linear, Apple, Vercel...)
- ui-ux-pro-max/ — BM25 search engine + 14 CSV data files (67 styles, 161 products)
- openclaw-personas/ — 6 original personas + SOUL.md + IDENTITY.md + TOOLS.md
- kali-tools/ — 16 Kali Linux tool reference docs
- osint-sources/ + ad-attack-tools/ — investigation references

Build system enhancements:
- Skills auto-mapped to personas via SKILL_PERSONA_MAP (domain-based)
- Each persona JSON/YAML output now includes "skills" array
- generated/_index/skills_index.json indexes all 42+52 skills + 58 brands + 14 data files
- Skills, escalation graph, and trigger index all generated per build

Sources: shared-skills (Gitea), kali-claw (Gitea), paperclip-docs (Born2beRoot),
         awesome-design-md (VoltAgent), ui-ux-pro-max-skill (nextlevelbuilder)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-06 21:10:30 +03:00
salvacybersec
1a3fea615a feat: major expansion — 3 new variants, enhanced build system, platform auto-install
New persona variants:
- forge/frontend-design — DESIGN.md methodology, 58-brand reference, UI/UX intelligence
- oracle/source-verification — 5-section forensic verification protocol (ethos/pathos/context/intent/logos)
- sentinel/c2-hunting — 6-phase C2 hunting with beaconing detection, detection engineering

Enhanced existing personas:
- neo: Added Active Directory exploitation (Kerberoasting, DCSync, delegation), network pivoting, cloud attacks
- frodo: Added response mode auto-detection, claim extraction, Devil's Advocate, explicit uncertainty tracking
- ghost: Added cognitive warfare expertise (behavioral science weaponization, algorithmic amplification)

Build system enhancements:
- Cross-persona escalation graph auto-extracted → generated/_index/escalation_graph.json
- Trigger→persona routing index → generated/_index/trigger_index.json
- Quality validation with warnings for thin/missing sections
- Section word counts injected into every output
- Richer CATALOG.md with depth stats, escalation paths, trigger index

Platform auto-install:
- python3 build.py --install claude — 111 slash commands → ~/.claude/commands/
- python3 build.py --install antigravity — personas → ~/.config/antigravity/personas/
- python3 build.py --install gemini — Gems → generated/_gems/
- python3 build.py --install openclaw — IDENTITY.md + personas → generated/_openclaw/
- python3 build.py --install all — deploy to all platforms

Shared reference library:
- personas/_shared/kali-tools/ — 16 Kali Linux tool reference docs
- personas/_shared/osint-sources/ — OSINT master reference
- personas/_shared/ad-attack-tools/ — AD attack chain reference

Stats: 29 personas, 111 variants, 59,712 words

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-06 21:04:47 +03:00
salvacybersec
ddf7d2b2ff docs: comprehensive README rewrite with architecture diagrams
- ASCII persona tree, architecture diagram, escalation flow
- Complete variant table for all 29 personas (108 variants)
- Config-driven build system documentation
- Integration examples (Python, CLI, multi-persona switching)
- New user onboarding guide
- Updated stats to reflect current state

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-22 10:41:05 +03:00
salvacybersec
bbaf50af77 chore: add config.yaml to gitignore — personal settings stay local
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-22 10:35:47 +03:00
salvacybersec
4865ec8204 fix: rename .generated → generated for easy access
Hidden dot-prefix removed for ergonomic shell navigation.
Still gitignored — build output is user-specific.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-22 10:35:15 +03:00
salvacybersec
6601d55e59 feat: 30 new variants — deep intel/military + professional specializations
Intel/Military Deep (18 variants):
  frodo/pakistan, india, nato-alliance, nuclear, energy-geopolitics, turkey
  marshal/russian-doctrine, chinese-doctrine, turkish-doctrine, iranian-military
  warden/drone-warfare, naval-warfare, electronic-warfare
  centurion/ukraine-russia, ottoman-wars
  wraith/case-studies (Ames, Penkovsky, Cambridge Five)
  echo/electronic-order-of-battle
  ghost/russian-info-war (IRA, GRU cyber, dezinformatsiya)
  scribe/cold-war-ops (CIA/KGB ops, VENONA, Gladio)

Professional Specializations (12 variants):
  neo/social-engineering, mobile-security
  phantom/bug-bounty
  specter/firmware
  bastion/incident-commander
  sentinel/darknet
  oracle/crypto-osint
  marshal/wargaming
  corsair/proxy-warfare
  polyglot/swahili
  forge/agent-dev

Dynamic config system:
  config.yaml — user-specific settings
  config.example.yaml — template for new users
  build.py — config-aware with {{variable}} injection + conditionals

Total: 108 prompt files, 20,717 lines, 29 personas

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-22 02:38:41 +03:00
salvacybersec
c68f381f98 feat: 24 personalized salva.md variants + updated user context
Every persona now has a salva.md variant that references:
- Specific projects (Reporter, Kill Chain Scanner, FOIA Tool, ProudStar ASM...)
- Custom frameworks (UAP, ACH-over-ToT, PMESII-PT, DIME-FIL)
- Data sources (80GB Iran DB, 27K FOIA docs, 3,186 RSS feeds)
- Infrastructure (Debian+Kali, Olla LB, OpenClaw, 35 ClawHub skills)
- Academic context (MSÜ, BAM, Hürşit Hoca, Yunus Hoca)
- Personal philosophy (Stoic-Machiavellian, Mearsheimer realist, INTP)

Updated _user_context.md with deep 10-agent analysis findings.

Total: 78 prompt files, 14,228 lines across 29 personas.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-22 01:33:32 +03:00
salvacybersec
9c9d1fb8d6 docs: add README with usage guide and integration examples
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-22 01:11:49 +03:00
salvacybersec
349fcd6d4b feat: 25 persona variants — specialization prompts
Cyber variants (9):
  neo/redteam, exploit-dev, wireless
  phantom/api-security
  sentinel/apt-profiling, mitre-attack
  bastion/forensics, threat-hunting
  vortex/cloud-ad

Intelligence variants (6):
  frodo/middle-east, russia, iran, africa, china
  ghost/cognitive-warfare
  wraith/source-validation
  echo/nsa-sigint

Other variants (10):
  scribe/cia-foia
  arbiter/sanctions
  ledger/sanctions-evasion
  polyglot/russian, arabic
  marshal/nato-doctrine, hybrid-warfare
  medic/cbrn-defense

Total: 54 prompt files, 11,622 lines across 29 personas

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-22 01:06:54 +03:00
salvacybersec
03e81c2e17 feat: 29 personas across 10 domains with build system
Cyber (7): Neo, Phantom, Cipher, Specter, Bastion, Vortex, Sentinel
Intelligence (5): Frodo, Oracle, Ghost, Wraith, Echo
Military (4): Marshal, Warden, Centurion, Corsair
Law/Econ/Politics (3): Arbiter, Ledger, Tribune
History (2): Chronos, Scribe
Linguistics/Media (2): Polyglot, Herald
Engineering (2): Architect, Forge
Academia (4): Scholar, Sage, Medic, Gambit

Each persona: _meta.yaml + general.md (YAML frontmatter + structured body)
Build system generates .yaml, .json, .prompt.md per persona
Auto-generated CATALOG.md

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-22 00:45:38 +03:00
salvacybersec
19ef1da170 init: project structure, templates, build system
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-22 00:26:28 +03:00