augx
01mytech-today-now/augment-extensions
Cursor rule
Spec-driven development with openspec/changes/ (drafts) and openspec/archive/ (completed).
8 tagged augmentcode, measured the same way as everything else here.
Browse within: context-compose 6cursor-ai 6modelcontextprotocol 6
mytech-today-now/augment-extensions
Cursor rule
Spec-driven development with openspec/changes/ (drafts) and openspec/archive/ (completed).
mytech-today-now/augment-extensions
Cursor rule
Cursor rule "cursor.augx" from mytech-today-now/augment-extensions, covering module: coding-standards/typescript-standards (v1.0.0), typescript standards, strict mode, module: workflows/openspec-workflow (v1.0.0) and openspec workflow.
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 "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.