obra/superpowers
Claude Code superpowers: core skills library
Superpowers 是基于 Claude Code 的代码代理增强框架,通过可组合技能实现自动化软件开发流程。支持需求分析、分块设计、TDD 实现和子代理协作开发,强调 YAGNI/DRY 原则,需通过插件系统集成使用。
twitter/the-algorithm
Source code for the X Recommendation Algorithm
该项目是X平台的内容推荐算法系统,包含用户行为数据处理、多模型协同的推荐服务及高效框架。核心组件涵盖数据处理(如tweetypie)、用户信号收集(user-signal-service)、社区检测(SimClusters)、知识图谱嵌入(TwHIN)、安全模型(trust-and-safety-models)等,结合navi、product-mixer等框架,支持实时与批量处理,优化用户内容流推
dev-sec/ansible-collection-hardening
This Ansible collection provides battle tested hardening for Linux, SSH, nginx, MySQL
Ansible集合提供Linux、SSH、Nginx、MySQL的加固配置,遵循DevSec基准测试,支持多系统发行版,简化安全合规部署。
mudler/LocalAI
🤖 The free, Open Source alternative to OpenAI, Claude and others. Self-hosted and local-first. Drop-in replacement for OpenAI, running on consumer-grade hardware. No GPU required. Runs gguf, transformers, diffusers and many more. Features: Generate Text, MCP, Audio, Video, Images, Voice Cloning, Distributed, P2P and decentralized inference
LocalAI是一个开源的本地AI推理平台,兼容OpenAI API,支持文本、音频、图像生成等多种模型。无需GPU,可在消费级硬件上运行,提供自托管解决方案,适用于隐私敏感或离线环境下的AI任务。
grab/cursor-talk-to-figma-mcp
TalkToFigma: MCP integration between Cursor and Figma, allowing Cursor Agentic AI to communicate with Figma for reading designs and modifying them programmatically.
该项目实现Cursor AI与Figma的MCP协议集成,通过WebSocket通信实现设计数据读取与程序化修改,包含TypeScript MCP服务器、Figma插件及通信模块,支持设计自动化操作。
zoicware/RemoveWindowsAI
Force Remove Copilot, Recall and More in Windows 11
该项目是一个PowerShell脚本,旨在彻底移除Windows 11中的AI功能组件,包括Copilot、Recall等,通过禁用注册表项、移除Appx包、清理系统文件等方式提升隐私与安全性。
rancher/rancher
Complete container management platform
Rancher是开源容器管理平台,支持跨环境Kubernetes部署,提供企业级容器编排、多集群管理及DevOps工具链,简化生产环境容器运维。