assets-rule
01Cursor rule Cursor
A writing rule for files in the assets directory: all their content must be in English.
Cursor rule Cursor
A writing rule for files in the assets directory: all their content must be in English.
Cursor rule Cursor
// Good example: Clear and specific types interface ContextConfig { readonly version: number; readonly kind: 'task' | 'role' | 'workflow'; readonly name: string; readonly description: string; readonly context: { workflow?: string; personas?: readonly string[]; rules?: readonly string[]; mcps?: readonly string[]; }; }.
Cursor rule Cursor
Cursor rule "debugging-troubleshooting" from lazylagom/context-compose-mcp, covering debugging and troubleshooting guide, general debugging strategies, logging and console output, typescript type errors and mcp server debugging.
Cursor rule Cursor
Cursor rule "development-guidelines" from lazylagom/context-compose-mcp, covering development guidelines, typescript coding standards, code quality, eslint configuration and prettier formatting.
Cursor rule Cursor
Development rules for building MCP servers, which let AI assistants call registered tools through a standard protocol.
Cursor rule Cursor
This project is Context Compose, a TypeScript-based package that provides Model Context Protocol (MCP) server and CLI tools. This tool is for AI-assisted development context management, so I want to ensure the assets contribute meaningfully to the project's purpose. I'll need to carefully analyze each file's role to…
MCP server Claude CodeCodexCursor
Orchestrate complex AI interactions with Context Compose. A powerful CLI and server for building, validating, and managing context for large language models using the Model Context Protocol (MCP). Runs locally from the @noanswer/context-compose npm package.