Project Context System — structured project memory for any project via layered docs and codebase index. Use for: documenting projects, writing PRD/roadmap, generating codebase repo-wiki, capturing requirements/decisions, writing dev notes, building doc navigation index, compacting bloated docs, auto-detecting stale…
Configuration rules for creating language models through one shared ModelConfig interface, with support for several hosted providers and local Ollama models. The configuration can include the model, provider, temperature, token limit, reasoning, and web-search settings.
A Cursor rule for building teams of AI agents with the Agno framework. A team is a group of agents with different roles, such as researching and writing, that collaborate on one task.
A set of instructions for developing services with Agno, an agent framework for building AI applications. It explains the project layout, how to separate framework code from user code, and conventions for agents, tools, workflows, and tests.
Project-specific instructions for developing agno-agent-starter, written for Claude Code. They point to the main development rules and list allowed checks and important registration steps.