lazylagom

7 mods across 1 repository, 1 stars between them.

assets-rule

01

lazylagom/context-compose-mcp

Cursor rule Cursor

A writing rule for files in the assets directory: all their content must be in English.

1 1y ago A 30 tokens original MIT

best-practices

02

lazylagom/context-compose-mcp

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[]; }; }.

1 1y ago A 0 tokens original MIT

lazylagom/context-compose-mcp

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.

1 1y ago C 0 tokens original MIT

lazylagom/context-compose-mcp

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.

1 1y ago A 0 tokens original MIT

mcp-development

05

lazylagom/context-compose-mcp

Cursor rule Cursor

Development rules for building MCP servers, which let AI assistants call registered tools through a standard protocol.

1 1y ago A 0 tokens original MIT

project-overview

06

lazylagom/context-compose-mcp

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…

1 1y ago A 0 tokens original MIT

context-compose

07

lazylagom/context-compose-mcp

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.

1 1y ago A tokens not measured original MIT