7 Commits

Author SHA1 Message Date
okaris fbe0aa4ac8 copy: remove all hardcoded "250+" app counts from SKILL.md files 2026-07-10 20:14:03 +02:00
okaris b576e8ec6a Add belt CLI installation instruction to all skill guides 2026-05-12 18:22:57 +02:00
okaris b684df19df chore: update platform app count from 150+ to 250+ across documentation and add symlink guidance for SDK apps 2026-04-13 21:29:55 +02:00
okaris ffe4203991 cli 2026-03-17 09:17:18 +01:00
okaris bb289f3250 chore: refresh skill hashes 2026-03-10 22:13:03 +01:00
okaris 8ffeb41af5 security 2026-03-04 14:20:27 +01:00
okaris d91c4376f2 refactor: reorganize skills into tools, guides, sdk, and ui
Restructure the repository for better organization:

- tools/ - App & model running skills
  - image/ (ai-image-generation, flux-image, nano-banana, qwen-image-2, etc.)
  - video/ (ai-video-generation, google-veo, ai-avatar-video, etc.)
  - audio/ (text-to-speech, speech-to-text, ai-music-generation, etc.)
  - llm/ (llm-models, web-search, ai-rag-pipeline)
  - social/ (twitter-automation)
  - utilities/ (agentic-browser, python-executor, related-skill)
  - agent-tools/

- sdk/ - SDK documentation
  - javascript-sdk/
  - python-sdk/

- ui/ - UI components
  - agent-ui, chat-ui, tools-ui, widgets-ui

- guides/ - How-to guides & workflows
  - content/, design/, photo/, product/
  - prompting/, social/, video/, writing/

Update README to reflect new structure.
2026-03-03 21:46:56 +01:00