string

Category: Development & Coding | Uploader: mdocuimdocui | Downloads: 0 | Version: v1.0(Latest)

> This file teaches AI coding agents (Claude Code, Cursor, Copilot, etc.) how to implement with mdocUI.

Changelog: Source: GitHub https://github.com/mdocui/mdocui

Directory Structure

Current level: tree/main/

  • 📁 .github/
    • 📁 workflows/
      • 📄 ci.yml 418 B
      • 📄 codeql.yml 840 B
      • 📄 issue-triage.yml 1.2 KB
      • 📄 release.yml 2.7 KB
    • 📄 FUNDING.yml 19 B
  • 📁 hooks/
    • 📄 pre-commit 226 B
  • 📁 packages/
    • 📁 cli/
      • 📁 src/
        • 📁 commands/
          • 📄 generate.ts 754 B
          • 📄 init.ts 12.4 KB
          • 📄 preview.ts 13.4 KB
        • 📄 config.ts 1.2 KB
        • 📄 index.ts 1.5 KB
      • 📁 tests/
        • 📄 cli.test.ts 3.0 KB
      • 📄 package.json 848 B
      • 📄 README.md 2.1 KB
      • 📄 tsconfig.json 196 B
      • 📄 tsup.config.ts 198 B
      • 📄 vitest.config.ts 127 B
    • 📁 core/
      • 📁 src/
        • 📄 attributes.ts 3.2 KB
        • 📄 definitions.ts 10.4 KB
        • 📄 index.ts 712 B
        • 📄 parser.ts 7.3 KB
        • 📄 prompt.ts 6.4 KB
        • 📄 registry.ts 2.1 KB
        • 📄 tokenizer.ts 3.1 KB
        • 📄 types.ts 1.3 KB
      • 📁 tests/
        • 📄 attributes.test.ts 2.4 KB
        • 📄 parser.test.ts 12.1 KB
        • 📄 prompt.test.ts 3.3 KB
        • 📄 registry.test.ts 7.0 KB
        • 📄 tokenizer.test.ts 3.3 KB
      • 📄 package.json 1.0 KB
      • 📄 README.md 11.1 KB
      • 📄 tsconfig.json 175 B
      • 📄 tsup.config.ts 165 B
      • 📄 vitest.config.ts 194 B
    • 📁 react/
      • 📁 src/
        • 📁 components/
          • 📄 content.tsx 3.0 KB
          • 📄 data.tsx 6.2 KB
          • 📄 interactive.tsx 9.0 KB
          • 📄 layout.tsx 5.5 KB
        • 📄 animations.tsx 1.0 KB
        • 📄 context.ts 907 B
        • 📄 defaults.ts 1.1 KB
        • 📄 error-boundary.tsx 1.7 KB
        • 📄 index.ts 848 B
        • 📄 prose.tsx 7.3 KB
        • 📄 renderer.tsx 5.2 KB
        • 📄 shimmer.tsx 1.3 KB
        • 📄 use-renderer.ts 2.7 KB
      • 📁 tests/
        • 📄 animations.test.tsx 2.2 KB
        • 📄 components.test.tsx 11.8 KB
        • 📄 error-boundary.test.tsx 4.8 KB
        • 📄 prose.test.tsx 9.4 KB
        • 📄 renderer.test.tsx 10.2 KB
        • 📄 shimmer.test.tsx 3.1 KB
        • 📄 use-renderer.test.tsx 3.4 KB
      • 📄 package.json 1.2 KB
      • 📄 README.md 10.3 KB
      • 📄 tsconfig.json 197 B
      • 📄 tsconfig.test.json 129 B
      • 📄 tsup.config.ts 200 B
      • 📄 vitest.config.ts 191 B
  • 📄 .gitignore 78 B
  • 📄 .npmrc 15 B
  • 📄 biome.json 544 B
  • 📄 CODE_OF_CONDUCT.md 5.5 KB
  • 📄 CONTRIBUTING.md 3.7 KB
  • 📄 LICENSE 1.0 KB
  • 📄 package.json 836 B
  • 📄 playground.ts 3.7 KB
  • 📄 pnpm-lock.yaml 61.5 KB
  • 📄 pnpm-workspace.yaml 72 B
  • 📄 README.md 10.9 KB
  • 📄 SECURITY.md 1.2 KB
  • 📄 SKILL.md 11.9 KB
  • 📄 tsconfig.json 442 B
  • 📄 turbo.json 294 B

SKILL.md

Login to download/like/favorite ❤ 14 | ★ 0
Comments 0

Please login before commenting.

Loading comments...