A locally run web-search provider that can be connected to coding agents such as Claude Code and Codex. It supports a free search option, a paid search option, and two ways for software to connect to it.
A command that copies the skill list from the server into a local fallback cache. A cache is a local copy used when the original source is unavailable.
A test-driven development workflow that starts with a failing test, adds the smallest code needed to pass it, and then refactors the result. TDD is a way to build software by writing tests before implementation.
A codebase security review focused on authentication, permissions, and how data moves through the system. Authentication checks who someone is; authorization checks what they may do.