Leonxlnx/taste-skill
Taste Skill provides portable AI Agent Skills designed to enhance the quality of AI-generated frontends and image-based design references, aiming to eliminate generic UI outputs.
Awesome AI Agents › AI Developer Toolkit
aifs, short for AI Filesystem, is a minimal Python package that provides local semantic search over a directory tree. A single call to its search function takes a natural-language query and a path, and returns the passages from that folder that match the query in meaning rather than by keyword. On the first run over a folder, aifs uses the unstructured library to parse and chunk every supported file, covering plain text, Python and shell sources, Word, PowerPoint and PDF documents, HTML, email messages and images. It then uses Chroma to embed those chunks locally and writes the resulting index into a hidden index file inside the same folder. Subsequent searches reuse that stored index, so only the first query pays the parsing and embedding cost and later searches are fast. When a file changes or a new file appears, only the affected chunks are re-indexed; deletions are acknowledged as an unfinished part of the implementation. Everything runs on the local machine, with no external service required for either embedding or retrieval, which makes it usable over private files. The project deliberately keeps its scope narrow and defers to upstream components for the hard parts: parsing quality is delegated to unstructured, and embedding quality to Chroma, on the stated assumption that both will keep tracking current practice. The authors note an open question about chunking, arguing that different file types deserve different chunking strategies. aifs was built by the Open Interpreter team to let their agent search a user file system quickly, and that is its main audience: developers building LLM agents or assistants that need a lightweight retrieval layer over local folders without standing up a vector database service. Installation is a single pip command, with an optional extra pulling in the full document-parsing dependency set.
https://github.com/openinterpreter/aifs
Taste Skill provides portable AI Agent Skills designed to enhance the quality of AI-generated frontends and image-based design references, aiming to eliminate generic UI outputs.
Unsloth is a toolkit for fine-tuning and reinforcement learning of large language models, enabling faster training with significantly reduced VRAM usage across various advanced models and tasks.
AgentGPT is an open-source platform that allows users to assemble, configure, and deploy autonomous AI agents in a web browser to pursue custom goals by generating and executing tasks independently.
OpenClaude is an open-source command-line interface (CLI) coding-agent that supports various cloud and local model providers for unified AI-driven development workflows.
A command-line tool that converts technical books, document folders or globs into structured agent skills in the open SKILL.md format, so coding agents load only the chapter relevant to a question.
An open-source Python toolkit by Google for building, evaluating, and deploying sophisticated AI agents with flexibility, modularity, and integration within the Google ecosystem.
Oh My Pi is an AI coding agent for the terminal featuring hash-anchored edits, an optimized tool harness, LSP integration, and support for Python, browsers, and subagents.
React Doctor is an intelligent agent designed to diagnose and fix issues within React codebases, leveraging AI to improve code quality and developer efficiency.