Skip to content

v12: Open-Core Reset — make every claim true - #32

Open
frankxai wants to merge 7 commits into
mainfrom
feat/v12-open-core
Open

v12: Open-Core Reset — make every claim true#32
frankxai wants to merge 7 commits into
mainfrom
feat/v12-open-core

Conversation

@frankxai

Copy link
Copy Markdown
Owner

What this is

The v12 open-core reset, produced from a 7-domain multi-agent audit + adversarial verification pass. Theme: make every claim true. 1,040 files changed, −254K lines.

Why

The audit found the product real (100+ skills, ~70 commands, ~65 agents, 459 unique cloners/14d) but every credibility and distribution layer broken:

  • No LICENSE file — repo was legally all-rights-reserved despite MIT badges in 4 places
  • Not installable as a plugin — plugin.json declared no paths; all content lived where the loader never looks; no marketplace.json
  • Flagship features dead — zero hooks wired; skill auto-activation read a rules file at a path that never existed AND expected a different schema than the rules ship in
  • Red CI on every push — empty schedule: key
  • Leaks — employer-internal OneDrive path, €1000-tier pricing strategy, 21 session-telemetry files, personal machine paths in 50+ files, invented author surname in package.json
  • ~50% vendored content — claude-flow trees, gstack (against the repo's own doctrine), Anthropic all-rights-reserved skills inside an MIT repo
  • Five simultaneous version stories (v5/v6/v7/v10.1/v11) and four conflicting asset counts

What changed

  1. Credibility & legal: LICENSE (MIT), correct author, leaks purged, proprietary vendored skills removed, Apache-2.0 attribution added, DCO in CONTRIBUTING
  2. Surface cut: claude-flow / gstack / gsd / broken scripts removed; personal content → instances/frankx/; employer references genericized
  3. Real plugin: .claude-plugin/marketplace.json + component paths — /plugin marketplace add frankxai/agentic-creator-os now works; claude plugin validate . passes
  4. Working hooks: 4 telemetry-only Node hooks wired and verified end-to-end (session context → skill activation → post-tool tracking → finalize); trajectory paths unified; output-style injection stripped per hook doctrine
  5. Skill activation fixed: schema normalizer + path resolution + command-trigger regex fix + 16 over-broad keywords removed (verified: false positives gone, real triggers fire)
  6. Generated truth: STATS.md + scripts/generate-stats.mjs --check CI gates (stale counts, empty skills, phantom rules, plugin agent-list drift) + case-insensitive leak gate — simulated locally: clean
  7. Docs: README/CLAUDE/AGENTS/GROK/QUICKSTART rewritten honest; new ARCHITECTURE, ROADMAP, VISION, CHANGELOG (restarted at 12.0.0); CREATOR.md identity contract replaces hardcoded persona
  8. CI hardening: replaced tj-actions/changed-files (CVE-2025-30066 exposure) with injection-safe git diff; frontmatter gate now matches the real agent schema

Verification

  • node scripts/generate-stats.mjs --check → all gates pass (101 skills / 68 commands / 63 agents / 4 hooks)
  • claude plugin validate . → passed
  • Leak-gate simulation on final tree → clean
  • All four hooks smoke-tested with real + malformed payloads
  • Adversarial 3-lens review (correctness / leaks / installability) → 14 confirmed findings, all resolved in the final commit

Follow-ups (tracked in docs/ROADMAP.md)

  • Tag v12.0.0 + release with migration notes after merge
  • v12.1 distribution: marketplace listing, skills.sh, demo GIF, Discussions + good-first-issues, stale draft PR cleanup
  • v12.2 catalog quality: duplication-cluster merges, remaining FrankX residue sweep in core skills, frontmatter lint

🤖 Generated with Claude Code

frankxai and others added 7 commits July 12, 2026 06:25
- Add MIT LICENSE file (was claimed in 4+ places but never shipped; repo was legally all-rights-reserved)
- Fix package.json author to Frank Riemer (was invented 'Frank Guzman'), homepage -> frankx.ai/acos, v12.0.0
- Fix acos-health-check.yml empty schedule: key (every push showed red X startup_failure); add manifest validation, leak gate, stats gate
- Remove Anthropic-proprietary skill mirrors (.claude/skills/anthropic/ + docx/pptx/xlsx/pdf — '© 2025 Anthropic, PBC. All rights reserved' inside an MIT repo)
- Purge 21 claude-mem session-telemetry CLAUDE.md files
- Remove Oracle-internal OneDrive path from frankx-content-creation agent
- Remove €1000-tier pricing/defensibility strategy lines from public docs/ops
- Remove .swarm/ session DB; gitignore .swarm/ and workstation-private registry
- Clean settings.json: drop third-party commit attribution (ruv@ruv.net), claude-flow allowlist + inert daemon config
- Fix opencode.json dead absolute Windows paths -> relative
- Archive BRANCH_AUDIT.md + ecosystem-report.md ops logs

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
- Remove 21 vendored claude-flow agent subdirs (79 files: byzantine/raft/CRDT coordinators, hive-mind, sparc, trading-predictor etc.) — upstream project content, not ACOS
- Remove vendored claude-flow command trees (sparc/, github/, analysis/, automation/, monitoring/, optimization/, hooks/, claude-flow-agents/) + gsd/ foreign system commands and hooks
- Remove vendored gstack skill tree (229 files) per repo's own doctrine ('Do not vendor GStack into ACOS core'); gstack stays an optional external install
- Remove .claude/slash-commands/ (CRLF-broken scripts pointing at dead WSL paths)
- Remove 0-byte nextjs-react-expert skill (active auto-activation target loading nothing)
- Move FrankX-personal surfaces to instances/frankx/: 11 frankx-ai-* commands, frankx-content-creation + weekly-recap agents, 6 personal skills (frankx-brand, frankx-daily-execution, gym/health/spartan/greek)
- Replace all dead /mnt/c/Users/Frank + C:/Users/Frank absolute paths with ~ across 39 files
- Fix agent name collision: two agents both named 'Music Producer' -> music-producer / frequency-music-producer

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
- plugin.json v12: valid schema only (drop invented compose/stats/intelligence fields), declare real component paths (.claude/commands|agents|skills, hooks/hooks.json, .mcp.json)
- Add .claude-plugin/marketplace.json ('frankx' marketplace) so 'claude plugin marketplace add frankxai/agentic-creator-os' works
- New hooks/hooks.json in Claude Code format wiring 3 telemetry-only Node hooks (UserPromptSubmit skill activation, PostToolUse tracking, Stop finalize) via CLAUDE_PLUGIN_ROOT — doctrine-compliant: fast, cross-platform, no quality gates
- FIX skill auto-activation (flagship feature, silently dead): rules path bug + schema mismatch — hook expected promptTriggers schema, rules ship activation_rules[]; added normalizer + robust path resolution. Verified firing end-to-end
- Resolve hooks/ naming collision: marketing hook-writing KB -> content-hooks/, mcp-health-check diagnostic -> scripts/
- Remove placebo .claude/hooks.json (echo-only 'safety systems') + duplicate .sh/.ts activation variants + 5 broken root hooks requiring nonexistent lib/
- Remove phantom skill-rules-v11.json (v8-labeled, 19/27 referenced skills nonexistent)
- Prune skill-rules.json to 20 rules that all resolve to real skills; brand_skill -> brand-voice; v12 stamp
- .mcp.json: drop claude-flow server; keep higgsfield multimodal connector

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
…tity contract

- New CREATOR.md identity contract (root template); FRANK_DNA.md -> instances/frankx/CREATOR.md as the worked example; core is now adoptable by any creator
- scripts/generate-stats.mjs: generated STATS.md + CI gates (stale counts, empty skills, phantom skill-rule targets); removed 4 more zero-byte skills it caught
- CLAUDE.md rewritten for v12: honest counts via STATS.md, hook doctrine (telemetry-only), gstack/claude-flow as optional external integrations, no personal-machine mandates
- README rewritten as a real front door: marketplace install first, npx skills add second, honest generated counts, related-projects trinity, live CI badge, no insider doctrine
- AGENTS.md / GROK.md / QUICKSTART.md aligned; phantom commands (/ultrawork, /design-gods, /product-team-launch) removed from onboarding
- /acos router: v7 header + '630+ skills' + claude-flow references corrected
- New docs/ARCHITECTURE.md (the doc two other docs already linked), docs/ROADMAP.md (dated, honest), docs/VISION.md; CHANGELOG restarted at 12.0.0
- CONTRIBUTING.md: DCO sign-off + relicensing grant (open-core legal rail), identity-neutrality rule, hook doctrine; Frank-DNA alignment requirement removed
- USAGE_GUIDE (v5 manual) archived; docs/README version claim fixed (was 3.0.0)
- package.json files field now ships .claude/ + plugin manifests (npm artifact was missing the entire product)

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
- Point 19 files' FRANK_DNA.md references at the CREATOR.md identity contract
- hook command/skill: hooks/ KB paths -> content-hooks/
- CODEOWNERS: .claude/hooks.json -> hooks/hooks.json
- Optional-integration banners on 7 claude-flow wrapper commands (claude-flow no longer bundled)
- alignment-check.yml messaging genericized (identity contract, not Frank DNA)

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
… disk

claude plugin validate rejects directory paths for 'agents' (CLI 2.1.178).
generate-stats.mjs now syncs the 65-file list into plugin.json and the --check
gate fails CI when it drifts. 'claude plugin validate .' passes.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
…s resolved

Leaks & employer content:
- Normalize ALL case/format variants of personal machine paths (11 more files: /c/Users/frank, C:\Users\Frank, /home/frankx, mangled -mnt-c- forms)
- Move luminor-strategic-guidance, frankx-website-builder, template-monetization, newsletter-ops to instances/frankx/ (personal/employer-strategy content)
- Genericize all employer career/compliance/restriction references (public repo must not document employer strategy)
- Scrub God-99/SHARING.md doctrine from grok layer + install.sh; install.sh v12 banner + version (was v10/11 fossil echoing purged persona lines)
- Leak gate rewritten: case-insensitive, both path separators, telemetry+attribution patterns; no longer false-positives on the Oracle-spec academic citation. Simulated locally: CLEAN

Hook pipeline (was 2/3 dead code):
- Wire session-start.js (SessionStart) — the only creator of _active.json; without it post-tool-track and stop-finalize never ran
- Strip output-style injection from session-start (violated telemetry-only doctrine)
- Unify trajectory dir across all 4 hooks: CLAUDE_PROJECT_DIR (project), not plugin install dir (split-brain bug)
- Widen PostToolUse matcher to Write|Edit|Bash so stop-finalize scoring heuristics are reachable
- gitignore .claude/trajectories/ (session telemetry must never be committed)

Skill activation quality:
- kwToRegex: keywords starting with non-word chars (/studio) now match — command triggers were 100% dead
- Remove dead-code continue that skipped fileTriggers for keyword rules
- Drop 16 over-broad keywords (write, track, design, plan...) that injected false IMPORTANT guidance into ordinary coding prompts — verified fixed

CI & supply chain:
- alignment-check: drop tj-actions/changed-files (CVE-2025-30066 exposure) for git diff -z with injection-safe read loop; require only name+description (62/65 agents failed the old capabilities/priority gate); banned-language now warn-only
- Remove ecosystem-monitor.yml (enumerated private repo names publicly, auto-committed to main)

Truth & legal:
- Kebab-case 39 agent frontmatter names (dispatch identifiers had spaces/ampersands)
- CREDITS: Apache-2.0 attribution for 11 vendored Anthropic skills; ARCHITECTURE license claim corrected; 8->7 MCP servers
- CONTRIBUTING: fix DCO/relicensing conflation (MIT already permits sublicensing)
- README identity claim softened to match reality; OpenCode install claim corrected
- Remove committed runtime artifacts: memory.db, homunculus instincts, gsd leftovers
- research skill: convert orphaned CLAUDE.md to proper SKILL.md with frontmatter
- generate-stats: CRLF-tolerant staleness check

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings July 12, 2026 05:03
@coderabbitai

coderabbitai Bot commented Jul 12, 2026

Copy link
Copy Markdown

Important

Review skipped

Too many files!

This PR contains 980 files, which is 830 over the limit of 150.

To get a review, narrow the scope:
• coderabbit review --type committed # exclude uncommitted changes
• coderabbit review --dir # limit to a subdirectory
• coderabbit review --base # compare against a closer base

Upgrade to a paid plan to raise the limit.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 32a688b6-d744-44a4-aa82-58726b37c464

📥 Commits

Reviewing files that changed from the base of the PR and between 5d0c64a and 7168d20.

⛔ Files ignored due to path filters (60)
  • .claude/memory.db is excluded by !**/*.db
  • .claude/skills/anthropic/artifacts-builder/scripts/shadcn-components.tar.gz is excluded by !**/*.gz
  • .claude/skills/anthropic/canvas-design/canvas-fonts/ArsenalSC-Regular.ttf is excluded by !**/*.ttf
  • .claude/skills/anthropic/canvas-design/canvas-fonts/BigShoulders-Bold.ttf is excluded by !**/*.ttf
  • .claude/skills/anthropic/canvas-design/canvas-fonts/BigShoulders-Regular.ttf is excluded by !**/*.ttf
  • .claude/skills/anthropic/canvas-design/canvas-fonts/Boldonse-Regular.ttf is excluded by !**/*.ttf
  • .claude/skills/anthropic/canvas-design/canvas-fonts/BricolageGrotesque-Bold.ttf is excluded by !**/*.ttf
  • .claude/skills/anthropic/canvas-design/canvas-fonts/BricolageGrotesque-Regular.ttf is excluded by !**/*.ttf
  • .claude/skills/anthropic/canvas-design/canvas-fonts/CrimsonPro-Bold.ttf is excluded by !**/*.ttf
  • .claude/skills/anthropic/canvas-design/canvas-fonts/CrimsonPro-Italic.ttf is excluded by !**/*.ttf
  • .claude/skills/anthropic/canvas-design/canvas-fonts/CrimsonPro-Regular.ttf is excluded by !**/*.ttf
  • .claude/skills/anthropic/canvas-design/canvas-fonts/DMMono-Regular.ttf is excluded by !**/*.ttf
  • .claude/skills/anthropic/canvas-design/canvas-fonts/EricaOne-Regular.ttf is excluded by !**/*.ttf
  • .claude/skills/anthropic/canvas-design/canvas-fonts/GeistMono-Bold.ttf is excluded by !**/*.ttf
  • .claude/skills/anthropic/canvas-design/canvas-fonts/GeistMono-Regular.ttf is excluded by !**/*.ttf
  • .claude/skills/anthropic/canvas-design/canvas-fonts/Gloock-Regular.ttf is excluded by !**/*.ttf
  • .claude/skills/anthropic/canvas-design/canvas-fonts/IBMPlexMono-Bold.ttf is excluded by !**/*.ttf
  • .claude/skills/anthropic/canvas-design/canvas-fonts/IBMPlexMono-Regular.ttf is excluded by !**/*.ttf
  • .claude/skills/anthropic/canvas-design/canvas-fonts/IBMPlexSerif-Bold.ttf is excluded by !**/*.ttf
  • .claude/skills/anthropic/canvas-design/canvas-fonts/IBMPlexSerif-BoldItalic.ttf is excluded by !**/*.ttf
  • .claude/skills/anthropic/canvas-design/canvas-fonts/IBMPlexSerif-Italic.ttf is excluded by !**/*.ttf
  • .claude/skills/anthropic/canvas-design/canvas-fonts/IBMPlexSerif-Regular.ttf is excluded by !**/*.ttf
  • .claude/skills/anthropic/canvas-design/canvas-fonts/InstrumentSans-Bold.ttf is excluded by !**/*.ttf
  • .claude/skills/anthropic/canvas-design/canvas-fonts/InstrumentSans-BoldItalic.ttf is excluded by !**/*.ttf
  • .claude/skills/anthropic/canvas-design/canvas-fonts/InstrumentSans-Italic.ttf is excluded by !**/*.ttf
  • .claude/skills/anthropic/canvas-design/canvas-fonts/InstrumentSans-Regular.ttf is excluded by !**/*.ttf
  • .claude/skills/anthropic/canvas-design/canvas-fonts/InstrumentSerif-Italic.ttf is excluded by !**/*.ttf
  • .claude/skills/anthropic/canvas-design/canvas-fonts/InstrumentSerif-Regular.ttf is excluded by !**/*.ttf
  • .claude/skills/anthropic/canvas-design/canvas-fonts/Italiana-Regular.ttf is excluded by !**/*.ttf
  • .claude/skills/anthropic/canvas-design/canvas-fonts/JetBrainsMono-Bold.ttf is excluded by !**/*.ttf
  • .claude/skills/anthropic/canvas-design/canvas-fonts/JetBrainsMono-Regular.ttf is excluded by !**/*.ttf
  • .claude/skills/anthropic/canvas-design/canvas-fonts/Jura-Light.ttf is excluded by !**/*.ttf
  • .claude/skills/anthropic/canvas-design/canvas-fonts/Jura-Medium.ttf is excluded by !**/*.ttf
  • .claude/skills/anthropic/canvas-design/canvas-fonts/LibreBaskerville-Regular.ttf is excluded by !**/*.ttf
  • .claude/skills/anthropic/canvas-design/canvas-fonts/Lora-Bold.ttf is excluded by !**/*.ttf
  • .claude/skills/anthropic/canvas-design/canvas-fonts/Lora-BoldItalic.ttf is excluded by !**/*.ttf
  • .claude/skills/anthropic/canvas-design/canvas-fonts/Lora-Italic.ttf is excluded by !**/*.ttf
  • .claude/skills/anthropic/canvas-design/canvas-fonts/Lora-Regular.ttf is excluded by !**/*.ttf
  • .claude/skills/anthropic/canvas-design/canvas-fonts/NationalPark-Bold.ttf is excluded by !**/*.ttf
  • .claude/skills/anthropic/canvas-design/canvas-fonts/NationalPark-Regular.ttf is excluded by !**/*.ttf
  • .claude/skills/anthropic/canvas-design/canvas-fonts/NothingYouCouldDo-Regular.ttf is excluded by !**/*.ttf
  • .claude/skills/anthropic/canvas-design/canvas-fonts/Outfit-Bold.ttf is excluded by !**/*.ttf
  • .claude/skills/anthropic/canvas-design/canvas-fonts/Outfit-Regular.ttf is excluded by !**/*.ttf
  • .claude/skills/anthropic/canvas-design/canvas-fonts/PixelifySans-Medium.ttf is excluded by !**/*.ttf
  • .claude/skills/anthropic/canvas-design/canvas-fonts/PoiretOne-Regular.ttf is excluded by !**/*.ttf
  • .claude/skills/anthropic/canvas-design/canvas-fonts/RedHatMono-Bold.ttf is excluded by !**/*.ttf
  • .claude/skills/anthropic/canvas-design/canvas-fonts/RedHatMono-Regular.ttf is excluded by !**/*.ttf
  • .claude/skills/anthropic/canvas-design/canvas-fonts/Silkscreen-Regular.ttf is excluded by !**/*.ttf
  • .claude/skills/anthropic/canvas-design/canvas-fonts/SmoochSans-Medium.ttf is excluded by !**/*.ttf
  • .claude/skills/anthropic/canvas-design/canvas-fonts/Tektur-Medium.ttf is excluded by !**/*.ttf
  • .claude/skills/anthropic/canvas-design/canvas-fonts/Tektur-Regular.ttf is excluded by !**/*.ttf
  • .claude/skills/anthropic/canvas-design/canvas-fonts/WorkSans-Bold.ttf is excluded by !**/*.ttf
  • .claude/skills/anthropic/canvas-design/canvas-fonts/WorkSans-BoldItalic.ttf is excluded by !**/*.ttf
  • .claude/skills/anthropic/canvas-design/canvas-fonts/WorkSans-Italic.ttf is excluded by !**/*.ttf
  • .claude/skills/anthropic/canvas-design/canvas-fonts/WorkSans-Regular.ttf is excluded by !**/*.ttf
  • .claude/skills/anthropic/canvas-design/canvas-fonts/YoungSerif-Regular.ttf is excluded by !**/*.ttf
  • .claude/skills/anthropic/theme-factory/theme-showcase.pdf is excluded by !**/*.pdf
  • .claude/skills/gstack/docs/images/github-2013.png is excluded by !**/*.png
  • .claude/skills/gstack/docs/images/github-2026.png is excluded by !**/*.png
  • .swarm/memory.db is excluded by !**/*.db
📒 Files selected for processing (980)
  • .claude-plugin/marketplace.json
  • .claude-plugin/plugin.json
  • .claude/agents/CLAUDE.md
  • .claude/agents/accessibility-auditor.md
  • .claude/agents/analysis/analyze-code-quality.md
  • .claude/agents/analysis/code-analyzer.md
  • .claude/agents/analysis/code-review/analyze-code-quality.md
  • .claude/agents/architecture/system-design/arch-system-design.md
  • .claude/agents/book-distiller.md
  • .claude/agents/business-book-writer.md
  • .claude/agents/character-psychologist.md
  • .claude/agents/coaching-program-design.md
  • .claude/agents/consensus/README.md
  • .claude/agents/consensus/byzantine-coordinator.md
  • .claude/agents/consensus/crdt-synchronizer.md
  • .claude/agents/consensus/gossip-coordinator.md
  • .claude/agents/consensus/performance-benchmarker.md
  • .claude/agents/consensus/quorum-manager.md
  • .claude/agents/consensus/raft-manager.md
  • .claude/agents/consensus/security-manager.md
  • .claude/agents/content-polisher.md
  • .claude/agents/content-product-development.md
  • .claude/agents/continuity-guardian.md
  • .claude/agents/core/coder.md
  • .claude/agents/core/planner.md
  • .claude/agents/core/researcher.md
  • .claude/agents/core/reviewer.md
  • .claude/agents/core/tester.md
  • .claude/agents/creator-book-writer.md
  • .claude/agents/custom/test-long-runner.md
  • .claude/agents/data/ml/data-ml-model.md
  • .claude/agents/deep-fiction-writer.md
  • .claude/agents/development/backend/dev-backend-api.md
  • .claude/agents/development/dev-backend-api.md
  • .claude/agents/developmental-editor.md
  • .claude/agents/devops/ci-cd/ops-cicd-github.md
  • .claude/agents/discussion-based-planning.md
  • .claude/agents/documentation/api-docs/docs-api-openapi.md
  • .claude/agents/fantasy-book-writer.md
  • .claude/agents/frequency-music-production.md
  • .claude/agents/github/code-review-swarm.md
  • .claude/agents/github/github-modes.md
  • .claude/agents/github/issue-tracker.md
  • .claude/agents/github/multi-repo-swarm.md
  • .claude/agents/github/pr-manager.md
  • .claude/agents/github/project-board-sync.md
  • .claude/agents/github/release-manager.md
  • .claude/agents/github/release-swarm.md
  • .claude/agents/github/repo-architect.md
  • .claude/agents/github/swarm-issue.md
  • .claude/agents/github/swarm-pr.md
  • .claude/agents/github/sync-coordinator.md
  • .claude/agents/github/workflow-automation.md
  • .claude/agents/goal/agent.md
  • .claude/agents/goal/code-goal-planner.md
  • .claude/agents/goal/goal-planner.md
  • .claude/agents/golden-age-visionary.md
  • .claude/agents/hive-mind/collective-intelligence-coordinator.md
  • .claude/agents/hive-mind/queen-coordinator.md
  • .claude/agents/hive-mind/scout-explorer.md
  • .claude/agents/hive-mind/swarm-memory-manager.md
  • .claude/agents/hive-mind/worker-specialist.md
  • .claude/agents/line-editor-voice-alchemist.md
  • .claude/agents/master-story-architect.md
  • .claude/agents/mcp-server-advising.md
  • .claude/agents/meta-handover.md
  • .claude/agents/meta-memory-guardian.md
  • .claude/agents/multimodal-director.md
  • .claude/agents/music-production.md
  • .claude/agents/nano-banana-image-generation.md
  • .claude/agents/nextjs-vercel-deployment.md
  • .claude/agents/optimization/README.md
  • .claude/agents/optimization/benchmark-suite.md
  • .claude/agents/optimization/load-balancer.md
  • .claude/agents/optimization/performance-monitor.md
  • .claude/agents/optimization/resource-allocator.md
  • .claude/agents/optimization/topology-optimizer.md
  • .claude/agents/payments/agentic-payments.md
  • .claude/agents/performance-guardian.md
  • .claude/agents/prompt-psyche-cartographer.md
  • .claude/agents/prompt-psychometrist.md
  • .claude/agents/publishing-strategist.md
  • .claude/agents/research-librarian.md
  • .claude/agents/sensitivity-reader.md
  • .claude/agents/seo_specialist.md
  • .claude/agents/social-content-generator.md
  • .claude/agents/sona/sona-learning-optimizer.md
  • .claude/agents/sparc/architecture.md
  • .claude/agents/sparc/pseudocode.md
  • .claude/agents/sparc/refinement.md
  • .claude/agents/sparc/specification.md
  • .claude/agents/specialized/mobile/spec-mobile-react-native.md
  • .claude/agents/starlight-architecture-design.md
  • .claude/agents/starlight-orchestrator.md
  • .claude/agents/sublinear/consensus-coordinator.md
  • .claude/agents/sublinear/matrix-optimizer.md
  • .claude/agents/sublinear/pagerank-analyzer.md
  • .claude/agents/sublinear/performance-optimizer.md
  • .claude/agents/sublinear/trading-predictor.md
  • .claude/agents/swarm/README.md
  • .claude/agents/swarm/adaptive-coordinator.md
  • .claude/agents/swarm/hierarchical-coordinator.md
  • .claude/agents/swarm/mesh-coordinator.md
  • .claude/agents/template-design.md
  • .claude/agents/templates/automation-smart-agent.md
  • .claude/agents/templates/coordinator-swarm-init.md
  • .claude/agents/templates/github-pr-manager.md
  • .claude/agents/templates/implementer-sparc-coder.md
  • .claude/agents/templates/memory-coordinator.md
  • .claude/agents/templates/migration-plan.md
  • .claude/agents/templates/orchestrator-task.md
  • .claude/agents/templates/performance-analyzer.md
  • .claude/agents/templates/sparc-coordinator.md
  • .claude/agents/testing/production-validator.md
  • .claude/agents/testing/tdd-london-swarm.md
  • .claude/agents/testing/unit/tdd-london-swarm.md
  • .claude/agents/testing/validation/production-validator.md
  • .claude/agents/ui-ux-design-guidance.md
  • .claude/agents/ux-design-development.md
  • .claude/agents/viral-content-strategy.md
  • .claude/agents/world-architect.md
  • .claude/commands/CLAUDE.md
  • .claude/commands/acos-agents.md
  • .claude/commands/acos-checkpoint.md
  • .claude/commands/acos-flow.md
  • .claude/commands/acos-memory.md
  • .claude/commands/acos-monitor.md
  • .claude/commands/acos-swarm.md
  • .claude/commands/acos.md
  • .claude/commands/agentic-jujutsu.md
  • .claude/commands/analysis/COMMAND_COMPLIANCE_REPORT.md
  • .claude/commands/analysis/README.md
  • .claude/commands/analysis/bottleneck-detect.md
  • .claude/commands/analysis/performance-bottlenecks.md
  • .claude/commands/analysis/performance-report.md
  • .claude/commands/analysis/token-efficiency.md
  • .claude/commands/analysis/token-usage.md
  • .claude/commands/automation-dev.md
  • .claude/commands/automation/README.md
  • .claude/commands/automation/auto-agent.md
  • .claude/commands/automation/self-healing.md
  • .claude/commands/automation/session-memory.md
  • .claude/commands/automation/smart-agents.md
  • .claude/commands/automation/smart-spawn.md
  • .claude/commands/automation/workflow-select.md
  • .claude/commands/classify-content.md
  • .claude/commands/claude-flow-agents/agent-spawning.md
  • .claude/commands/claude-flow-sparc.md
  • .claude/commands/claude-flow-swarm.md
  • .claude/commands/generate-images.md
  • .claude/commands/generate-social.md
  • .claude/commands/github/README.md
  • .claude/commands/github/code-review-swarm.md
  • .claude/commands/github/code-review.md
  • .claude/commands/github/github-modes.md
  • .claude/commands/github/github-swarm.md
  • .claude/commands/github/issue-tracker.md
  • .claude/commands/github/issue-triage.md
  • .claude/commands/github/multi-repo-swarm.md
  • .claude/commands/github/pr-enhance.md
  • .claude/commands/github/pr-manager.md
  • .claude/commands/github/project-board-sync.md
  • .claude/commands/github/release-manager.md
  • .claude/commands/github/release-swarm.md
  • .claude/commands/github/repo-analyze.md
  • .claude/commands/github/repo-architect.md
  • .claude/commands/github/swarm-issue.md
  • .claude/commands/github/swarm-pr.md
  • .claude/commands/github/sync-coordinator.md
  • .claude/commands/github/workflow-automation.md
  • .claude/commands/grok.md
  • .claude/commands/gsd/discuss-phase.md
  • .claude/commands/gsd/forensics.md
  • .claude/commands/gsd/health.md
  • .claude/commands/hook.md
  • .claude/commands/hooks/README.md
  • .claude/commands/hooks/overview.md
  • .claude/commands/hooks/post-edit.md
  • .claude/commands/hooks/post-task.md
  • .claude/commands/hooks/pre-edit.md
  • .claude/commands/hooks/pre-task.md
  • .claude/commands/hooks/session-end.md
  • .claude/commands/hooks/setup.md
  • .claude/commands/log.md
  • .claude/commands/monitoring/README.md
  • .claude/commands/monitoring/agent-metrics.md
  • .claude/commands/monitoring/agents.md
  • .claude/commands/monitoring/real-time-view.md
  • .claude/commands/monitoring/status.md
  • .claude/commands/monitoring/swarm-monitor.md
  • .claude/commands/new-model.md
  • .claude/commands/optimization/README.md
  • .claude/commands/optimization/auto-topology.md
  • .claude/commands/optimization/cache-manage.md
  • .claude/commands/optimization/parallel-execute.md
  • .claude/commands/optimization/parallel-execution.md
  • .claude/commands/optimization/topology-optimize.md
  • .claude/commands/polish-content.md
  • .claude/commands/publish.md
  • .claude/commands/research.md
  • .claude/commands/review-content.md
  • .claude/commands/sparc/analyzer.md
  • .claude/commands/sparc/architect.md
  • .claude/commands/sparc/ask.md
  • .claude/commands/sparc/batch-executor.md
  • .claude/commands/sparc/code.md
  • .claude/commands/sparc/coder.md
  • .claude/commands/sparc/debug.md
  • .claude/commands/sparc/debugger.md
  • .claude/commands/sparc/designer.md
  • .claude/commands/sparc/devops.md
  • .claude/commands/sparc/docs-writer.md
  • .claude/commands/sparc/documenter.md
  • .claude/commands/sparc/innovator.md
  • .claude/commands/sparc/integration.md
  • .claude/commands/sparc/mcp.md
  • .claude/commands/sparc/memory-manager.md
  • .claude/commands/sparc/optimizer.md
  • .claude/commands/sparc/orchestrator.md
  • .claude/commands/sparc/post-deployment-monitoring-mode.md
  • .claude/commands/sparc/refinement-optimization-mode.md
  • .claude/commands/sparc/researcher.md
  • .claude/commands/sparc/reviewer.md
  • .claude/commands/sparc/security-review.md
  • .claude/commands/sparc/sparc-modes.md
  • .claude/commands/sparc/sparc.md
  • .claude/commands/sparc/spec-pseudocode.md
  • .claude/commands/sparc/supabase-admin.md
  • .claude/commands/sparc/swarm-coordinator.md
  • .claude/commands/sparc/tdd.md
  • .claude/commands/sparc/tester.md
  • .claude/commands/sparc/tutorial.md
  • .claude/commands/sparc/workflow-manager.md
  • .claude/commands/ultraworld.md
  • .claude/commands/ux-design.md
  • .claude/commands/vis-search.md
  • .claude/homunculus/instincts/inherited/everything-claude-code-instincts.yaml
  • .claude/hooks.json
  • .claude/hooks/activation-logger.sh
  • .claude/hooks/post-tool-track.js
  • .claude/hooks/session-end-log.sh
  • .claude/hooks/session-logger.sh
  • .claude/hooks/session-start.js
  • .claude/hooks/skill-activation-prompt.js
  • .claude/hooks/skill-activation-prompt.sh
  • .claude/hooks/skill-activation-prompt.ts
  • .claude/hooks/stop-finalize.js
  • .claude/settings.json
  • .claude/skill-rules.json
  • .claude/skills/CLAUDE.md
  • .claude/skills/agentic-orchestration/CLAUDE.md
  • .claude/skills/ai-architect-newsletter/SKILL.md
  • .claude/skills/anthropic/algorithmic-art/LICENSE.txt
  • .claude/skills/anthropic/algorithmic-art/SKILL.md
  • .claude/skills/anthropic/algorithmic-art/templates/generator_template.js
  • .claude/skills/anthropic/algorithmic-art/templates/viewer.html
  • .claude/skills/anthropic/artifacts-builder/LICENSE.txt
  • .claude/skills/anthropic/artifacts-builder/SKILL.md
  • .claude/skills/anthropic/artifacts-builder/scripts/bundle-artifact.sh
  • .claude/skills/anthropic/artifacts-builder/scripts/init-artifact.sh
  • .claude/skills/anthropic/brand-guidelines/LICENSE.txt
  • .claude/skills/anthropic/brand-guidelines/SKILL.md
  • .claude/skills/anthropic/canvas-design/LICENSE.txt
  • .claude/skills/anthropic/canvas-design/SKILL.md
  • .claude/skills/anthropic/canvas-design/canvas-fonts/ArsenalSC-OFL.txt
  • .claude/skills/anthropic/canvas-design/canvas-fonts/BigShoulders-OFL.txt
  • .claude/skills/anthropic/canvas-design/canvas-fonts/Boldonse-OFL.txt
  • .claude/skills/anthropic/canvas-design/canvas-fonts/BricolageGrotesque-OFL.txt
  • .claude/skills/anthropic/canvas-design/canvas-fonts/CrimsonPro-OFL.txt
  • .claude/skills/anthropic/canvas-design/canvas-fonts/DMMono-OFL.txt
  • .claude/skills/anthropic/canvas-design/canvas-fonts/EricaOne-OFL.txt
  • .claude/skills/anthropic/canvas-design/canvas-fonts/GeistMono-OFL.txt
  • .claude/skills/anthropic/canvas-design/canvas-fonts/Gloock-OFL.txt
  • .claude/skills/anthropic/canvas-design/canvas-fonts/IBMPlexMono-OFL.txt
  • .claude/skills/anthropic/canvas-design/canvas-fonts/InstrumentSans-OFL.txt
  • .claude/skills/anthropic/canvas-design/canvas-fonts/Italiana-OFL.txt
  • .claude/skills/anthropic/canvas-design/canvas-fonts/JetBrainsMono-OFL.txt
  • .claude/skills/anthropic/canvas-design/canvas-fonts/Jura-OFL.txt
  • .claude/skills/anthropic/canvas-design/canvas-fonts/LibreBaskerville-OFL.txt
  • .claude/skills/anthropic/canvas-design/canvas-fonts/Lora-OFL.txt
  • .claude/skills/anthropic/canvas-design/canvas-fonts/NationalPark-OFL.txt
  • .claude/skills/anthropic/canvas-design/canvas-fonts/NothingYouCouldDo-OFL.txt
  • .claude/skills/anthropic/canvas-design/canvas-fonts/Outfit-OFL.txt
  • .claude/skills/anthropic/canvas-design/canvas-fonts/PixelifySans-OFL.txt
  • .claude/skills/anthropic/canvas-design/canvas-fonts/PoiretOne-OFL.txt
  • .claude/skills/anthropic/canvas-design/canvas-fonts/RedHatMono-OFL.txt
  • .claude/skills/anthropic/canvas-design/canvas-fonts/Silkscreen-OFL.txt
  • .claude/skills/anthropic/canvas-design/canvas-fonts/SmoochSans-OFL.txt
  • .claude/skills/anthropic/canvas-design/canvas-fonts/Tektur-OFL.txt
  • .claude/skills/anthropic/canvas-design/canvas-fonts/WorkSans-OFL.txt
  • .claude/skills/anthropic/canvas-design/canvas-fonts/YoungSerif-OFL.txt
  • .claude/skills/anthropic/docx/LICENSE.txt
  • .claude/skills/anthropic/docx/SKILL.md
  • .claude/skills/anthropic/docx/docx-js.md
  • .claude/skills/anthropic/docx/ooxml.md
  • .claude/skills/anthropic/docx/ooxml/schemas/ISO-IEC29500-4_2016/dml-chart.xsd
  • .claude/skills/anthropic/docx/ooxml/schemas/ISO-IEC29500-4_2016/dml-chartDrawing.xsd
  • .claude/skills/anthropic/docx/ooxml/schemas/ISO-IEC29500-4_2016/dml-diagram.xsd
  • .claude/skills/anthropic/docx/ooxml/schemas/ISO-IEC29500-4_2016/dml-lockedCanvas.xsd
  • .claude/skills/anthropic/docx/ooxml/schemas/ISO-IEC29500-4_2016/dml-main.xsd
  • .claude/skills/anthropic/docx/ooxml/schemas/ISO-IEC29500-4_2016/dml-picture.xsd
  • .claude/skills/anthropic/docx/ooxml/schemas/ISO-IEC29500-4_2016/dml-spreadsheetDrawing.xsd
  • .claude/skills/anthropic/docx/ooxml/schemas/ISO-IEC29500-4_2016/dml-wordprocessingDrawing.xsd
  • .claude/skills/anthropic/docx/ooxml/schemas/ISO-IEC29500-4_2016/pml.xsd
  • .claude/skills/anthropic/docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-additionalCharacteristics.xsd
  • .claude/skills/anthropic/docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-bibliography.xsd
  • .claude/skills/anthropic/docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-commonSimpleTypes.xsd
  • .claude/skills/anthropic/docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-customXmlDataProperties.xsd
  • .claude/skills/anthropic/docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-customXmlSchemaProperties.xsd
  • .claude/skills/anthropic/docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesCustom.xsd
  • .claude/skills/anthropic/docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesExtended.xsd
  • .claude/skills/anthropic/docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesVariantTypes.xsd
  • .claude/skills/anthropic/docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-math.xsd
  • .claude/skills/anthropic/docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-relationshipReference.xsd
  • .claude/skills/anthropic/docx/ooxml/schemas/ISO-IEC29500-4_2016/sml.xsd
  • .claude/skills/anthropic/docx/ooxml/schemas/ISO-IEC29500-4_2016/vml-main.xsd
  • .claude/skills/anthropic/docx/ooxml/schemas/ISO-IEC29500-4_2016/vml-officeDrawing.xsd
  • .claude/skills/anthropic/docx/ooxml/schemas/ISO-IEC29500-4_2016/vml-presentationDrawing.xsd
  • .claude/skills/anthropic/docx/ooxml/schemas/ISO-IEC29500-4_2016/vml-spreadsheetDrawing.xsd
  • .claude/skills/anthropic/docx/ooxml/schemas/ISO-IEC29500-4_2016/vml-wordprocessingDrawing.xsd
  • .claude/skills/anthropic/docx/ooxml/schemas/ISO-IEC29500-4_2016/wml.xsd
  • .claude/skills/anthropic/docx/ooxml/schemas/ISO-IEC29500-4_2016/xml.xsd
  • .claude/skills/anthropic/docx/ooxml/schemas/ecma/fouth-edition/opc-contentTypes.xsd
  • .claude/skills/anthropic/docx/ooxml/schemas/ecma/fouth-edition/opc-coreProperties.xsd
  • .claude/skills/anthropic/docx/ooxml/schemas/ecma/fouth-edition/opc-digSig.xsd
  • .claude/skills/anthropic/docx/ooxml/schemas/ecma/fouth-edition/opc-relationships.xsd
  • .claude/skills/anthropic/docx/ooxml/schemas/mce/mc.xsd
  • .claude/skills/anthropic/docx/ooxml/schemas/microsoft/wml-2010.xsd
  • .claude/skills/anthropic/docx/ooxml/schemas/microsoft/wml-2012.xsd
  • .claude/skills/anthropic/docx/ooxml/schemas/microsoft/wml-2018.xsd
  • .claude/skills/anthropic/docx/ooxml/schemas/microsoft/wml-cex-2018.xsd
  • .claude/skills/anthropic/docx/ooxml/schemas/microsoft/wml-cid-2016.xsd
  • .claude/skills/anthropic/docx/ooxml/schemas/microsoft/wml-sdtdatahash-2020.xsd
  • .claude/skills/anthropic/docx/ooxml/schemas/microsoft/wml-symex-2015.xsd
  • .claude/skills/anthropic/docx/ooxml/scripts/pack.py
  • .claude/skills/anthropic/docx/ooxml/scripts/unpack.py
  • .claude/skills/anthropic/docx/ooxml/scripts/validate.py
  • .claude/skills/anthropic/docx/ooxml/scripts/validation/__init__.py
  • .claude/skills/anthropic/docx/ooxml/scripts/validation/base.py
  • .claude/skills/anthropic/docx/ooxml/scripts/validation/docx.py
  • .claude/skills/anthropic/docx/ooxml/scripts/validation/pptx.py
  • .claude/skills/anthropic/docx/ooxml/scripts/validation/redlining.py
  • .claude/skills/anthropic/docx/scripts/__init__.py
  • .claude/skills/anthropic/docx/scripts/document.py
  • .claude/skills/anthropic/docx/scripts/templates/comments.xml
  • .claude/skills/anthropic/docx/scripts/templates/commentsExtended.xml
  • .claude/skills/anthropic/docx/scripts/templates/commentsExtensible.xml
  • .claude/skills/anthropic/docx/scripts/templates/commentsIds.xml
  • .claude/skills/anthropic/docx/scripts/templates/people.xml
  • .claude/skills/anthropic/docx/scripts/utilities.py
  • .claude/skills/anthropic/frontend-design/LICENSE.txt
  • .claude/skills/anthropic/frontend-design/SKILL.md
  • .claude/skills/anthropic/internal-comms/LICENSE.txt
  • .claude/skills/anthropic/internal-comms/SKILL.md
  • .claude/skills/anthropic/internal-comms/examples/3p-updates.md
  • .claude/skills/anthropic/internal-comms/examples/company-newsletter.md
  • .claude/skills/anthropic/internal-comms/examples/faq-answers.md
  • .claude/skills/anthropic/internal-comms/examples/general-comms.md
  • .claude/skills/anthropic/mcp-builder/LICENSE.txt
  • .claude/skills/anthropic/mcp-builder/SKILL.md
  • .claude/skills/anthropic/mcp-builder/reference/evaluation.md
  • .claude/skills/anthropic/mcp-builder/reference/mcp_best_practices.md
  • .claude/skills/anthropic/mcp-builder/reference/node_mcp_server.md
  • .claude/skills/anthropic/mcp-builder/reference/python_mcp_server.md
  • .claude/skills/anthropic/mcp-builder/scripts/connections.py
  • .claude/skills/anthropic/mcp-builder/scripts/evaluation.py
  • .claude/skills/anthropic/mcp-builder/scripts/example_evaluation.xml
  • .claude/skills/anthropic/mcp-builder/scripts/requirements.txt
  • .claude/skills/anthropic/pdf/LICENSE.txt
  • .claude/skills/anthropic/pdf/SKILL.md
  • .claude/skills/anthropic/pdf/forms.md
  • .claude/skills/anthropic/pdf/reference.md
  • .claude/skills/anthropic/pdf/scripts/check_bounding_boxes.py
  • .claude/skills/anthropic/pdf/scripts/check_bounding_boxes_test.py
  • .claude/skills/anthropic/pdf/scripts/check_fillable_fields.py
  • .claude/skills/anthropic/pdf/scripts/convert_pdf_to_images.py
  • .claude/skills/anthropic/pdf/scripts/create_validation_image.py
  • .claude/skills/anthropic/pdf/scripts/extract_form_field_info.py
  • .claude/skills/anthropic/pdf/scripts/fill_fillable_fields.py
  • .claude/skills/anthropic/pdf/scripts/fill_pdf_form_with_annotations.py
  • .claude/skills/anthropic/pptx/LICENSE.txt
  • .claude/skills/anthropic/pptx/SKILL.md
  • .claude/skills/anthropic/pptx/html2pptx.md
  • .claude/skills/anthropic/pptx/ooxml.md
  • .claude/skills/anthropic/pptx/ooxml/schemas/ISO-IEC29500-4_2016/dml-chart.xsd
  • .claude/skills/anthropic/pptx/ooxml/schemas/ISO-IEC29500-4_2016/dml-chartDrawing.xsd
  • .claude/skills/anthropic/pptx/ooxml/schemas/ISO-IEC29500-4_2016/dml-diagram.xsd
  • .claude/skills/anthropic/pptx/ooxml/schemas/ISO-IEC29500-4_2016/dml-lockedCanvas.xsd
  • .claude/skills/anthropic/pptx/ooxml/schemas/ISO-IEC29500-4_2016/dml-main.xsd
  • .claude/skills/anthropic/pptx/ooxml/schemas/ISO-IEC29500-4_2016/dml-picture.xsd
  • .claude/skills/anthropic/pptx/ooxml/schemas/ISO-IEC29500-4_2016/dml-spreadsheetDrawing.xsd
  • .claude/skills/anthropic/pptx/ooxml/schemas/ISO-IEC29500-4_2016/dml-wordprocessingDrawing.xsd
  • .claude/skills/anthropic/pptx/ooxml/schemas/ISO-IEC29500-4_2016/pml.xsd
  • .claude/skills/anthropic/pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-additionalCharacteristics.xsd
  • .claude/skills/anthropic/pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-bibliography.xsd
  • .claude/skills/anthropic/pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-commonSimpleTypes.xsd
  • .claude/skills/anthropic/pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-customXmlDataProperties.xsd
  • .claude/skills/anthropic/pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-customXmlSchemaProperties.xsd
  • .claude/skills/anthropic/pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesCustom.xsd
  • .claude/skills/anthropic/pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesExtended.xsd
  • .claude/skills/anthropic/pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesVariantTypes.xsd
  • .claude/skills/anthropic/pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-math.xsd
  • .claude/skills/anthropic/pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-relationshipReference.xsd
  • .claude/skills/anthropic/pptx/ooxml/schemas/ISO-IEC29500-4_2016/sml.xsd
  • .claude/skills/anthropic/pptx/ooxml/schemas/ISO-IEC29500-4_2016/vml-main.xsd
  • .claude/skills/anthropic/pptx/ooxml/schemas/ISO-IEC29500-4_2016/vml-officeDrawing.xsd
  • .claude/skills/anthropic/pptx/ooxml/schemas/ISO-IEC29500-4_2016/vml-presentationDrawing.xsd
  • .claude/skills/anthropic/pptx/ooxml/schemas/ISO-IEC29500-4_2016/vml-spreadsheetDrawing.xsd
  • .claude/skills/anthropic/pptx/ooxml/schemas/ISO-IEC29500-4_2016/vml-wordprocessingDrawing.xsd
  • .claude/skills/anthropic/pptx/ooxml/schemas/ISO-IEC29500-4_2016/wml.xsd
  • .claude/skills/anthropic/pptx/ooxml/schemas/ISO-IEC29500-4_2016/xml.xsd
  • .claude/skills/anthropic/pptx/ooxml/schemas/ecma/fouth-edition/opc-contentTypes.xsd
  • .claude/skills/anthropic/pptx/ooxml/schemas/ecma/fouth-edition/opc-coreProperties.xsd
  • .claude/skills/anthropic/pptx/ooxml/schemas/ecma/fouth-edition/opc-digSig.xsd
  • .claude/skills/anthropic/pptx/ooxml/schemas/ecma/fouth-edition/opc-relationships.xsd
  • .claude/skills/anthropic/pptx/ooxml/schemas/mce/mc.xsd
  • .claude/skills/anthropic/pptx/ooxml/schemas/microsoft/wml-2010.xsd
  • .claude/skills/anthropic/pptx/ooxml/schemas/microsoft/wml-2012.xsd
  • .claude/skills/anthropic/pptx/ooxml/schemas/microsoft/wml-2018.xsd
  • .claude/skills/anthropic/pptx/ooxml/schemas/microsoft/wml-cex-2018.xsd
  • .claude/skills/anthropic/pptx/ooxml/schemas/microsoft/wml-cid-2016.xsd
  • .claude/skills/anthropic/pptx/ooxml/schemas/microsoft/wml-sdtdatahash-2020.xsd
  • .claude/skills/anthropic/pptx/ooxml/schemas/microsoft/wml-symex-2015.xsd
  • .claude/skills/anthropic/pptx/ooxml/scripts/pack.py
  • .claude/skills/anthropic/pptx/ooxml/scripts/unpack.py
  • .claude/skills/anthropic/pptx/ooxml/scripts/validate.py
  • .claude/skills/anthropic/pptx/ooxml/scripts/validation/__init__.py
  • .claude/skills/anthropic/pptx/ooxml/scripts/validation/base.py
  • .claude/skills/anthropic/pptx/ooxml/scripts/validation/docx.py
  • .claude/skills/anthropic/pptx/ooxml/scripts/validation/pptx.py
  • .claude/skills/anthropic/pptx/ooxml/scripts/validation/redlining.py
  • .claude/skills/anthropic/pptx/scripts/html2pptx.js
  • .claude/skills/anthropic/pptx/scripts/inventory.py
  • .claude/skills/anthropic/pptx/scripts/rearrange.py
  • .claude/skills/anthropic/pptx/scripts/replace.py
  • .claude/skills/anthropic/pptx/scripts/thumbnail.py
  • .claude/skills/anthropic/skill-creator/LICENSE.txt
  • .claude/skills/anthropic/skill-creator/SKILL.md
  • .claude/skills/anthropic/skill-creator/scripts/init_skill.py
  • .claude/skills/anthropic/skill-creator/scripts/package_skill.py
  • .claude/skills/anthropic/skill-creator/scripts/quick_validate.py
  • .claude/skills/anthropic/slack-gif-creator/LICENSE.txt
  • .claude/skills/anthropic/slack-gif-creator/SKILL.md
  • .claude/skills/anthropic/slack-gif-creator/core/color_palettes.py
  • .claude/skills/anthropic/slack-gif-creator/core/easing.py
  • .claude/skills/anthropic/slack-gif-creator/core/frame_composer.py
  • .claude/skills/anthropic/slack-gif-creator/core/gif_builder.py
  • .claude/skills/anthropic/slack-gif-creator/core/typography.py
  • .claude/skills/anthropic/slack-gif-creator/core/validators.py
  • .claude/skills/anthropic/slack-gif-creator/core/visual_effects.py
  • .claude/skills/anthropic/slack-gif-creator/requirements.txt
  • .claude/skills/anthropic/slack-gif-creator/templates/bounce.py
  • .claude/skills/anthropic/slack-gif-creator/templates/explode.py
  • .claude/skills/anthropic/slack-gif-creator/templates/fade.py
  • .claude/skills/anthropic/slack-gif-creator/templates/flip.py
  • .claude/skills/anthropic/slack-gif-creator/templates/kaleidoscope.py
  • .claude/skills/anthropic/slack-gif-creator/templates/morph.py
  • .claude/skills/anthropic/slack-gif-creator/templates/move.py
  • .claude/skills/anthropic/slack-gif-creator/templates/pulse.py
  • .claude/skills/anthropic/slack-gif-creator/templates/shake.py
  • .claude/skills/anthropic/slack-gif-creator/templates/slide.py
  • .claude/skills/anthropic/slack-gif-creator/templates/spin.py
  • .claude/skills/anthropic/slack-gif-creator/templates/wiggle.py
  • .claude/skills/anthropic/slack-gif-creator/templates/zoom.py
  • .claude/skills/anthropic/template-skill/SKILL.md
  • .claude/skills/anthropic/theme-factory/LICENSE.txt
  • .claude/skills/anthropic/theme-factory/SKILL.md
  • .claude/skills/anthropic/theme-factory/themes/arctic-frost.md
  • .claude/skills/anthropic/theme-factory/themes/botanical-garden.md
  • .claude/skills/anthropic/theme-factory/themes/desert-rose.md
  • .claude/skills/anthropic/theme-factory/themes/forest-canopy.md
  • .claude/skills/anthropic/theme-factory/themes/golden-hour.md
  • .claude/skills/anthropic/theme-factory/themes/midnight-galaxy.md
  • .claude/skills/anthropic/theme-factory/themes/modern-minimalist.md
  • .claude/skills/anthropic/theme-factory/themes/ocean-depths.md
  • .claude/skills/anthropic/theme-factory/themes/sunset-boulevard.md
  • .claude/skills/anthropic/theme-factory/themes/tech-innovation.md
  • .claude/skills/anthropic/webapp-testing/LICENSE.txt
  • .claude/skills/anthropic/webapp-testing/SKILL.md
  • .claude/skills/anthropic/webapp-testing/examples/console_logging.py
  • .claude/skills/anthropic/webapp-testing/examples/element_discovery.py
  • .claude/skills/anthropic/webapp-testing/examples/static_html_automation.py
  • .claude/skills/anthropic/webapp-testing/scripts/with_server.py
  • .claude/skills/anthropic/xlsx/LICENSE.txt
  • .claude/skills/anthropic/xlsx/SKILL.md
  • .claude/skills/anthropic/xlsx/recalc.py
  • .claude/skills/cacos/CLAUDE.md
  • .claude/skills/docx/LICENSE.txt
  • .claude/skills/docx/SKILL.md
  • .claude/skills/docx/docx-js.md
  • .claude/skills/docx/ooxml.md
  • .claude/skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/dml-chart.xsd
  • .claude/skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/dml-chartDrawing.xsd
  • .claude/skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/dml-diagram.xsd
  • .claude/skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/dml-lockedCanvas.xsd
  • .claude/skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/dml-main.xsd
  • .claude/skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/dml-picture.xsd
  • .claude/skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/dml-spreadsheetDrawing.xsd
  • .claude/skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/dml-wordprocessingDrawing.xsd
  • .claude/skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/pml.xsd
  • .claude/skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-additionalCharacteristics.xsd
  • .claude/skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-bibliography.xsd
  • .claude/skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-commonSimpleTypes.xsd
  • .claude/skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-customXmlDataProperties.xsd
  • .claude/skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-customXmlSchemaProperties.xsd
  • .claude/skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesCustom.xsd
  • .claude/skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesExtended.xsd
  • .claude/skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesVariantTypes.xsd
  • .claude/skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-math.xsd
  • .claude/skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-relationshipReference.xsd
  • .claude/skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/sml.xsd
  • .claude/skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/vml-main.xsd
  • .claude/skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/vml-officeDrawing.xsd
  • .claude/skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/vml-presentationDrawing.xsd
  • .claude/skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/vml-spreadsheetDrawing.xsd
  • .claude/skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/vml-wordprocessingDrawing.xsd
  • .claude/skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/wml.xsd
  • .claude/skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/xml.xsd
  • .claude/skills/docx/ooxml/schemas/ecma/fouth-edition/opc-contentTypes.xsd
  • .claude/skills/docx/ooxml/schemas/ecma/fouth-edition/opc-coreProperties.xsd
  • .claude/skills/docx/ooxml/schemas/ecma/fouth-edition/opc-digSig.xsd
  • .claude/skills/docx/ooxml/schemas/ecma/fouth-edition/opc-relationships.xsd
  • .claude/skills/docx/ooxml/schemas/mce/mc.xsd
  • .claude/skills/docx/ooxml/schemas/microsoft/wml-2010.xsd
  • .claude/skills/docx/ooxml/schemas/microsoft/wml-2012.xsd
  • .claude/skills/docx/ooxml/schemas/microsoft/wml-2018.xsd
  • .claude/skills/docx/ooxml/schemas/microsoft/wml-cex-2018.xsd
  • .claude/skills/docx/ooxml/schemas/microsoft/wml-cid-2016.xsd
  • .claude/skills/docx/ooxml/schemas/microsoft/wml-sdtdatahash-2020.xsd
  • .claude/skills/docx/ooxml/schemas/microsoft/wml-symex-2015.xsd
  • .claude/skills/docx/ooxml/scripts/pack.py
  • .claude/skills/docx/ooxml/scripts/unpack.py
  • .claude/skills/docx/ooxml/scripts/validate.py
  • .claude/skills/docx/ooxml/scripts/validation/__init__.py
  • .claude/skills/docx/ooxml/scripts/validation/base.py
  • .claude/skills/docx/ooxml/scripts/validation/docx.py
  • .claude/skills/docx/ooxml/scripts/validation/pptx.py
  • .claude/skills/docx/ooxml/scripts/validation/redlining.py
  • .claude/skills/docx/scripts/__init__.py
  • .claude/skills/docx/scripts/document.py
  • .claude/skills/docx/scripts/templates/comments.xml
  • .claude/skills/docx/scripts/templates/commentsExtended.xml
  • .claude/skills/docx/scripts/templates/commentsExtensible.xml
  • .claude/skills/docx/scripts/templates/commentsIds.xml
  • .claude/skills/docx/scripts/templates/people.xml
  • .claude/skills/docx/scripts/utilities.py
  • .claude/skills/frankx-daily-execution/CLAUDE.md
  • .claude/skills/grok-harness/SKILL.md
  • .claude/skills/gsd/context-engine.ts
  • .claude/skills/gsd/discuss-phase.md
  • .claude/skills/gsd/phase-runner.ts
  • .claude/skills/gsd/plan-parser.ts
  • .claude/skills/gsd/prompt-sanitizer.ts
  • .claude/skills/gsd/templates/project.md
  • .claude/skills/gsd/templates/requirements.md
  • .claude/skills/gsd/templates/research-project/ARCHITECTURE.md
  • .claude/skills/gsd/templates/research-project/FEATURES.md
  • .claude/skills/gsd/templates/research-project/PITFALLS.md
  • .claude/skills/gsd/templates/research-project/STACK.md
  • .claude/skills/gsd/templates/research-project/SUMMARY.md
  • .claude/skills/gsd/templates/roadmap.md
  • .claude/skills/gsd/templates/state.md
  • .claude/skills/gstack/.agents/skills/gstack-autoplan/SKILL.md
  • .claude/skills/gstack/.agents/skills/gstack-benchmark/SKILL.md
  • .claude/skills/gstack/.agents/skills/gstack-browse/SKILL.md
  • .claude/skills/gstack/.agents/skills/gstack-canary/SKILL.md
  • .claude/skills/gstack/.agents/skills/gstack-careful/SKILL.md
  • .claude/skills/gstack/.agents/skills/gstack-cso/SKILL.md
  • .claude/skills/gstack/.agents/skills/gstack-design-consultation/SKILL.md
  • .claude/skills/gstack/.agents/skills/gstack-design-review/SKILL.md
  • .claude/skills/gstack/.agents/skills/gstack-document-release/SKILL.md
  • .claude/skills/gstack/.agents/skills/gstack-freeze/SKILL.md
  • .claude/skills/gstack/.agents/skills/gstack-guard/SKILL.md
  • .claude/skills/gstack/.agents/skills/gstack-investigate/SKILL.md
  • .claude/skills/gstack/.agents/skills/gstack-land-and-deploy/SKILL.md
  • .claude/skills/gstack/.agents/skills/gstack-office-hours/SKILL.md
  • .claude/skills/gstack/.agents/skills/gstack-plan-ceo-review/SKILL.md
  • .claude/skills/gstack/.agents/skills/gstack-plan-design-review/SKILL.md
  • .claude/skills/gstack/.agents/skills/gstack-plan-eng-review/SKILL.md
  • .claude/skills/gstack/.agents/skills/gstack-qa-only/SKILL.md
  • .claude/skills/gstack/.agents/skills/gstack-qa/SKILL.md
  • .claude/skills/gstack/.agents/skills/gstack-retro/SKILL.md
  • .claude/skills/gstack/.agents/skills/gstack-review/SKILL.md
  • .claude/skills/gstack/.agents/skills/gstack-setup-browser-cookies/SKILL.md
  • .claude/skills/gstack/.agents/skills/gstack-setup-deploy/SKILL.md
  • .claude/skills/gstack/.agents/skills/gstack-ship/SKILL.md
  • .claude/skills/gstack/.agents/skills/gstack-unfreeze/SKILL.md
  • .claude/skills/gstack/.agents/skills/gstack-upgrade/SKILL.md
  • .claude/skills/gstack/.agents/skills/gstack/SKILL.md
  • .claude/skills/gstack/.env.example
  • .claude/skills/gstack/.github/workflows/skill-docs.yml
  • .claude/skills/gstack/.gitignore
  • .claude/skills/gstack/AGENTS.md
  • .claude/skills/gstack/ARCHITECTURE.md
  • .claude/skills/gstack/BROWSER.md
  • .claude/skills/gstack/CHANGELOG.md
  • .claude/skills/gstack/CLAUDE.md
  • .claude/skills/gstack/CONTRIBUTING.md
  • .claude/skills/gstack/ETHOS.md
  • .claude/skills/gstack/README.md
  • .claude/skills/gstack/SKILL.md
  • .claude/skills/gstack/SKILL.md.tmpl
  • .claude/skills/gstack/TODOS.md
  • .claude/skills/gstack/VERSION
  • .claude/skills/gstack/autoplan/SKILL.md
  • .claude/skills/gstack/autoplan/SKILL.md.tmpl
  • .claude/skills/gstack/benchmark/SKILL.md
  • .claude/skills/gstack/benchmark/SKILL.md.tmpl
  • .claude/skills/gstack/bin/dev-setup
  • .claude/skills/gstack/bin/dev-teardown
  • .claude/skills/gstack/bin/gstack-analytics
  • .claude/skills/gstack/bin/gstack-community-dashboard
  • .claude/skills/gstack/bin/gstack-config
  • .claude/skills/gstack/bin/gstack-diff-scope
  • .claude/skills/gstack/bin/gstack-global-discover.ts
  • .claude/skills/gstack/bin/gstack-repo-mode
  • .claude/skills/gstack/bin/gstack-review-log
  • .claude/skills/gstack/bin/gstack-review-read
  • .claude/skills/gstack/bin/gstack-slug
  • .claude/skills/gstack/bin/gstack-telemetry-log
  • .claude/skills/gstack/bin/gstack-telemetry-sync
  • .claude/skills/gstack/bin/gstack-update-check
  • .claude/skills/gstack/browse/SKILL.md
  • .claude/skills/gstack/browse/SKILL.md.tmpl
  • .claude/skills/gstack/browse/bin/find-browse
  • .claude/skills/gstack/browse/bin/remote-slug
  • .claude/skills/gstack/browse/scripts/build-node-server.sh
  • .claude/skills/gstack/browse/src/browser-manager.ts
  • .claude/skills/gstack/browse/src/buffers.ts
  • .claude/skills/gstack/browse/src/bun-polyfill.cjs
  • .claude/skills/gstack/browse/src/cli.ts
  • .claude/skills/gstack/browse/src/commands.ts
  • .claude/skills/gstack/browse/src/config.ts
  • .claude/skills/gstack/browse/src/cookie-import-browser.ts
  • .claude/skills/gstack/browse/src/cookie-picker-routes.ts
  • .claude/skills/gstack/browse/src/cookie-picker-ui.ts
  • .claude/skills/gstack/browse/src/find-browse.ts
  • .claude/skills/gstack/browse/src/meta-commands.ts
  • .claude/skills/gstack/browse/src/platform.ts
  • .claude/skills/gstack/browse/src/read-commands.ts
  • .claude/skills/gstack/browse/src/server.ts
  • .claude/skills/gstack/browse/src/snapshot.ts
  • .claude/skills/gstack/browse/src/url-validation.ts
  • .claude/skills/gstack/browse/src/write-commands.ts
  • .claude/skills/gstack/browse/test/bun-polyfill.test.ts
  • .claude/skills/gstack/browse/test/commands.test.ts
  • .claude/skills/gstack/browse/test/config.test.ts
  • .claude/skills/gstack/browse/test/cookie-import-browser.test.ts
  • .claude/skills/gstack/browse/test/cookie-picker-routes.test.ts
  • .claude/skills/gstack/browse/test/find-browse.test.ts
  • .claude/skills/gstack/browse/test/fixtures/basic.html
  • .claude/skills/gstack/browse/test/fixtures/cursor-interactive.html
  • .claude/skills/gstack/browse/test/fixtures/dialog.html
  • .claude/skills/gstack/browse/test/fixtures/empty.html
  • .claude/skills/gstack/browse/test/fixtures/forms.html
  • .claude/skills/gstack/browse/test/fixtures/qa-eval-checkout.html
  • .claude/skills/gstack/browse/test/fixtures/qa-eval-spa.html
  • .claude/skills/gstack/browse/test/fixtures/qa-eval.html
  • .claude/skills/gstack/browse/test/fixtures/responsive.html
  • .claude/skills/gstack/browse/test/fixtures/snapshot.html
  • .claude/skills/gstack/browse/test/fixtures/spa.html
  • .claude/skills/gstack/browse/test/fixtures/states.html
  • .claude/skills/gstack/browse/test/fixtures/upload.html
  • .claude/skills/gstack/browse/test/gstack-config.test.ts
  • .claude/skills/gstack/browse/test/gstack-update-check.test.ts
  • .claude/skills/gstack/browse/test/handoff.test.ts
  • .claude/skills/gstack/browse/test/path-validation.test.ts
  • .claude/skills/gstack/browse/test/platform.test.ts
  • .claude/skills/gstack/browse/test/snapshot.test.ts
  • .claude/skills/gstack/browse/test/test-server.ts
  • .claude/skills/gstack/browse/test/url-validation.test.ts
  • .claude/skills/gstack/canary/SKILL.md
  • .claude/skills/gstack/canary/SKILL.md.tmpl
  • .claude/skills/gstack/careful/SKILL.md
  • .claude/skills/gstack/careful/SKILL.md.tmpl
  • .claude/skills/gstack/careful/bin/check-careful.sh
  • .claude/skills/gstack/codex/SKILL.md
  • .claude/skills/gstack/codex/SKILL.md.tmpl
  • .claude/skills/gstack/conductor.json
  • .claude/skills/gstack/cso/SKILL.md
  • .claude/skills/gstack/cso/SKILL.md.tmpl
  • .claude/skills/gstack/design-consultation/SKILL.md
  • .claude/skills/gstack/design-consultation/SKILL.md.tmpl
  • .claude/skills/gstack/design-review/SKILL.md
  • .claude/skills/gstack/design-review/SKILL.md.tmpl
  • .claude/skills/gstack/docs/skills.md
  • .claude/skills/gstack/document-release/SKILL.md
  • .claude/skills/gstack/document-release/SKILL.md.tmpl
  • .claude/skills/gstack/freeze/SKILL.md
  • .claude/skills/gstack/freeze/SKILL.md.tmpl
  • .claude/skills/gstack/freeze/bin/check-freeze.sh
  • .claude/skills/gstack/gstack-upgrade/SKILL.md
  • .claude/skills/gstack/gstack-upgrade/SKILL.md.tmpl
  • .claude/skills/gstack/guard/SKILL.md
  • .claude/skills/gstack/guard/SKILL.md.tmpl
  • .claude/skills/gstack/investigate/SKILL.md
  • .claude/skills/gstack/investigate/SKILL.md.tmpl
  • .claude/skills/gstack/land-and-deploy/SKILL.md
  • .claude/skills/gstack/land-and-deploy/SKILL.md.tmpl
  • .claude/skills/gstack/office-hours/SKILL.md
  • .claude/skills/gstack/office-hours/SKILL.md.tmpl
  • .claude/skills/gstack/package.json
  • .claude/skills/gstack/plan-ceo-review/SKILL.md
  • .claude/skills/gstack/plan-ceo-review/SKILL.md.tmpl
  • .claude/skills/gstack/plan-design-review/SKILL.md
  • .claude/skills/gstack/plan-design-review/SKILL.md.tmpl
  • .claude/skills/gstack/plan-eng-review/SKILL.md
  • .claude/skills/gstack/plan-eng-review/SKILL.md.tmpl
  • .claude/skills/gstack/qa-only/SKILL.md
  • .claude/skills/gstack/qa-only/SKILL.md.tmpl
  • .claude/skills/gstack/qa/SKILL.md
  • .claude/skills/gstack/qa/SKILL.md.tmpl
  • .claude/skills/gstack/qa/references/issue-taxonomy.md
  • .claude/skills/gstack/qa/templates/qa-report-template.md
  • .claude/skills/gstack/retro/SKILL.md
  • .claude/skills/gstack/retro/SKILL.md.tmpl
  • .claude/skills/gstack/review/SKILL.md
  • .claude/skills/gstack/review/SKILL.md.tmpl
  • .claude/skills/gstack/review/TODOS-format.md
  • .claude/skills/gstack/review/checklist.md
  • .claude/skills/gstack/review/design-checklist.md
  • .claude/skills/gstack/review/greptile-triage.md
  • .claude/skills/gstack/scripts/analytics.ts
  • .claude/skills/gstack/scripts/dev-skill.ts
  • .claude/skills/gstack/scripts/eval-compare.ts
  • .claude/skills/gstack/scripts/eval-list.ts
  • .claude/skills/gstack/scripts/eval-select.ts
  • .claude/skills/gstack/scripts/eval-summary.ts
  • .claude/skills/gstack/scripts/eval-watch.ts
  • .claude/skills/gstack/scripts/gen-skill-docs.ts
  • .claude/skills/gstack/scripts/skill-check.ts
  • .claude/skills/gstack/setup
  • .claude/skills/gstack/setup-browser-cookies/SKILL.md
  • .claude/skills/gstack/setup-browser-cookies/SKILL.md.tmpl
  • .claude/skills/gstack/setup-deploy/SKILL.md
  • .claude/skills/gstack/setup-deploy/SKILL.md.tmpl
  • .claude/skills/gstack/ship/SKILL.md
  • .claude/skills/gstack/ship/SKILL.md.tmpl
  • .claude/skills/gstack/supabase/config.sh
  • .claude/skills/gstack/supabase/functions/community-pulse/index.ts
  • .claude/skills/gstack/supabase/functions/telemetry-ingest/index.ts
  • .claude/skills/gstack/supabase/functions/update-check/index.ts
  • .claude/skills/gstack/supabase/migrations/001_telemetry.sql
  • .claude/skills/gstack/test/analytics.test.ts
  • .claude/skills/gstack/test/codex-e2e.test.ts
  • .claude/skills/gstack/test/fixtures/coverage-audit-fixture.ts
  • .claude/skills/gstack/test/fixtures/eval-baselines.json
  • .claude/skills/gstack/test/fixtures/qa-eval-checkout-ground-truth.json
  • .claude/skills/gstack/test/fixtures/qa-eval-ground-truth.json
  • .claude/skills/gstack/test/fixtures/qa-eval-spa-ground-truth.json
  • .claude/skills/gstack/test/fixtures/review-eval-design-slop.css
  • .claude/skills/gstack/test/fixtures/review-eval-design-slop.html
  • .claude/skills/gstack/test/fixtures/review-eval-enum-diff.rb
  • .claude/skills/gstack/test/fixtures/review-eval-enum.rb
  • .claude/skills/gstack/test/fixtures/review-eval-vuln.rb
  • .claude/skills/gstack/test/gemini-e2e.test.ts
  • .claude/skills/gstack/test/gen-skill-docs.test.ts
  • .claude/skills/gstack/test/global-discover.test.ts
  • .claude/skills/gstack/test/helpers/codex-session-runner.ts
  • .claude/skills/gstack/test/helpers/e2e-helpers.ts
  • .claude/skills/gstack/test/helpers/eval-store.test.ts
  • .claude/skills/gstack/test/helpers/eval-store.ts
  • .claude/skills/gstack/test/helpers/gemini-session-runner.test.ts
  • .claude/skills/gstack/test/helpers/gemini-session-runner.ts
  • .claude/skills/gstack/test/helpers/llm-judge.ts
  • .claude/skills/gstack/test/helpers/observability.test.ts
  • .claude/skills/gstack/test/helpers/session-runner.test.ts
  • .claude/skills/gstack/test/helpers/session-runner.ts
  • .claude/skills/gstack/test/helpers/skill-parser.ts
  • .claude/skills/gstack/test/helpers/touchfiles.ts
  • .claude/skills/gstack/test/hook-scripts.test.ts
  • .claude/skills/gstack/test/skill-e2e-browse.test.ts
  • .claude/skills/gstack/test/skill-e2e-deploy.test.ts
  • .claude/skills/gstack/test/skill-e2e-design.test.ts
  • .claude/skills/gstack/test/skill-e2e-plan.test.ts
  • .claude/skills/gstack/test/skill-e2e-qa-bugs.test.ts
  • .claude/skills/gstack/test/skill-e2e-qa-workflow.test.ts
  • .claude/skills/gstack/test/skill-e2e-review.test.ts
  • .claude/skills/gstack/test/skill-e2e-workflow.test.ts
  • .claude/skills/gstack/test/skill-e2e.test.ts
  • .claude/skills/gstack/test/skill-llm-eval.test.ts
  • .claude/skills/gstack/test/skill-parser.test.ts
  • .claude/skills/gstack/test/skill-routing-e2e.test.ts
  • .claude/skills/gstack/test/skill-validation.test.ts
  • .claude/skills/gstack/test/telemetry.test.ts
  • .claude/skills/gstack/test/touchfiles.test.ts
  • .claude/skills/gstack/unfreeze/SKILL.md
  • .claude/skills/gstack/unfreeze/SKILL.md.tmpl
  • .claude/skills/hook/SKILL.md
  • .claude/skills/memory-guardian/CLAUDE.md
  • .claude/skills/memory-guardian/SKILL.md
  • .claude/skills/nextjs-react-expert/SKILL.md
  • .claude/skills/obs-recording/SKILL.md
  • .claude/skills/oracle-database-expert/SKILL.md
  • .claude/skills/pdf/LICENSE.txt
  • .claude/skills/pdf/SKILL.md
  • .claude/skills/pdf/forms.md
  • .claude/skills/pdf/reference.md
  • .claude/skills/pdf/scripts/check_bounding_boxes.py
  • .claude/skills/pdf/scripts/check_bounding_boxes_test.py
  • .claude/skills/pdf/scripts/check_fillable_fields.py
  • .claude/skills/pdf/scripts/convert_pdf_to_images.py
  • .claude/skills/pdf/scripts/create_validation_image.py
  • .claude/skills/pdf/scripts/extract_form_field_info.py
  • .claude/skills/pdf/scripts/fill_fillable_fields.py
  • .claude/skills/pdf/scripts/fill_pdf_form_with_annotations.py
  • .claude/skills/pptx/LICENSE.txt
  • .claude/skills/pptx/SKILL.md
  • .claude/skills/pptx/html2pptx.md
  • .claude/skills/pptx/ooxml.md
  • .claude/skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/dml-chart.xsd
  • .claude/skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/dml-chartDrawing.xsd
  • .claude/skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/dml-diagram.xsd
  • .claude/skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/dml-lockedCanvas.xsd
  • .claude/skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/dml-main.xsd
  • .claude/skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/dml-picture.xsd
  • .claude/skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/dml-spreadsheetDrawing.xsd
  • .claude/skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/dml-wordprocessingDrawing.xsd
  • .claude/skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/pml.xsd
  • .claude/skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-additionalCharacteristics.xsd
  • .claude/skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-bibliography.xsd
  • .claude/skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-commonSimpleTypes.xsd
  • .claude/skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-customXmlDataProperties.xsd
  • .claude/skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-customXmlSchemaProperties.xsd
  • .claude/skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesCustom.xsd
  • .claude/skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesExtended.xsd
  • .claude/skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesVariantTypes.xsd
  • .claude/skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-math.xsd
  • .claude/skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-relationshipReference.xsd
  • .claude/skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/sml.xsd
  • .claude/skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/vml-main.xsd
  • .claude/skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/vml-officeDrawing.xsd
  • .claude/skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/vml-presentationDrawing.xsd
  • .claude/skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/vml-spreadsheetDrawing.xsd
  • .claude/skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/vml-wordprocessingDrawing.xsd
  • .claude/skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/wml.xsd
  • .claude/skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/xml.xsd
  • .claude/skills/pptx/ooxml/schemas/ecma/fouth-edition/opc-contentTypes.xsd
  • .claude/skills/pptx/ooxml/schemas/ecma/fouth-edition/opc-coreProperties.xsd
  • .claude/skills/pptx/ooxml/schemas/ecma/fouth-edition/opc-digSig.xsd
  • .claude/skills/pptx/ooxml/schemas/ecma/fouth-edition/opc-relationships.xsd
  • .claude/skills/pptx/ooxml/schemas/mce/mc.xsd
  • .claude/skills/pptx/ooxml/schemas/microsoft/wml-2010.xsd
  • .claude/skills/pptx/ooxml/schemas/microsoft/wml-2012.xsd
  • .claude/skills/pptx/ooxml/schemas/microsoft/wml-2018.xsd
  • .claude/skills/pptx/ooxml/schemas/microsoft/wml-cex-2018.xsd
  • .claude/skills/pptx/ooxml/schemas/microsoft/wml-cid-2016.xsd
  • .claude/skills/pptx/ooxml/schemas/microsoft/wml-sdtdatahash-2020.xsd
  • .claude/skills/pptx/ooxml/schemas/microsoft/wml-symex-2015.xsd
  • .claude/skills/pptx/ooxml/scripts/pack.py
  • .claude/skills/pptx/ooxml/scripts/unpack.py
  • .claude/skills/pptx/ooxml/scripts/validate.py
  • .claude/skills/pptx/ooxml/scripts/validation/__init__.py
  • .claude/skills/pptx/ooxml/scripts/validation/base.py
  • .claude/skills/pptx/ooxml/scripts/validation/docx.py
  • .claude/skills/pptx/ooxml/scripts/validation/pptx.py
  • .claude/skills/pptx/ooxml/scripts/validation/redlining.py
  • .claude/skills/pptx/scripts/html2pptx.js
  • .claude/skills/pptx/scripts/inventory.py
  • .claude/skills/pptx/scripts/rearrange.py
  • .claude/skills/pptx/scripts/replace.py
  • .claude/skills/pptx/scripts/thumbnail.py
  • .claude/skills/product-management-expert/SKILL.md
  • .claude/skills/research/SKILL.md
  • .claude/skills/skill-rules-v11.json
  • .claude/skills/social-media-strategy/SKILL.md
  • .claude/skills/swarm-advanced/CLAUDE.md
  • .claude/skills/video-production-workflow/SKILL.md
  • .claude/skills/xlsx/LICENSE.txt
  • .claude/skills/xlsx/SKILL.md
  • .claude/skills/xlsx/recalc.py
  • .claude/slash-commands/README.md
  • .claude/slash-commands/content-calendar
  • .claude/slash-commands/content-strategy
  • .claude/slash-commands/farcaster-content
  • .claude/slash-commands/linkedin-content
  • .claude/slash-commands/linkedin-content-article
  • .claude/slash-commands/meta-content
  • .claude/slash-commands/mirror-content
  • .claude/slash-commands/x-content
  • .github/CODEOWNERS
  • .github/pull_request_template.md
  • .github/workflows/acos-health-check.yml
  • .github/workflows/alignment-check.yml
  • .github/workflows/ecosystem-monitor.yml
  • .gitignore
  • .mcp.json
  • .swarm/schema.sql
  • AGENTS.md
  • CHANGELOG.md
  • CLAUDE.md
  • CONTRIBUTING.md
  • CREATOR.md
  • CREDITS.md
  • GROK.md
  • LICENSE
  • QUICKSTART.md
  • README.md
  • STATS.md
  • adapters/README.md
  • adapters/grok/index.ts
  • adapters/opencode/CLAUDE.md
  • content-hooks/FRANKX_HOOKS_PAGE_DESIGN.md
  • content-hooks/examples/seed-hooks.md
  • content-hooks/index.md
  • content-hooks/prompts/hook-generator.md
  • content-hooks/templates/adventure.md
  • content-hooks/templates/counter-intuitive.md
  • content-hooks/templates/exploration.md
  • content-hooks/templates/first-principles.md
  • content-hooks/templates/frontier-science.md
  • content-hooks/templates/humor.md
  • content-hooks/templates/research.md
  • content-hooks/templates/transformation.md
  • content-hooks/templates/visionary.md
  • content-hooks/templates/wisdom.md
  • docs/ACOS_MONITORING_GUIDE.md
  • docs/AGENT_CONTRIBUTION_GUIDE.md
  • docs/ARCHITECTURE.md
  • docs/CLAUDE.md
  • docs/README.md
  • docs/ROADMAP.md
  • docs/VISION.md
  • docs/archive/BRANCH_AUDIT.md
  • docs/archive/CHANGELOG.md
  • docs/archive/USAGE_GUIDE-v5.md
  • docs/archive/ecosystem-report.md
  • docs/infographics/CLAUDE.md
  • docs/ops/HUMAN-GATE.md
  • docs/ops/TRAJECTORY-MEMORY.md
  • drafts/CLAUDE.md
  • hooks/cost-tracker.js
  • hooks/evaluate-session.js
  • hooks/gsd-context-monitor.js
  • hooks/gsd-statusline.js
  • hooks/gsd-workflow-guard.js
  • hooks/hooks.json
  • hooks/pre-compact.js
  • hooks/quality-gate.js
  • hooks/suggest-compact.js
  • install.sh
  • instances/CLAUDE.md
  • instances/frankx/CREATOR.md
  • instances/frankx/agents/CLAUDE.md
  • instances/frankx/agents/frankx-content-creation.md
  • instances/frankx/agents/frankx-website-builder.md
  • instances/frankx/agents/luminor-strategic-guidance.md
  • instances/frankx/agents/weekly-recap.md
  • instances/frankx/commands/frankx-ai-agents.md
  • instances/frankx/commands/frankx-ai-analytics.md
  • instances/frankx/commands/frankx-ai-blog.md
  • instances/frankx/commands/frankx-ai-build.md
  • instances/frankx/commands/frankx-ai-components.md
  • instances/frankx/commands/frankx-ai-content-pipeline.md
  • instances/frankx/commands/frankx-ai-daily.md
  • instances/frankx/commands/frankx-ai-deploy.md
  • instances/frankx/commands/frankx-ai-products.md
  • instances/frankx/commands/frankx-ai-prompts.md
  • instances/frankx/commands/frankx-ai-seo.md
  • instances/frankx/commands/frankx-infogenius.md
  • instances/frankx/skills/frankx-brand/SKILL.md
  • instances/frankx/skills/frankx-daily-execution/SKILL.md
  • instances/frankx/skills/greek-philosopher/SKILL.md
  • instances/frankx/skills/gym-training-expert/SKILL.md
  • instances/frankx/skills/health-nutrition-expert/SKILL.md
  • instances/frankx/skills/newsletter-ops/CLAUDE.md
  • instances/frankx/skills/spartan-warrior/SKILL.md
  • instances/frankx/skills/template-monetization/SKILL.md
  • mcp-servers/CLAUDE.md
  • opencode.json
  • outputs/CLAUDE.md
  • package.json
  • scripts/CLAUDE.md
  • scripts/acos-activity-monitor.mjs
  • scripts/generate-stats.mjs
  • scripts/mcp-health-check.js
  • skills/CLAUDE.md
  • templates/CLAUDE.md
  • templates/starter/CLAUDE.md
  • workflows/CLAUDE.md

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feat/v12-open-core

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot wasn't able to review this pull request because it exceeds the maximum number of files (300). Try reducing the number of changed files and requesting a review from Copilot again.

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request reorganizes and standardizes the Agentic Creator OS configuration. It removes several unused agent and coordinator files, introduces a new marketplace configuration, updates file paths to use home directory shortcuts instead of absolute Windows paths, and standardizes agent names to match their filenames. The review feedback correctly identifies that while several agent names (such as coaching-program-design, mcp-server-advising, and nano-banana-image-generation) were updated, their descriptions still contain references to their old names. These references should be updated to maintain consistency across the configuration files.

Important

The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.

@@ -1,5 +1,5 @@
---
name: coaching-program-designer
name: coaching-program-design

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The agent's name has been updated to coaching-program-design to match the filename, but the description on line 3 still contains multiple references to the old name coaching-program-designer (e.g., coaching-program-designer agent). Please update these references in the description to ensure consistency and prevent potential lookup or invocation failures.

@@ -1,5 +1,5 @@
---
name: mcp-server-advisor
name: mcp-server-advising

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The agent's name has been updated to mcp-server-advising to match the filename, but the description on line 3 still contains multiple references to the old name mcp-server-advisor (e.g., mcp-server-advisor agent). Please update these references in the description to ensure consistency and prevent potential lookup or invocation failures.

@@ -1,5 +1,5 @@
---
name: nano-banana-image-creator
name: nano-banana-image-generation

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The agent's name has been updated to nano-banana-image-generation to match the filename, but the description on line 3 still contains multiple references to the old name nano-banana-image-creator (e.g., nano-banana-image-creator agent). Please update these references in the description to ensure consistency and prevent potential lookup or invocation failures.

@frankxai

Copy link
Copy Markdown
Owner Author

Swarm triage (2026-07-15)

Status: CONFLICTING with main — not mergeable until rebased.

PR #33 (model-arena sync) was merged separately (green CI). After rebase of this v12 open-core PR:

  1. Resolve conflicts against current main
  2. Re-run plugin validate + stats/leak gates
  3. Keep as ready PR only when green

Related capture: issue tracking unfinished ACOS agent ideas + README 4-section excellence.

@frankxai

Copy link
Copy Markdown
Owner Author

Hermes PR Review Swarm — 2026-07-17

Verdict: REQUEST CHANGES (process) — CONFLICTING + mega-diff; do not merge as-is

Register

  • Neutral/open-core product claims work — but scope is estate-critical.

Blockers

  1. mergeable: CONFLICTING vs main.
  2. ~−254k / +4k open-core reset — review must be staged (inventory of deletions vs retained public surface), not single-pass.
  3. Health sibling fix: stabilize ACOS cross-platform health checks #43 (cross-platform typecheck) should land first on the v12 base line where applicable.

Required before re-review

  • Rebase/resolve conflicts.
  • Publish a claim truth table: old README/STATS claims → new evidence commands.
  • Confirm CI leak gate + generate-stats.mjs --check green.
  • Split if possible: (a) delete dead consensus/hive packs, (b) marketplace/plugin truth, (c) docs.

GEO/SEO

  • Public ACOS README is a discovery surface — any claim language must stay evidence-backed (open-core honesty).

Hermes pr-review-swarm · do-not-merge until conflict-free + staged review.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants