How to Turn an AI Agent into an Interactive Presentation Generator
Neural networks usually produce messy slides. Dashi-ppt-skill takes a different approach: it generates interactive HTML with a visual editor, then exports to PPTX.
Language
HomeLanguages
Sections
Neural networks usually produce messy slides. Dashi-ppt-skill takes a different approach: it generates interactive HTML with a visual editor, then exports to PPTX.
A lightweight local dashboard that turns Claude Code tasks into a visual Kanban board and Gantt timeline, with real-time updates and desktop notifications.
pullmd converts any webpage to clean Markdown for LLM agents, stripping ads and navigation clutter while preserving content structure and saving tokens.
How Memora gives Claude Code assistants long-term memory and a knowledge graph through MCP, turning scattered notes into a structured knowledge base.
Turn any website into a ready-made API client without manually parsing DevTools. The reverse-api-engineer project automates the entire chain.
A look at the neka-nat/freecad-mcp project that connects FreeCAD with Claude Desktop via MCP, allowing you to build 3D models from text descriptions or drawings.
Turn your Zotero library into a powerful local search engine with PapersGPT—a C++ indexing plugin that uses local AI models for fast, private document retrieval.
OpenKnowledge opens local Markdown folders with a full WYSIWYG editor and built-in AI agent integration via MCP. No proprietary databases, just plain files and Git sync.
Unity-MCP connects Unity with Claude and Cursor via the Model Context Protocol, giving AI assistants direct access to scenes, assets, and the Roslyn compiler.
Stop neural networks from generating bad Go code with cc-skills-golang — a curated set of Agent Skills for idiomatic Go development.
Ponytail is a ruleset and hooks for LLM agents that forces models to write minimal code, use native features, and skip overengineering. Benchmarks show 54% less code and 20% lower costs.
Boris Cherni from Anthropic no longer writes prompts manually—automatic loops do it instead. Here's how Loop Engineering changes the game.
Uber open-sourced ADR, a system for detecting and responding to threats targeting AI agents. The project includes telemetry collection, a benchmark with 303 tasks, and a two-level threat detection module.
botmux turns Feishu/Lark messenger into a remote control for console AI agents like Claude Code and Codex, letting you manage heavy CLI tasks from your phone.
Developer Dave Poon built buildwithclaude, a marketplace and knowledge base for Claude Code users that aggregates thousands of plugins, subagents, and MCP servers.
jCodeMunch MCP indexes your codebase with tree-sitter and feeds AI agents only the relevant code snippets, cutting token costs by 95–99%.
Stop writing adapters for every AI model. LLM Gateway unifies API calls to OpenAI, Anthropic, Vertex AI and more through a single OpenAI-compatible interface with built-in cost tracking.
A practical guide exploring the Model Context Protocol ecosystem through the Awesome-MCP- ZH repository, covering clients, servers, automation tools, and custom development.
Turn vague AI prompts into professional documents with 700+ ready-made Markdown instructions for engineers, lawyers, and marketers.
A guide to using avoid-ai-writing, an open-source tool that removes AI-generated clichés from text generated by language models.
wigolo turns your computer into a local web intelligence hub for AI agents. No API keys, no subscriptions, no data sent to third parties. Here's what it can do.
nanobot is an open-source AI agent engine that runs locally, supports Telegram/Discord integration, MCP tools, and long-term memory without sending data to the cloud.
UnrealGenAISupport is an open-source plugin that bridges Unreal Engine with modern LLMs like OpenAI, Claude, DeepSeek, and Gemini, featuring MCP support for editor control.
A GitHub project that lets Claude Code write and execute Playwright automation on the fly, generating custom scripts from natural language requests with visible browser control.