<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Projects on Aleksandr Filippov</title><link>https://www.alexfeel.info/projects/</link><description>Recent content in Projects on Aleksandr Filippov</description><generator>Hugo</generator><language>en</language><atom:link href="https://www.alexfeel.info/projects/index.xml" rel="self" type="application/rss+xml"/><item><title>AEGIS: A Hardening Layer for Claude Code</title><link>https://www.alexfeel.info/projects/aegis/</link><pubDate>Sun, 14 Sep 2025 07:00:00 +0000</pubDate><guid>https://www.alexfeel.info/projects/aegis/</guid><description>&lt;h3 id="overview"class="hyphens-auto" lang="en"&gt;Overview&lt;/h3&gt;
&lt;p&gt;&lt;strong&gt;AEGIS&lt;/strong&gt; — &lt;strong&gt;A&lt;/strong&gt;gentic &lt;strong&gt;E&lt;/strong&gt;nvironment for &lt;strong&gt;G&lt;/strong&gt;uaranteed &lt;strong&gt;I&lt;/strong&gt;mplementation &lt;strong&gt;S&lt;/strong&gt;tandards — is an opinionated, curated Claude Code environment that extends and hardens the harness. The name is literal: in Greek mythology, the &lt;em&gt;aegis&lt;/em&gt; is Zeus's protective shield, and this environment plays the same role for software built with agents — protecting code quality and the integrity of every agent handoff while keeping the developer experience fast and fluent.&lt;/p&gt;</description></item><item><title>MCP Context Server: Durable Multi-Agent Context Storage and Retrieval</title><link>https://www.alexfeel.info/projects/mcp-context-server/</link><pubDate>Thu, 25 Sep 2025 07:00:00 +0000</pubDate><guid>https://www.alexfeel.info/projects/mcp-context-server/</guid><description>&lt;h3 id="overview"class="hyphens-auto" lang="en"&gt;Overview&lt;/h3&gt;
&lt;p&gt;&lt;strong&gt;MCP Context Server&lt;/strong&gt; is a high-performance &lt;a
 href="https://modelcontextprotocol.io/"target="_blank" rel="noopener noreferrer"&gt;Model Context Protocol&lt;/a&gt; server that gives LLM agents a durable, searchable memory layer beyond their context window. Agents working on the same task share context through thread-scoped storage backed by SQLite or PostgreSQL, search it with full-text, semantic, or hybrid retrieval, and let a cross-encoder reranker sharpen the top results — all behind a standard MCP interface that Claude Code, LangGraph, and other MCP-compatible clients understand out of the box.&lt;/p&gt;</description></item><item><title>Claude Code Toolbox: Declarative Environments for Claude Code</title><link>https://www.alexfeel.info/projects/claude-code-toolbox/</link><pubDate>Wed, 13 Aug 2025 07:00:00 +0000</pubDate><guid>https://www.alexfeel.info/projects/claude-code-toolbox/</guid><description>&lt;h3 id="overview"class="hyphens-auto" lang="en"&gt;Overview&lt;/h3&gt;
&lt;p&gt;&lt;strong&gt;Claude Code Toolbox&lt;/strong&gt; is a cross-platform installer and YAML-based environment-configuration framework for &lt;a
 href="https://www.anthropic.com/claude-code"target="_blank" rel="noopener noreferrer"&gt;Claude Code&lt;/a&gt;, Anthropic's AI coding assistant. The toolbox lets you describe everything a Claude Code environment needs — custom agents and subagents, MCP servers, slash commands, hooks, skills, system prompts, rules, permissions, model defaults, and platform-specific dependencies — as a single declarative YAML file, and install the whole setup with one command on Windows, macOS, or Linux.&lt;/p&gt;</description></item><item><title>CXR Draft Auditor: A Transparent Second Read for Chest X-ray Drafts</title><link>https://www.alexfeel.info/projects/cxr-draft-auditor/</link><pubDate>Mon, 08 Jun 2026 07:00:00 +0000</pubDate><guid>https://www.alexfeel.info/projects/cxr-draft-auditor/</guid><description>&lt;h3 id="overview"class="hyphens-auto" lang="en"&gt;Overview&lt;/h3&gt;
&lt;p&gt;&lt;strong&gt;CXR Draft Auditor&lt;/strong&gt; is a small multimodal quality-assurance tool that gives a chest X-ray draft impression a transparent second read. You hand it a chest X-ray and the human-written draft impression; it reads the image and the words separately, then quietly compares them and flags where they appear to disagree — and instead of just saying "look again," it draws a box on the image, right where it wants you to look.&lt;/p&gt;</description></item><item><title>AIR API: A Shared Retrieval Backbone for AI-Assisted Workflows at Spotware</title><link>https://www.alexfeel.info/projects/air-api/</link><pubDate>Sat, 01 Feb 2025 07:00:00 +0000</pubDate><guid>https://www.alexfeel.info/projects/air-api/</guid><description>&lt;h3 id="overview"class="hyphens-auto" lang="en"&gt;Overview&lt;/h3&gt;
&lt;p&gt;AIR API is a shared AI retrieval platform built at Spotware to answer a simple but high-impact question: &lt;strong&gt;how do you let every AI tool in the company reach the same trusted knowledge without each team reinventing its own retrieval stack?&lt;/strong&gt;&lt;/p&gt;</description></item><item><title>AILA: Fast, Consistent, Cost-Effective AI Localization at Scale</title><link>https://www.alexfeel.info/projects/aila/</link><pubDate>Sat, 01 Feb 2025 07:00:00 +0000</pubDate><guid>https://www.alexfeel.info/projects/aila/</guid><description>&lt;h3 id="overview"class="hyphens-auto" lang="en"&gt;Overview&lt;/h3&gt;
&lt;p&gt;AILA (AI Localisation Assistant) is an AI-powered localization system built at Spotware to deliver fast, consistent, and cost-effective translations at scale. By combining an approved terminology database and translation memory with strong AI models, AILA produces on-brand translations in minutes — dramatically reducing dependency on external translation cycles and improving speed-to-market for new languages and markets.&lt;/p&gt;</description></item><item><title>YouTrack MCP Server: Turning the Project System of Record into a First-Class AI Tool at Spotware</title><link>https://www.alexfeel.info/projects/youtrack-mcp-server/</link><pubDate>Sat, 01 Feb 2025 07:00:00 +0000</pubDate><guid>https://www.alexfeel.info/projects/youtrack-mcp-server/</guid><description>&lt;h3 id="overview"class="hyphens-auto" lang="en"&gt;Overview&lt;/h3&gt;
&lt;p&gt;The &lt;strong&gt;YouTrack MCP Server&lt;/strong&gt; is a custom MCP (Model Context Protocol) server built at Spotware that turns YouTrack — the company's primary system of record for product and engineering work — into a &lt;strong&gt;first-class AI tool&lt;/strong&gt;. It gives any AI assistant clean, agent-friendly access to the issues, links, projects, custom fields, and Knowledge Base articles that capture how the business actually runs: requirements, decisions, discussions, dependencies, incidents, and delivery history.&lt;/p&gt;</description></item><item><title>st-copy: A Clean Copy-to-Clipboard Button for Streamlit</title><link>https://www.alexfeel.info/projects/st-copy/</link><pubDate>Mon, 05 May 2025 07:00:00 +0000</pubDate><guid>https://www.alexfeel.info/projects/st-copy/</guid><description>&lt;h3 id="overview"class="hyphens-auto" lang="en"&gt;Overview&lt;/h3&gt;
&lt;p&gt;&lt;strong&gt;st-copy&lt;/strong&gt; is a tiny, theme-aware &lt;a
 href="https://streamlit.io/"target="_blank" rel="noopener noreferrer"&gt;Streamlit&lt;/a&gt; component that adds a one-click copy-to-clipboard button to any Streamlit app — published on PyPI as &lt;a
 href="https://pypi.org/project/st-copy/"target="_blank" rel="noopener noreferrer"&gt;&lt;code&gt;st-copy&lt;/code&gt;&lt;/a&gt; under the MIT license, with the full source on &lt;a
 href="https://github.com/alex-feel/st-copy"target="_blank" rel="noopener noreferrer"&gt;GitHub&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>Hugo Artifacts: Reusable, Style-Agnostic Hugo Modules That Drop Into Any Site</title><link>https://www.alexfeel.info/projects/hugo-artifacts/</link><pubDate>Tue, 12 May 2026 07:00:00 +0000</pubDate><guid>https://www.alexfeel.info/projects/hugo-artifacts/</guid><description>&lt;h3 id="overview"class="hyphens-auto" lang="en"&gt;Overview&lt;/h3&gt;
&lt;p&gt;&lt;strong&gt;Hugo Artifacts&lt;/strong&gt; is a public, MIT-licensed monorepo of reusable &lt;a
 href="https://gohugo.io/"target="_blank" rel="noopener noreferrer"&gt;Hugo&lt;/a&gt; modules — small, independently versioned components that drop into any Hugo site. The full source is on &lt;a
 href="https://github.com/alex-feel/hugo-artifacts"target="_blank" rel="noopener noreferrer"&gt;GitHub&lt;/a&gt;, and every artifact lives in its own subdirectory with an independent &lt;code&gt;go.mod&lt;/code&gt;, so a site can import exactly the one piece it needs and pin it on its own release cadence.&lt;/p&gt;</description></item><item><title>Claude Code Artifacts: A Public Library of Drop-In Extensions for Claude Code</title><link>https://www.alexfeel.info/projects/claude-code-artifacts/</link><pubDate>Fri, 26 Sep 2025 07:00:00 +0000</pubDate><guid>https://www.alexfeel.info/projects/claude-code-artifacts/</guid><description>&lt;h3 id="overview"class="hyphens-auto" lang="en"&gt;Overview&lt;/h3&gt;
&lt;p&gt;&lt;strong&gt;Claude Code Artifacts&lt;/strong&gt; is a public, MIT-licensed library of reusable &lt;a
 href="https://docs.claude.com/en/docs/claude-code/overview"target="_blank" rel="noopener noreferrer"&gt;Claude Code&lt;/a&gt; artifacts — skills, hooks, rules, agents, slash commands, and environment configurations — where every entry is a self-contained building block that drops into any Claude Code setup. The full source is on &lt;a
 href="https://github.com/alex-feel/claude-code-artifacts-public"target="_blank" rel="noopener noreferrer"&gt;GitHub&lt;/a&gt;, organized as a catalog by artifact type rather than as one monolithic framework: a reader meets the actual, useful pieces first, then learns how to consume them, and takes only the ones they need.&lt;/p&gt;</description></item><item><title>Agile Coach Pro: Elevate Your Agile Mastery with AI</title><link>https://www.alexfeel.info/projects/agile-coach-pro/</link><pubDate>Sun, 17 Mar 2024 07:00:00 +0000</pubDate><guid>https://www.alexfeel.info/projects/agile-coach-pro/</guid><description>&lt;h3 id="overview"class="hyphens-auto" lang="en"&gt;Overview&lt;/h3&gt;
&lt;p&gt;Agile Coach Pro is a &lt;strong&gt;ChatGPT Custom GPT&lt;/strong&gt; that gives learners and practitioners on-demand answers to Agile questions — &lt;strong&gt;Scrum, Kanban, SAFe, LeSS, and Extreme Programming&lt;/strong&gt; — grounded in a curated set of verified, always-current sources. It delivers the kind of guidance a coach would give, at the depth the question requires, available 24/7.&lt;/p&gt;</description></item><item><title>Revolutionizing Retail: A Unified Platform for Shoppers and Merchants</title><link>https://www.alexfeel.info/projects/single-platform-for-retailers-and-buyers/</link><pubDate>Sun, 17 Mar 2024 07:00:00 +0000</pubDate><guid>https://www.alexfeel.info/projects/single-platform-for-retailers-and-buyers/</guid><description>&lt;h3 id="overview"class="hyphens-auto" lang="en"&gt;Overview&lt;/h3&gt;
&lt;p&gt;In the modern e-commerce landscape, consumers and retailers face distinct challenges. Consumers struggle with finding the right fit and making decisions amid a plethora of options, while retailers grapple with high return rates and low conversion in the DTC channel. This concept presents a visionary solution to bridge these gaps, leveraging artificial intelligence for a redefined online shopping experience.&lt;/p&gt;</description></item><item><title>Motion Bus Card Balance and Status Checks Bot: Simplifying Public Transport in Cyprus</title><link>https://www.alexfeel.info/projects/motion-bus-card-checks-bot/</link><pubDate>Sun, 17 Mar 2024 07:00:00 +0000</pubDate><guid>https://www.alexfeel.info/projects/motion-bus-card-checks-bot/</guid><description>&lt;h3 id="overview"class="hyphens-auto" lang="en"&gt;Overview&lt;/h3&gt;
&lt;p&gt;Motion Bus Card Balance and Status Checks Bot is a Telegram-based utility bot created to facilitate the daily lives of public transport users in Cyprus. It provides a hassle-free approach to check the balance and status of Motion Bus Cards in real-time.&lt;/p&gt;</description></item><item><title>ML Prep and Train: Streamlining Machine Learning Workflows</title><link>https://www.alexfeel.info/projects/ml-prep-and-train-toolkit/</link><pubDate>Sun, 17 Mar 2024 07:00:00 +0000</pubDate><guid>https://www.alexfeel.info/projects/ml-prep-and-train-toolkit/</guid><description>&lt;p&gt;The ML Prep and Train project originated to address the need for a standardized approach to preparing datasets and training machine learning models. The toolkit provides functionality for cleaning and structuring data, feature extraction, and utilizing various machine learning algorithms for binary classification. With an emphasis on efficiency and best practices, this project serves as a cornerstone for data scientists needing to quickly iterate and test hypotheses in their binary classification problems.&lt;/p&gt;</description></item><item><title>Terraform Cloudflare Zone Module</title><link>https://www.alexfeel.info/projects/terraform-cloudflare-zone-module/</link><pubDate>Sun, 17 Mar 2024 07:00:00 +0000</pubDate><guid>https://www.alexfeel.info/projects/terraform-cloudflare-zone-module/</guid><description>&lt;p&gt;The Terraform Cloudflare Zone Module project is a practical solution designed to streamline the management and deployment of Cloudflare zone resources using Terraform.&lt;/p&gt;</description></item></channel></rss>