#javascript #best_practices #clean_architecture #clean_code #composition #inheritance #javascript #principles
This guide teaches you simple rules for writing JavaScript code that is easy to read, reuse, and fix, such as using clear names, making functions do one thing, and avoiding hidden changes. The benefit is that you spend less time confused by messy code, find bugs faster, and work more smoothly with your team because your code clearly explains what it does.
https://github.com/ryanmcdermott/clean-code-javascript
This guide teaches you simple rules for writing JavaScript code that is easy to read, reuse, and fix, such as using clear names, making functions do one thing, and avoiding hidden changes. The benefit is that you spend less time confused by messy code, find bugs faster, and work more smoothly with your team because your code clearly explains what it does.
https://github.com/ryanmcdermott/clean-code-javascript
GitHub
GitHub - ryanmcdermott/clean-code-javascript: Clean Code concepts adapted for JavaScript
Clean Code concepts adapted for JavaScript. Contribute to ryanmcdermott/clean-code-javascript development by creating an account on GitHub.
👍1
#csharp #ai #ai_integration #anthropic #claude #copilot #cursor #game_development #gamedev #gemini #llm #mcp #model_context_protocol #openai #unity #unity3d #videogames
MCP for Unity lets you control your Unity Editor using natural language with AI tools like Claude, Cursor, or VS Code. You can create scenes, edit scripts, manage assets, and run tests just by typing prompts. The benefit to you is faster game development because AI automates repetitive tasks, so you spend less time on manual work and more time creating your game. It is free under the MIT license and works with any MCP client.
https://github.com/CoplayDev/unity-mcp
MCP for Unity lets you control your Unity Editor using natural language with AI tools like Claude, Cursor, or VS Code. You can create scenes, edit scripts, manage assets, and run tests just by typing prompts. The benefit to you is faster game development because AI automates repetitive tasks, so you spend less time on manual work and more time creating your game. It is free under the MIT license and works with any MCP client.
https://github.com/CoplayDev/unity-mcp
GitHub
GitHub - CoplayDev/unity-mcp: Unity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage…
Unity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity. - CoplayDev/unity-mcp
#typescript #ai #music #music_player #navidrome_client #netease_music #player #pwa #react #typescript #vercel_deployment
Folia is a free, open-source music player that gives you a uniquely immersive experience by featuring stunning, full-screen animated lyrics and AI-generated visual themes that match your song's mood. Whether you play music from online sources like NetEase Cloud, local files, or a self-hosted server, Folia automatically matches lyrics and generates beautiful, dynamic backgrounds. The main benefit for you is that it transforms simple listening into a captivating visual performance, making every song feel like a personal video with rich effects, smooth animations, and a theme that perfectly fits the music's emotion.
https://github.com/chthollyphile/folia-major
Folia is a free, open-source music player that gives you a uniquely immersive experience by featuring stunning, full-screen animated lyrics and AI-generated visual themes that match your song's mood. Whether you play music from online sources like NetEase Cloud, local files, or a self-hosted server, Folia automatically matches lyrics and generates beautiful, dynamic backgrounds. The main benefit for you is that it transforms simple listening into a captivating visual performance, making every song feel like a personal video with rich effects, smooth animations, and a theme that perfectly fits the music's emotion.
https://github.com/chthollyphile/folia-major
GitHub
GitHub - chthollyphile/folia-major: 专注于绚丽的歌词动画效果的本地音乐/navidrome/第三方网易云播放器
专注于绚丽的歌词动画效果的本地音乐/navidrome/第三方网易云播放器. Contribute to chthollyphile/folia-major development by creating an account on GitHub.
#typescript #agents #ai #code_editor #linux #macos #reactjs #rust #tauri #terminal #windows #xterm_js
Terax is a tiny, open-source developer workspace that combines a terminal, code editor, file explorer, source control, web preview, and an AI side-panel in one ~7 MB app. It runs fast on macOS, Linux, and Windows with no account, no telemetry, and supports both cloud AI (with your own keys) and offline local models. You get a smoother, faster dev experience without heavy IDEs, while keeping full control over your code and AI choices.
https://github.com/crynta/terax-ai
Terax is a tiny, open-source developer workspace that combines a terminal, code editor, file explorer, source control, web preview, and an AI side-panel in one ~7 MB app. It runs fast on macOS, Linux, and Windows with no account, no telemetry, and supports both cloud AI (with your own keys) and offline local models. You get a smoother, faster dev experience without heavy IDEs, while keeping full control over your code and AI choices.
https://github.com/crynta/terax-ai
GitHub
GitHub - crynta/terax-ai: Lightweight (7MB) Terminal-first AI-native dev workspace
Lightweight (7MB) Terminal-first AI-native dev workspace - crynta/terax-ai
#go
Gas Town is a workspace manager that lets you coordinate 20–30 AI coding agents (like Claude Code and GitHub Copilot) without losing context when they restart, because it saves all work state in git-backed hooks and a structured issue tracker called Beads. The benefit to you is that you can scale complex projects automatically: instead of manually managing chaotic agents or losing progress after crashes, you simply tell the Mayor (your AI coordinator) what to build, and Gas Town handles task breakdown, parallel execution, merge conflict resolution, and reliable recovery, potentially 10x your output while keeping everything persistent and trackable.
https://github.com/gastownhall/gastown
Gas Town is a workspace manager that lets you coordinate 20–30 AI coding agents (like Claude Code and GitHub Copilot) without losing context when they restart, because it saves all work state in git-backed hooks and a structured issue tracker called Beads. The benefit to you is that you can scale complex projects automatically: instead of manually managing chaotic agents or losing progress after crashes, you simply tell the Mayor (your AI coordinator) what to build, and Gas Town handles task breakdown, parallel execution, merge conflict resolution, and reliable recovery, potentially 10x your output while keeping everything persistent and trackable.
https://github.com/gastownhall/gastown
GitHub
GitHub - gastownhall/gastown: Gas Town - multi-agent workspace manager
Gas Town - multi-agent workspace manager. Contribute to gastownhall/gastown development by creating an account on GitHub.
#python #agent_skills #agentic_ai #ai_agents #autonomous_agents #claude #claude_code #claude_skills #codex #coding_agent #context_engineering #copilot #cursor #developer_tools #github_copilot #llm_agents #long_running_agents #manus #multi_agent_systems #pi #planning
This tool makes your AI coding agent keep a plan in files like `task_plan.md` so it never loses its goals when context fills up, you run `/clear`, or it crashes. You get a working memory on disk that auto-recovers past sessions and holds the agent until the plan is truly done, letting complex, multi-step tasks finish reliably without goal drift or repeated errors.
https://github.com/OthmanAdi/planning-with-files
This tool makes your AI coding agent keep a plan in files like `task_plan.md` so it never loses its goals when context fills up, you run `/clear`, or it crashes. You get a working memory on disk that auto-recovers past sessions and holds the agent until the plan is truly done, letting complex, multi-step tasks finish reliably without goal drift or repeated errors.
https://github.com/OthmanAdi/planning-with-files
GitHub
GitHub - OthmanAdi/planning-with-files: Persistent file-based planning for AI coding agents and long-running agentic tasks. Crash…
Persistent file-based planning for AI coding agents and long-running agentic tasks. Crash-proof markdown plans that survive context loss and /clear, plus a deterministic completion gate and multi-a...
#typescript #bookmark_manager #bookmarks #bookmarks_manager #nextjs #react_native #read_it_later #self_hosted
Karakeep is a self-hostable app that lets you save links, notes, and images while using AI to automatically tag, summarize, and organize your content for fast search. You benefit by keeping all your data safe in one private place, avoiding lost links through full-page archiving, and quickly finding what you need thanks to smart tagging and full-text search, making content management effortless for data hoarders.
https://github.com/karakeep-app/karakeep
Karakeep is a self-hostable app that lets you save links, notes, and images while using AI to automatically tag, summarize, and organize your content for fast search. You benefit by keeping all your data safe in one private place, avoiding lost links through full-page archiving, and quickly finding what you need thanks to smart tagging and full-text search, making content management effortless for data hoarders.
https://github.com/karakeep-app/karakeep
GitHub
GitHub - karakeep-app/karakeep: A self-hostable bookmark-everything app (links, notes and images) with AI-based automatic tagging…
A self-hostable bookmark-everything app (links, notes and images) with AI-based automatic tagging and full text search - karakeep-app/karakeep
#python
Give Claude the ability to watch any video by installing the free `/watch` skill, which lets it see frames and hear audio from YouTube, local files, or over 1,600 sites. Instead of guessing from titles or missing 90% of a transcript, Claude analyzes what actually happens on screen at specific times. This saves you hours of scrubbing through tutorials, bug recordings, or meetings, letting you instantly get summaries, debug issues from screen videos, or find exact moments without watching the whole thing.
https://github.com/bradautomates/claude-video
Give Claude the ability to watch any video by installing the free `/watch` skill, which lets it see frames and hear audio from YouTube, local files, or over 1,600 sites. Instead of guessing from titles or missing 90% of a transcript, Claude analyzes what actually happens on screen at specific times. This saves you hours of scrubbing through tutorials, bug recordings, or meetings, letting you instantly get summaries, debug issues from screen videos, or find exact moments without watching the whole thing.
https://github.com/bradautomates/claude-video
GitHub
GitHub - bradautomates/claude-video: Give Claude the ability to watch any video. /watch downloads, extracts frames, transcribes…
Give Claude the ability to watch any video. /watch downloads, extracts frames, transcribes, hands it all to Claude. - bradautomates/claude-video
💩3
#html #assets #downloader #offline_web_pages #scraper
This tool lets you download any website’s full source code, including all images and style files, into a single ZIP file for offline use. You just paste the website link and click download, no software needed. The benefit is you can save entire sites to view later without internet, perfect for backups, studying designs, or keeping important pages accessible anytime, even if the original site goes down.
https://github.com/AhmadIbrahiim/Website-downloader
This tool lets you download any website’s full source code, including all images and style files, into a single ZIP file for offline use. You just paste the website link and click download, no software needed. The benefit is you can save entire sites to view later without internet, perfect for backups, studying designs, or keeping important pages accessible anytime, even if the original site goes down.
https://github.com/AhmadIbrahiim/Website-downloader
GitHub
GitHub - AhmadIbrahiim/Website-downloader: 💡 Download the complete source code of any website (including all assets). [ Javascripts…
💡 Download the complete source code of any website (including all assets). [ Javascripts, Stylesheets, Images ] using Node.js - AhmadIbrahiim/Website-downloader
#python
Pocket TTS is a lightweight, open-source text-to-speech model that generates high-quality audio efficiently on CPUs without needing GPUs or paid web APIs. You benefit by keeping your data private through offline processing, saving costs by avoiding subscription fees, and enjoying fast, real-time voice generation with easy cloning and multi-language support right on your laptop.
https://github.com/kyutai-labs/pocket-tts
Pocket TTS is a lightweight, open-source text-to-speech model that generates high-quality audio efficiently on CPUs without needing GPUs or paid web APIs. You benefit by keeping your data private through offline processing, saving costs by avoiding subscription fees, and enjoying fast, real-time voice generation with easy cloning and multi-language support right on your laptop.
https://github.com/kyutai-labs/pocket-tts
GitHub
GitHub - kyutai-labs/pocket-tts: A TTS that fits in your CPU (and pocket)
A TTS that fits in your CPU (and pocket). Contribute to kyutai-labs/pocket-tts development by creating an account on GitHub.
👍1
#csharp #agent #ai #claude_code #cli #codex #docx #excel #office #openclaw #pptx #presentation #skills #word #xlsx
OfficeCLI is the best open-source tool that gives AI agents full control to create, read, and edit Word, Excel, and PowerPoint files using just one line of code without needing Microsoft Office installed. Its built-in rendering engine acts as "AI eyes" by converting documents into HTML or images so agents can visually verify and fix layout errors instantly. You benefit by automating complex document tasks like report generation and data validation in seconds, saving massive time and eliminating manual errors while ensuring every file looks perfect before delivery.
https://github.com/iOfficeAI/OfficeCLI
OfficeCLI is the best open-source tool that gives AI agents full control to create, read, and edit Word, Excel, and PowerPoint files using just one line of code without needing Microsoft Office installed. Its built-in rendering engine acts as "AI eyes" by converting documents into HTML or images so agents can visually verify and fix layout errors instantly. You benefit by automating complex document tasks like report generation and data validation in seconds, saving massive time and eliminating manual errors while ensuring every file looks perfect before delivery.
https://github.com/iOfficeAI/OfficeCLI
GitHub
GitHub - iOfficeAI/OfficeCLI: OfficeCLI is the first and best Office suite purpose-built for AI agents to read, edit, and automate…
OfficeCLI is the first and best Office suite purpose-built for AI agents to read, edit, and automate Word, Excel, and PowerPoint files. Free, open-source, single binary, no Office installation req...
❤1👍1
#typescript
Use this AI framework to automate your job search by setting up your profile, scanning job portals, and letting Claude evaluate fit, tailor your CV, write cover letters in LaTeX, and prepare for interviews. The benefit is that it saves you hours of manual work, ensures your applications are precisely matched to job keywords for better ATS success, and uses a second AI agent to critique and improve your drafts, significantly increasing your chances of getting hired while removing the stress of writing and formatting each application yourself.
https://github.com/MadsLorentzen/ai-job-search
Use this AI framework to automate your job search by setting up your profile, scanning job portals, and letting Claude evaluate fit, tailor your CV, write cover letters in LaTeX, and prepare for interviews. The benefit is that it saves you hours of manual work, ensures your applications are precisely matched to job keywords for better ATS success, and uses a second AI agent to critique and improve your drafts, significantly increasing your chances of getting hired while removing the stress of writing and formatting each application yourself.
https://github.com/MadsLorentzen/ai-job-search
GitHub
GitHub - MadsLorentzen/ai-job-search: AI-powered job application framework built on Claude Code. Fork it, fill in your profile…
AI-powered job application framework built on Claude Code. Fork it, fill in your profile, and let Claude evaluate jobs, tailor CVs, write cover letters, and prepare you for interviews. - MadsLorent...
#java #alibabacloud #cloudspring #jetcache #microservice #microservices_architecture #nacos #nacos_spring_cloud #rbac #rocketmq #saas #spring_boot #spring_cloud #spring_cloud_alibaba #spring_security_oauth2 #springboot_admin #springboot_springcloud #springcloud #springcloudalibaba #tenant #vue3
MateCloud is an AI-native, cloud-native microservice starter supporting DDD and CQRS, letting you switch between monolith and microservice modes with one click. It includes 27 plug-and-play starters, built-in AI tools, and an MCP engine for AI agents to manage your cluster. This saves you time by removing complex setup, reduces costs through automation, and boosts productivity with ready-to-use features for security, scaling, and code generation.
https://github.com/mateaix/matecloud
MateCloud is an AI-native, cloud-native microservice starter supporting DDD and CQRS, letting you switch between monolith and microservice modes with one click. It includes 27 plug-and-play starters, built-in AI tools, and an MCP engine for AI agents to manage your cluster. This saves you time by removing complex setup, reduces costs through automation, and boosts productivity with ready-to-use features for security, scaling, and code generation.
https://github.com/mateaix/matecloud
GitHub
GitHub - mateaix/matecloud: 🔥MateCloud是一款基于Spring Cloud Alibaba的微服务架构。目前已经整合Spring Boot 4.0.7、 SpringCloud 2025、Spring Cloud Alibaba…
🔥MateCloud是一款基于Spring Cloud Alibaba的微服务架构。目前已经整合Spring Boot 4.0.7、 SpringCloud 2025、Spring Cloud Alibaba 2025、Spring Security Oauth2、Feign、Dubbo、JetCache、RocketMQ等,支持多租户的低代码平台,Saas平台开发套件 - mateaix/...
#typescript #agent #ai_agent #embedding #llm #local_first #long_term_memory #memory #openclaw_plugin #vector_search
TencentDB Agent Memory is an open-source system that lets AI agents remember your preferences and tasks across sessions using a 4-tier local pipeline, reducing token usage by up to 61% and boosting task success by 51%. This benefits you by saving money on AI costs, improving agent accuracy in long tasks, and ensuring your personal data stays private on your device without needing cloud services.
https://github.com/TencentCloud/TencentDB-Agent-Memory
TencentDB Agent Memory is an open-source system that lets AI agents remember your preferences and tasks across sessions using a 4-tier local pipeline, reducing token usage by up to 61% and boosting task success by 51%. This benefits you by saving money on AI costs, improving agent accuracy in long tasks, and ensuring your personal data stays private on your device without needing cloud services.
https://github.com/TencentCloud/TencentDB-Agent-Memory
GitHub
GitHub - TencentCloud/TencentDB-Agent-Memory: TencentDB Agent Memory delivers fully local long-term memory for AI Agents via a…
TencentDB Agent Memory delivers fully local long-term memory for AI Agents via a 4-tier progressive pipeline, with zero external API dependencies. - TencentCloud/TencentDB-Agent-Memory